Diferencia entre revisiones de «Usuario:Juanda/videohtml5/Introducción»
De WikiEducator
(→Logotipos y diseño) |
(→Bancos de foografías) |
||
Línea 20: | Línea 20: | ||
: http://www.istockphoto.com/ | : http://www.istockphoto.com/ | ||
: http://www.fotolia.com | : http://www.fotolia.com | ||
+ | : http://www.bigstockphoto.com/ | ||
</div> | </div> | ||
<div class="slide"> | <div class="slide"> |
<!DOCTYPE HTML> <html> <body> <video width="320" height="240" controls="controls"> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> <source src="movie.webm" type="video/webm"> Your browser does not support the video tag. </video> </body> </html>
<video width="400" height="300" ....
<video width="100%" ....
video { width: 100% !important; height: auto !important; }
<iframe width="640" height="480" src="http://www.youtube.com/embed/oDlsOyPKUTM" frameborder="0" allowfullscreen></iframe>
<iframe src="http://player.vimeo.com/video/57444237" width="500" height="281" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe>
<object width="640" height="480"> <param name="movie" value="http://www.youtube.com/v/oDlsOyPKUTM?hl=es_ES&version=3"></param> <param name="allowFullScreen" value="true"></param> <param name="allowscriptaccess" value="always"></param> <embed src="http://www.youtube.com/v/oDlsOyPKUTM?hl=es_ES&version=3" type="application/x-shockwave-flash" width="640" height="480" allowscriptaccess="always" allowfullscreen="true"> </embed> </object>