Cross-Browser Videos: Video For Everybody
11
Feb
// php the_time('Y') ?>
Video For Everybody is a smartly created HTML code for embedding videos into websites using the HTML5 <video> element.
If HTML5 is not supported, it falls back to QuickTime & Flash as the last option automatically (actually, as the last option, it can display an image if the Flash is not supported).
It does not use any JavaScript or browser-sniffing & works in RSS readers, iPhone / iPad besides all the major browsers.
Video For Everybody requires the video to be encoded in 2 different formats:
- MP4 (Safari, Flash, iPhone / iPad)
- OGG (Firefox 3.5+, Chrome, Opera 10.5+)
There is also a test page provided to see the compatibility it offers across browsers.
Compatibility: All Major Browsers (Linux systems without Firefox 3.5, Flash or MPEG-4 codecs can have problems)
Website: http://camendesign.com/code/video_for_everybody
Demo: http://camendesign.com/code/video_for_everybody/test...
Website: http://camendesign.com/code/video_for_everybody
Demo: http://camendesign.com/code/video_for_everybody/test...
















One Response for "Cross-Browser Videos: Video For Everybody"
This looks pretty neat, going to give it a try in my next project I think.