Ver Mensaje Individual
  #4 (permalink)  
Antiguo 10/08/2009, 08:21
txusweb
 
Fecha de Ingreso: diciembre-2008
Mensajes: 56
Antigüedad: 15 años, 4 meses
Puntos: 1
Respuesta: capa sobre un flah youtube

Espero que te ayude

Código html:
Ver original
  1. <title>Titulo</title>
  2. <style type="text/css">
  3. <!--
  4. #video img {position: absolute;}
  5. -->
  6. </head>
  7.  
  8. <div id="video">
  9. <img src="http://www.blogdelosfamosos.com/imgdemo.png" />
  10. <object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/iyJEytBlp1I&hl=es&fs=1&"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/iyJEytBlp1I&hl=es&fs=1&" wmode="opaque" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object>
  11. </div>
  12. </body>
  13. </html>

Un saludo