Re: Valid Video integration

On 29 Sep 2010, at 7:12 AM, G Winnfeld wrote:

> 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.

Thank you, Georg, for the feedback.

  _ Ian

>
> 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
>
>
>
>

--
Ian Jacobs (ij@w3.org)    http://www.w3.org/People/Jacobs/
Tel:                                      +1 718 260 9447

Received on Wednesday, 29 September 2010 12:20:23 UTC