Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!doctype html>
- <html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible">
- <title>HTML5 Video test</title>
- </head>
- <body>
- <video id='video' controls preload='none' mediagroup='myVideoGroup' poster="/poster.png">
- <source id='mp4' src="/video.mp4" type='video/mp4'>
- <source id='webm' src="/video.webm" type='video/webm'>
- <p>Your user agent does not support the HTML5 Video element.</p>
- </video>
- </body>
- </html>
Add Comment
Please, Sign In to add comment