kgosser
01-28-2008, 02:35 PM
Hey all,
Check out this page, then the upper-right box with the embeddable snippet: http://www.youtube.com/watch?v=fo_QVq2lGMs
Notice how YouTube has the <EMBED> placed inside the <OBJECT>? Why did they do that? Is it more beneficial?
Code:
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/fo_QVq2lGMs&rel=1"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/fo_QVq2lGMs&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed>
</object>
Right now on my site, I just have the <EMBED> for the snippet. Example can be seen here: http://www.comicwonder.com/joke/b6681360b
Any guidance or advice is greatly appreciated!
Check out this page, then the upper-right box with the embeddable snippet: http://www.youtube.com/watch?v=fo_QVq2lGMs
Notice how YouTube has the <EMBED> placed inside the <OBJECT>? Why did they do that? Is it more beneficial?
Code:
<object width="425" height="355">
<param name="movie" value="http://www.youtube.com/v/fo_QVq2lGMs&rel=1"></param>
<param name="wmode" value="transparent"></param>
<embed src="http://www.youtube.com/v/fo_QVq2lGMs&rel=1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="355"></embed>
</object>
Right now on my site, I just have the <EMBED> for the snippet. Example can be seen here: http://www.comicwonder.com/joke/b6681360b
Any guidance or advice is greatly appreciated!