Vidéo sans lecteur externe

On inclut un élément "OBJECT" flash au sein de l'élément "VIDEO" et un élément "EMBED" au sein d'OBJECT pour IE6-

<video width="400" height="222" controls="controls">
 <source src="animations/Cavernae_Terragen2.mp4" type="video/mp4" />
 <source src="animations/Cavernae_Terragen2.webm" type="video/webm" />
 <source src="animations/Cavernae_Terragen2.theora.ogv" type="video/ogg" />
  <object type="application/x-shockwave-flash" width="400" height="222" data="http://www.youtube.com/v/HVMoJqg41Bw">
   <param name="movie" value="http://www.youtube.com/v/HVMoJqg41Bw" />
   <param name="wmode" value="transparent" />
  
   <!--[if lte IE 6 ]>
    <embed src="http://www.youtube.com/v/HVMoJqg41Bw" type="application/x-shockwave-flash"  allowscriptaccess="always" allowfullscreen="true" width="400" height="222">
    </embed>
   <![endif]-->
   Vous n'avez pas de navigateur moderne, ni Flash installé... suivez les liens ci-dessous pour télécharger les vidéos.
  </object>
 </video>