Return to Snippet

Revision: 33563
at October 10, 2010 15:43 by myke


Initial Code
<video width="900" height="506" preload="" controls="" autoplay="">
        <source src="/content/video/ibw.mp4" type="video/mp4;">
        <source src="/content/video/ibw.ogv" type="video/ogg;">
        <source src="/content/video/ibw.webm" type="video/webm;">
        <object width="900" height="506" type="application/x-shockwave-flash" data="/content/js/flowplayer/flowplayer-3.2.5.swf">
                <param name="movie" value="/content/js/flowplayer/flowplayer-3.2.5.swf"><param name="allowfullscreen" value="true">
                <param name="flashvars" value="config={"clip": {"url": "/content/video/ibw.flv", "autoPlay":true, "autoBuffering":true}}">
        </object>
</video>

Initial URL


Initial Description
Well almost ;) This should really cover most any browser out there. If no HTML5 support will fall back to flash, so for this example Flowplayer is required, but any flash video would work.

also FP will play many different formats not just flv.

Initial Title
Bulletproof web video

Initial Tags
flash, video, html5

Initial Language
HTML