Created
August 29, 2012 01:05
-
-
Save romeoh/3505797 to your computer and use it in GitHub Desktop.
Video API
This file contains hidden or 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 width="320" height="240" controls="controls"> | |
<source src="http://www.w3schools.com/html5/movie.mp4" type="video/mp4"></source> | |
<source src="http://www.w3schools.com/html5/movie.ogg" type="video/ogg"></source> | |
지원하지 않음.. | |
</video> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment