Slashdot Mirror


YouTube Explains Where HTML5 Video Fails

awjr writes "YouTube have pretty much come down on the side of Flash having major issues with the lack of features that the HTML5 <video> tag has and may never have."

1 of 426 comments (clear)

  1. Re:Stop raining on our OSS parade with your "facts by Nadaka · · Score: 4, Interesting

    actually, you don't need to do any user agent sniffing at all.

    Here is what you do. take your video tag in a common format, use it. If it fails, by web standards, the tag is supposed to default to the contents of the tag instead.
    Put a video tag inside that in a format supported on other browsers. If it fails, by web standards, the tag is supposed to default to the contents of the tag instead.
    Put your flash video object inside of that.