Skip to content

Instantly share code, notes, and snippets.

@cfsilence
Created July 15, 2012 23:37
Show Gist options
  • Save cfsilence/3119217 to your computer and use it in GitHub Desktop.
Save cfsilence/3119217 to your computer and use it in GitHub Desktop.
<video width="320" height="240" controls="controls">
<source src="movie.mp4" type="video/mp4" />
<source src="movie.ogg" type="video/ogg" />
<source src="movie.webm" type="video/webm" />
<object data="movie.mp4" width="320" height="240">
<embed src="movie.swf" width="320" height="240">
Your browser does not support video
</embed>
</object>
</video>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment