html5media: <video> Tag for Everyone!
html5media is a javascript utility that you can simply call in your page’s header and use the generic HTML5 <video> tag to display videos, without having to worry if your reader’s browser support HTML5 and the <video> tag.
Usage is very simple. Place this code in the <head> section:
<script src=”http://html5media.googlecode.com/svn/trunk/src/html5media.min.js”></script>
After that, embedded movies can be added [...]