- From: G Winnfeld <g.winnfeld@googlemail.com>
- Date: Wed, 29 Sep 2010 12:12:07 +0000
- To: site-comments@w3.org
Received on Wednesday, 29 September 2010 12:16:53 UTC
Thanks for the advice. The HTML 5 video tag is really useful to intergrate videos. Inspired by the tutorial I've tried a few variations to get Youtube Videos XHTML Transitional valid .You should change the offered youtube code as below. change this: <object width="480" height="385"> <param name="movie" value="_YOUR_VIDEO_URL_"> </param> <param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"> </param> <embed src="_YOUR_VIDEO_URL_" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"> </embed> </object> into: <object type="application/x-shockwave-flash" style="width:425px; height:350px" data="_YOUR_VIDEO_URL_"> <param name="movie" value="_YOUR_VIDEO_URL_" /> </object> Regards, Georg Winnfeld Administrator http://www.kreuzfahrten-center.com Tel.: +49 (0) 5145 280208
Received on Wednesday, 29 September 2010 12:16:53 UTC