Cross Browser Video Tag
Cross Browser Video Tag
Video tag is the method of playing videos on web pages (without requiring a plug-in).
Browser Support
Video tag is already supported by all major browsers so it should be really easy to get it working cross-browser.
Code Example
You can use a Video tag like this:
<video src="tgif.vid" autoplay controls></video>
More Information
More information can be found here.