YouTube Videos and DropDown Menus
POSTED by: on 02/20/2010
If you’ve ever had the problem of a Dropdown menu “hiding” behind a Youtube Video, some folks at the BytesForAll Forum came up with a solution…
Here’s an example. Just add the parts highlighted in red and it works!
<object width=”320″ height=”265″>
<param name=”movie” value=”http://www.youtube.com/v/H8v3UnMDC5M&hl=en_US&fs=1&rel=0″></param>
<param name=”allowFullScreen” value=”true”></param>
<param name=”allowscriptaccess” value=”always”></param>
<param name=”wmode” value=”opaque”></param>
<embed src=”http://www.youtube.com/v/H8v3UnMDC5M&hl=en_US&fs=1&rel=0″
type=”application/x-shockwave-flash”
allowscriptaccess=”always”
allowfullscreen=”true”
width=”320″
height=”265″
wmode=”opaque” >
</embed>
</object>



