If not, you need to pronto
http://youtube.com/watch?v=jV1bRfLHA3A
(BTW- if anyone can tell me how to embed youtube on this forum, I'd be much obliged....)
Everyone has seen Muse's "Knights of Cydonia" vide
Moderators: D. Phillips, Jake
If you take the code from YouTube and ditch the object and param tags and just keep the embed tags, that's it.
YouTube says:
Delete:
And delete:
Which leaves:
Which produces:
<embed src="http://www.youtube.com/v/jV1bRfLHA3A" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350">
YouTube says:
Code: Select all
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/jV1bRfLHA3A"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/jV1bRfLHA3A" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
Delete:
Code: Select all
<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/jV1bRfLHA3A"></param><param name="wmode" value="transparent"></param>
And delete:
Code: Select all
</embed></object>
Which leaves:
Code: Select all
<embed src="http://www.youtube.com/v/jV1bRfLHA3A" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350">
Which produces:
<embed src="http://www.youtube.com/v/jV1bRfLHA3A" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350">
Who is online
Users browsing this forum: No registered users and 2 guests