Problem: Using the HTML Learning Object, I added media with the required url of the Vimeo video. The video is automatically populated with this information when it autodetects the url to be pointing to the iframe:
Code: Select all
<iframe src="https://player.vimeo.com/video/123456789" width="640" height="360" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>. However, all of the "allowfullscreens" are (I am guessing) purified? and removed.
Problem *caveat: Works on iPhone safari and Explorer 11 (the iphone may be a fluke, just because it has slightly different programming)