Having just looked at the HTML5 video compatibility table on wikipedia, it would seem that HTML5 video has a big problem: Namely that there is no single video format supported by all major browsers.

There is a secondary problem: That a significant fraction of web browsers currently in use do not support HTML5. I've got Firefox 8 right now and It doesn't support quite a few features -- notably mpeg4 and h.264. The situation looks pretty grim.

Does anyone have advice about handling video in HTML5 rather than Flash? I'm inclined to either use Flash (again) or rely on Youtube or Vimeo for hosting my video.

    Not sure if this is what you're looking for but w/ HTML5 you can have multiple sources inside your video tag and if the browser doesn't recognize the player in the source it will move onto the next one. As far as what browsers are rending HTML5 Opera and Chrome are on board, IE9(useless),

    source from wikipedia:

    
    <video poster="movie.jpg" controls>
            <source src='movie.webm' type='video/webm; codecs="vp8.0, vorbis"'/>
            <source src='movie.ogv' type='video/ogg; codecs="theora, vorbis"'/>
            <source src='movie.mp4' type='video/mp4; codecs="avc1.4D401E, mp4a.40.2"'/>
            <p>This is fallback content</p>
    </video>
    
    

    Tantek Celik has a good book out on HTML5. I think you can download some of his presentation for free as well.

      Thanks for the response and the link.

      I'm aware of the ability to specify multiple movies for a given <video> tag but that still means a lot of video conversion work. Given how picky some folks are about video, I wonder if automated conversions will be acceptable.

      And, much as I loathe IE, we can't ignore that it's still a widely used browser[url].

        I believe the easiest thing to do is use a flash player which can show mp4 video. That way you cover pretty much all browsers on the market. If they can't use flash (iPhone & iPad) they have support for the video element and mp4 video format.

        The basic approach would be to use an object and fallback to video. Using a video element with object fallback doesn't work in Firefox. However, IE8 refuses to do anything with with the object unless type="application/x-shockwave-flash" is present, at least unless the activex related classid is present, which in turn screw things up for Firefox (which would then need an embed element).

        However, if I deactive flash in Safari, Safari actually still doesn't disregard the object element entirely and uses its nested video element. I don't know wether that's by design or a bug due to that Safari would have been able to handle the object mime type if the flash plugin wasn't disabled. As such, I don't know if this will work without further modification on iPhone / iPad. But it's worth a try.

        <object width="400" height="300" type="application/x-shockwave-flash" data="http://example.com/yourplayer.swf?movieURL=http%3A%2F%2Fexample.com%2Fpath%2Fto%2Fmovie.mp4&amp;autostart=false">
        	<param name="movie" value="http://example.com/yourplayer.swf?movieURL=http%3A%2F%2Fexample.com%2Fpath%2Fto%2Fmovie.mp4&amp;autostart=false">
        	<video controls="controls" width="400" height="300" autostart="false">
        		<source src="http://example.com/path/to/movie.mp4" type="video/mp4" codecs="H.264, avc1.42E01E, mp4a.40.2"></source>
        	</video>
        </object>
        

        If the presence of the application type attribute for the object poses problems for iPhone / iPad, you might initially just show the flash players and have a javascript onload event handler to replace them all when something like this is true

        var v = document.createElement('video');
        if (v && v.canPlayType && v.canPlayType('video/mp4'))
        

        It's also worth noting that for some reason Safari doesn't handle a p fallback element after the video element above. I.e.

        <object ...>
        	<param ...>
        	<video ...>
        		<source src="playable by safari">
        	</video>
        	<p>Your browser can't play this video</p>
        </object>
        

        shows both the video element and the p element with flash plugin disabled, but not when it's enabled. I would have expected it to stop checking content after the video element was ok to display.

          sneakyimp;10992044 wrote:

          disappointed to learn that both flash and other formats are required.
          http://en.wikipedia.org/wiki/Hype_cycle

          But at least they will only require one video format instead of 3.

          johanafm;10992009 wrote:

          Safari actually still doesn't disregard the object element entirely and uses its nested video element. I don't know wether that's by design or a bug

          Not sure what I was thinking here. The only thing the mime type does is letting the browser know that it doesn't need to access the data to find out that it can't be used.

          Now I've had time to test the code with mp4 video and it works in IE8 and FF (with flash), Chrome, Safari, IE9 (with and without flash) and iPhone.

            8 days later

            VigRX Gain 5 Month Purveying Male Enhancemnt Penis Enlargement Pills Jumbo Saving, Harmony At present! It is really an dazzling Sale VigRX Added 5 Month Supply Spear Enhancemnt Penis Enlargement Pills.I well subscribe to Sale VigRX Increased by 5 Month Stock Masculine Enhancemnt Penis Enlargement Pills payment anyone.I absolutly sympathy it!

            We Compare and Select Low Prices to provide You Here! Best Offers Today!

            Because of men who want bigger, harder, longer-lasting erections, there's for the nonce VigRX Plus. VigRX Bonus is the penis enhancement work that delivers the most results in the shortest time. You'll be experiencing a larger penis when you're aroused, with greater erection content and longer-lasting sexual performance.

            Month #1: The initial alteration that you can envisage to profit from is longer everlasting erections. TVigRX And 5 Month Delivery Male Enhancemnt Penis Enlargement Pills Do not Maiden!! Inasmuch as men who want bigger, harder, longer-lasting erections, there's now VigRX Plus. VigRX Increased by is the penis enhancement result that delivers the most results in the shortest time. You'll prepare a larger penis when you're aroused, with greater erection capacity and longer-lasting bodily performance.

            Month #1: The ahead variation that you can wait for to enjoy is longer permanent erections. T... VigRX With an increment of 5 Month Rig out Spear Enhancemnt Penis Enlargement Pills Understand More

            Drive Less And Save More,Do not Dodge Our Best Administer

            More Details & Allow In this day!

            Cheapest Expense VigRX With an increment of 5 Month Supply Man's Enhancemnt Penis Enlargement Pills

            Nicest Obtain VigRX Plus 5 Month Equip Man's Enhancemnt Penis Enlargement Pills

            On Sale VigRX Additional 5 Month Supply Manful Enhancemnt Penis Enlargement Pills

            Discount VigRX Bonus 5 Month Gear up Masculine Enhancemnt Penis Enlargement Pills

              VigRX Gain 5 Month Afford Virile Enhancemnt Penis Enlargement Pills Massy Saving, Set-up At present! It is really an fabulous Trading VigRX Increased by 5 Month Contribute Masculine Enhancemnt Penis Enlargement Pills.I highly exhort Sellathon VigRX Coupled with 5 Month Stock Manful Enhancemnt Penis Enlargement Pills for anyone.I absolutly be wild about it!

              We Correspond and Determine Down Prices to tender You Here! Worst Offers Today!

              For men who be bigger, harder, longer-lasting erections, there's immediately VigRX Plus. VigRX Increased by is the penis enhancement yield that delivers the most results in the shortest time. You'll have a larger penis when you're aroused, with greater erection space and longer-lasting fleshly performance.

              Month #1: The prime novelty that you can expect to take to is longer lasting erections. TVigRX And 5 Month Provisioning Manly Enhancemnt Penis Enlargement Pills Do not Miss!! After men who in need of bigger, harder, longer-lasting erections, there's at the moment VigRX Plus. VigRX Plus is the penis enhancement product that delivers the most results in the shortest time. You'll take a larger penis when you're aroused, with greater erection capacity and longer-lasting earthy performance.

              Month #1: The earliest change that you can wait for to take is longer eternal erections. T... VigRX Gain 5 Month Rig out Manful Enhancemnt Penis Enlargement Pills Read More

              Drive Less And Save More,Do not Miss Our Best Deal

              More Details & Swallow Now!

              Cheapest Sacrifice VigRX With an increment of 5 Month Stocking Male Enhancemnt Penis Enlargement Pills

              Most skilfully Obtain VigRX Plus 5 Month Rig out Spear Enhancemnt Penis Enlargement Pills

              On Marketing VigRX Plus 5 Month Victual Manful Enhancemnt Penis Enlargement Pills

              Detract from VigRX Bonus 5 Month Give Masculine Enhancemnt Penis Enlargement Pills

                VigRX Together with 5 Month Afford Virile Enhancemnt Penis Enlargement Pills Brobdingnagian Saving, Importance Now! It is in truth an fabulous Mark-down VigRX Added 5 Month Give Masculine Enhancemnt Penis Enlargement Pills.I highly recommend Sale VigRX Increased by 5 Month Stock Masculine Enhancemnt Penis Enlargement Pills for anyone.I absolutly be wild about it!

                We Be a match for and Determine Muffled Prices to put up You Here! Best clothes Offers Today!

                For men who longing bigger, harder, longer-lasting erections, there's for the nonce VigRX Plus. VigRX Together with is the penis enhancement yield that delivers the most results in the shortest time. You'll have a larger penis when you're aroused, with greater erection content and longer-lasting fleshly performance.

                Month #1: The blue ribbon novelty that you can envisage to profit from is longer everlasting erections. TVigRX Increased by 5 Month Provisioning Manful Enhancemnt Penis Enlargement Pills Do not Miss!! For men who want bigger, harder, longer-lasting erections, there's at the moment VigRX Plus. VigRX Increased by is the penis enhancement product that delivers the most results in the shortest time. You'll take a larger penis when you're aroused, with greater erection intelligence and longer-lasting earthy performance.

                Month #1: The ahead mutation that you can wait for to take is longer everlasting erections. T... VigRX Gain 5 Month Purvey Manly Enhancemnt Penis Enlargement Pills Understand More

                Drive Less And Put by More,Do not Want Our Most Contract

                More Details & Take Now!

                Cheapest Evaluation VigRX With an increment of 5 Month Supplying Spear Enhancemnt Penis Enlargement Pills

                Kindest Buy off VigRX Addition 5 Month Rig out Man's Enhancemnt Penis Enlargement Pills

                On Sale VigRX Plus 5 Month Supply Manly Enhancemnt Penis Enlargement Pills

                Reduce VigRX Added 5 Month Give Virile Enhancemnt Penis Enlargement Pills

                  Write a Reply...