Slashdot Mirror


Adobe Releases Its Own HTML5 Video Player

An anonymous reader writes "Webmonkey has an interesting tidbit about Adobe's release of its own HTML5 video player: 'Adobe has released an embeddable video player that plays HTML5 native video in browsers that support it, and falls back to Flash in browsers that don't. It's cross-browser and cross-platform, so it works on iPhones, iPads and other devices that don't support Flash. Using Adobe's new player, these devices can show videos in web pages without the Flash plug-in.'"

3 of 139 comments (clear)

  1. Where is it? by paul248 · · Score: 5, Insightful

    So does anyone have an actual link to an example of the player? That seems like a rather blatant omission from the article.

  2. Slashdot: so dense it causes singularities by notsoclever · · Score: 5, Insightful

    Nearly everyone seems to be missing the point to this. It's not something the user installs, it's something that content providers use to provide their video on the server side. This is a GOOD THING - it makes it much easier for websites to transition to HTML5 without alienating users who don't have HTML5-capable browsers.

    --
    There are 10 kinds of people: ones who understand ternary, ones who don't, and ones who think this joke is about binary
  3. Re:Superb !! by omfgnosis · · Score: 5, Insightful

    You can do both without any library. The markup for HTML5 video with Flash as a fallback is, basically, a video tag wrapping source and object tags, and the object tag wrapping an embed tag. The markup for Flash with HTML5 video as a fallback is to simply move the object tag to the top of the hierarchy and the video tag within it. The relevant part of the HTML5 spec was designed *specifically* to make this possible, and it has been possible ever since the first browser with video-tag capability was released. No Adobe library (borrowed though it is) is necessary to achieve this.

    With all of that said, I can't imagine why you'd want to use Flash at the top of the hierarchy unless you're a sadist. Flash has more wrong with it than the fact that it's not open and requires a plugin.