Advertisement
Guest User

Untitled

a guest
Oct 21st, 2014
140
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 1.00 KB | None | 0 0
  1. <video
  2. id="
  3. yourmovieid
  4. " width="
  5. 640
  6. " height="
  7. 360
  8. " poster="
  9. yourmovie_
  10. still.jpg
  11. " controls preload="auto"
  12. >
  13. <source
  14. src="
  15. yourmovie-baseline.mp4
  16. " type='video/mp4;
  17. codecs="avc1.42E01E, mp4a.40.2"'
  18. >
  19. <source
  20. src="
  21. yourmovie.webm
  22. " type='video/webm; codecs="VP8,
  23. vorbis"'
  24. >
  25. <source
  26. src="
  27. yourmovie.ogv
  28. " type='video/ogg; codecs="theora,
  29. vorbis"'
  30. >
  31. <!--Flash fallback -->
  32. <object
  33. width="
  34. 640
  35. " height="
  36. 360
  37. " type="application/x-shockwave-
  38. flash" data="
  39. your_flash_player
  40. .swf"
  41. >
  42. <param
  43. name="movie" value="
  44. your_flash_player
  45. .swf"
  46. >
  47. <param
  48. name="flashvars" value="controlbar=over&amp;image=poster.
  49. jpg&amp;file=
  50. yourmovie-main.mp4
  51. "
  52. >
  53. <img
  54. src="
  55. poster.jpg
  56. " width="
  57. 640
  58. " height="
  59. 360
  60. " alt=""
  61. title="No video playback capabilities, please download the video
  62. below"
  63. >
  64. </object>
  65. </video>
  66. <p>Download the Highlights Reel:</p>
  67. <ul>
  68. <li><a href="
  69. yourmovie
  70. .mp4">MPEG-4 format</a></li>
  71. <li><a href="
  72. yourmovie
  73. .ogv">Ogg Theora format</a></li>
  74. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement