HTML5 video for everyone!
Posted on | maart 12, 2010 | Reageren uitgeschakeld
Enabling video tags in all major browsers
<script src="http://html5media.googlecode.com/svn/trunk/src/html5media.min.js"></script>
This will allow you to embed videos into your document using the following easy syntax:
<video src="video.mp4" width="320" height="240" controls autobuffer></video>
You can see this code in action at: http://static.etianen.com/html5media/.
Please read our GettingStarted guide for more information.
It’s probably encoded incorrectly. Videos should always be saved as h.264 (mp4), or Theora (ogv) files. Find out more on our VideoFormats page.

