Guest User

Untitled

a guest
Jul 21st, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.88 KB | None | 0 0
  1. <video width="640" height="360" controls>
  2. <!-- MP4 must be first for iPad! -->
  3. <source src="__VIDEO__.MP4" type="video/mp4" /><!-- Safari / iOS video -->
  4. <source src="__VIDEO__.OGV" type="video/ogg" /><!-- Firefox / Opera / Chrome10 -->
  5. <!-- fallback to Flash: -->
  6. <object width="640" height="360" type="application/x-shockwave-flash" data="__FLASH__.SWF">
  7. <!-- Firefox uses the `data` attribute above, IE/Safari uses the param below -->
  8. <param name="movie" value="__FLASH__.SWF" />
  9. <param name="flashvars" value="controlbar=over&image=__POSTER__.JPG&file=__VIDEO__.MP4" />
  10. <!-- fallback image. note the title field below, put the title of the video there -->
  11. <img src="__VIDEO__.JPG" width="640" height="360" alt="__TITLE__"
  12. title="No video playback capabilities, please download the video below" />
  13. </object>
  14. </video>
Add Comment
Please, Sign In to add comment