YouTubeのembedを無くしてXHTMLでvalidにする方法

変更前(例)
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/xxx"></param>
<param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/xxx" type="application/x-shockwave-flash" wmode="transparent"width="320" height="265"></embed></object>

変更後(例)
<object data="http://www.youtube.com/xxx" type="application/x-shockwave-flash" width="320" height="265"><param name="movie" value="http://www.youtube.com/xxx" /><param name="wmode" value="transparent" /></object>

Tags: , ,

木曜日, 4月 30th, 2009 html / xhtml

Leave a Reply

コメントを投稿するにはログインしてください。

2024年3月
 12
3456789
10111213141516
17181920212223
24252627282930
31