Ver Mensaje Individual
  #2 (permalink)  
Antiguo 07/02/2015, 02:24
Avatar de LucasAddams
LucasAddams
 
Fecha de Ingreso: febrero-2015
Ubicación: Argentina
Mensajes: 26
Antigüedad: 9 años, 2 meses
Puntos: 3
Busqueda Respuesta: Video de fondo en HTML5

Nunca se me ocurrió hacer algo así, pero si tuviese que hacerlo, lo haría así:

Código HTML:
 <head>
        <meta charset="EL QUE USES" />
        <link href="./video-1.css" type="text/css" rel="stylesheet" />
    </head>
    <body>
        <iframe id="video-background" width="560" height="315" src="https://www.youtube.com/watch?v=lPbCq9ol8Pc?rel=0&amp;controls=0&amp;showinfo=0&amp;autoplay=1&amp;html5=1&amp;allowfullscreen=true&amp;wmode=transparent" frameborder="0" allowfullscreen></iframe>
        <div>
            "¡Odio a los blancaaaas!" Luis D'elía
        </div>
    </body> 
También me jugaría con un:
Código HTML:
<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false"> 
</body>