Video

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

code · Video for Everybody!

Video for Everybody is simply a chunk of HTML code that embeds a video into a website using the HTML5 <video> element, falling back to Flash automatically without the use of JavaScript or browser-sniffing. It therefore works in RSS readers (no JavaScript), on the iPhone / iPad (don’t support Flash) and on many browsers and platforms . Thanks to the rapid adoption of HTML5 video happening right now, Video for Everybody isn’t the only solution around .

Make an HTML5 video a background

About This jQuery plugin enables you to very easily use an HTML5 video as a background to a website or any div. For browsers that don't support the HTML5 video tag, it just uses an image. Warning Don't abuse this code... Don't use it too often, too many video instances will slow down the browser. http://syddev.com/jquery.videoBG/index.html#about

tubular, a YouTube Background Player jQuery Plugin | Sean McCambridge Design

Video controls: Play | Pause | Volume Up | Volume Down | Mute Tubular is a jQuery plugin that lets you set a YouTube video as your page background. Just attach it to your page wrapper element, set some options, and you're on your way. $( page content wrapper element ).tubular( options ); Tubular's hello, world Assuming you're happy with the default options and you use a wrapper div with the id of wrapper , you simply attach to your wrapper div and specify the video you want to load: http://www.seanmccambridge.com/tubular/
A few days ago I was playing around with HTML 5 and it’s new (popular) video tag! The result in short: I love(d) it! Getting it to work in all the major browsers wasn’t that hard at all. I didn’t even use nasty JavaScript hacks for that, just some basic mark-up fallbacks. But.. http://dannyvankooten.com/278/html-5-video-full-screen/

HTML 5 Video 'Full-Screen' | Danny van Kooten