Skip to content

Instantly share code, notes, and snippets.

@romeoh
Created August 29, 2012 01:05
Show Gist options
  • Save romeoh/3505797 to your computer and use it in GitHub Desktop.
Save romeoh/3505797 to your computer and use it in GitHub Desktop.
Video API
<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