Created
July 9, 2012 18:12
-
-
Save iwek/3077980 to your computer and use it in GitHub Desktop.
HTML5 Video Test
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<video controls> | |
<source src=http://techslides.com/demos/sample-videos/small.webm type=video/webm> | |
<source src=http://techslides.com/demos/sample-videos/small.ogv type=video/ogg> | |
<source src=http://techslides.com/demos/sample-videos/small.mp4 type=video/mp4> | |
<source src=http://techslides.com/demos/sample-videos/small.3gp type=video/3gp> | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Nice can I put this in my website example a html & css page?