Quote:
Originally Posted by Freesteyelz
The popup menus will display behind the video so I've added the "transparency" value so that the menu will now display in front of the video as such:
Code:
<object width="460" height="364">
<param name="movie" value="http://www.youtube.com/v/{param}">
<param name="wmode" value="transparent">
<embed src="http://www.youtube.com/v/{param}" type="application/x-shockwave-flash" width="460" height="364" wmode="transparent">
</embed>
</object>
Anyway, thanks for the mod. 
|
This code was needed to work with internet explorer 7
Thanks