I have noticed recently that TL uses the very outdated object embed method for youtube videos.
The current method is like this:
<object width="560" height="315"><param name="movie" value="http://www.youtube.com/v/07HiWY_qJz4?version=3&hl=en_US"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/07HiWY_qJz4?version=3&hl=en_US" type="application/x-shockwave-flash" width="560" height="315" allowscriptaccess="always" allowfullscreen="true"></embed></object>
When it should be like this:
<iframe width="560" height="315" src="http://www.youtube.com/embed/07HiWY_qJz4" frameborder="0" allowfullscreen></iframe>
The reason this is important is that on mobile devices such as ipad, iphone etc the object embed method doesn't always work (mainly if the crappy youtube app is disabled). Also it means the video can be viewed without flash.
I think it might be time for an update  Last edit: 2012-05-08 14:52:55 |