HTML5 - Video

<!DOCTYPE HTML>
<html>
<head>
</head>
<body>

<video with="350" height="200" controls="controls">
<source src="mivideo.mp4" type="video/mp4" />
<source src="mivideo.ogg" type="video/ogg" />
<source src="mivideo.webm" type="video/webm" />
El navegador no soporta esta etiqueta HTML5
</video >

</body>
</html>

Fuente: https://www.youtube.com/watch?v=-XnKoF-jyxI&index=40&list=PLeLFRUi2pkjBj4rhoWCt2_-TnDN8BNYr1

Comentarios

Entradas populares