Guest User

HELP

a guest
May 19th, 2013
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 0.77 KB | None | 0 0
  1. <figure>
  2. <video width="480" height="272" controls="controls" poster="images/advert.png">
  3. <source src="media/advert.mp4" type="video/mp4" codecs="avc1.42e01e, mp4a.40.2" />
  4. <source src="media/advert.webm" type="video/webm" codecs="vp8, vorbis" />
  5. <source src="media/advert.ogg" type="video/ogg" codecs="theora, vorbis" />
  6. <object type="application/x-shockwave-flash" data="media/advert.swf" width="480" height="302">
  7. <param name="movie" value="media/advert.swf" />
  8. <param name="wmode" value="opaque" />
  9. <param name="loop" value="false" />
  10. <param name="play" value="false" />
  11. <img src="images/advert.png" alt="A snapshot image from the video" width="480" height="272" title="Unfortunately this video was unable to be played in your browser." />
  12. </object>
  13. </video>
  14. </figure>
Advertisement
Add Comment
Please, Sign In to add comment