Advertisement
Guest User

theirf, body of my html 5 document where the html 5 video not woking

a guest
Nov 20th, 2010
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.44 KB | None | 0 0
  1. <body>
  2.         <!--<video src="introHD.mov" controls="controls" autoplay="autoplay">
  3.             Please upgrade your browser to meet the latest standards of the web
  4.         </video>
  5.     <div>
  6.         <ul>
  7.             <li style="float:left;"><a href="/index.php" />Skip the Intro</a></li>
  8.            <li style="float:right; padding-right:42px;"><a href="/movies.php" />Download this video</a></li>
  9.         </ul>
  10.     </div>
  11.    
  12.     <video controls="controls" autoplay="autoplay">
  13.   <source src=introHD.mov.ogv type=’video/ogg; codecs="theora, vorbis"’>
  14.   <source src="introHD.mov" type=’video/mp4; codecs="avc1.42E01E, mp4a.40.2"’>
  15.   <embed src="http://www.youtube.com/watch?v=_jJHZhOAumQ" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344">
  16.   If you are seeing this then it means that the browser you are using does not support .mov, .ogv, or flash.
  17.   In other words, your browsers is either an extremley outdated. <a href="http://www.quirksmode.org/upgrade.html">Please upgrade</a><br/> Or consider <a href="/movies.php" />downloading the video.</a></p>  
  18. </video>-->
  19.  
  20. <video controls>
  21.    <source src=introHD.ogv type=’video/ogg; codecs="theora, vorbis"’>
  22.    <source src=introHD.mov type=’video/mp4; codecs="avc1.42E01E, mp4a.40.2"’>
  23.    <embed src="http://www.youtube.com/watch?v=_jJHZhOAumQ" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344">
  24. </video>
  25. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement