Getting Video For Everybody working without encoding an OGG


/ Published in: JavaScript
Save to your folder(s)

Video For Everybody is a great way to use the `` tag with fallbacks for QuickTime or Flash for users with old browsers, but it requires that every video be encoded twice (once for the MP4 and once for the OGG).

This code (which requires Mootools but could be easily rewritten to avoid that requirement) allows you to provide a better experience for users of very old Flash Players (which don't support H.264 playback) and working video for Firefox users (without encoding any OGG files).

The code should be run onDomReady, and only if there's a `` element on the page. Due to my requirements, this code only addresses the first `` element on the page.

The video element should be enclosed in a `` or other suitable container.

URL: http://camendesign.com/code/video_for_everybody

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.