6 months ago
El parametro wmode puesto como transparent hara que los divs siempre esten por encima del objeto flash.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="500" height="200" title="slip">
<param name="movie" value="RUTA_ARCHIVO">
<param name="quality" value="high">
<param name="wmode" value="transparent"> <!-- este es el parametro que hara que los div's esten por encima del objeto flash -->
<embed src="RUTA_ARCHIVO" width="500" height="200" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent"></embed>
</object>
7 months ago
Teneis mas informacion en la pagina del autor del codigo.
http://www.emezeta.com/articulos/youtube-estandar-con-xhtml-valido
<object data="http://www.youtube.com/v/O0G7iKj6PS0" type="application/x-shockwave-flash" width="425" height="350"> <param name="quality" value="high" /> <param name="movie" value="http://www.youtube.com/v/O0G7iKj6PS0" /> <img border="0" src="/img/video.png" alt="Video (Objeto multimedia)" /> </object>