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.'"
So does anyone have an actual link to an example of the player? That seems like a rather blatant omission from the article.
So where's the link to the source code? I'd like to compile and test this video player.
"People don't want to learn linux" hasn't been a valid excuse since '03.
And it'll fall back to Flash if your browser doesn't support those.
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
Elementary, my dear Watson.
Adobe is not in the business of selling Flash Plugins, they are in the business of selling Flash Authoring Tools and Server Side technology. iTechnology has been selling like crazy, and hate as you may, it has started to result in pages that are designed to run in iDevices.
With all these pages now out there, Flash suddenly becomes optional, it will not take long before Flash's buggy security issues make many to opt out of using Flash and just fall back on the HTML5 pages that were designed for the iDevices. It is wise of them to try to stop the flocking early, avoid people from developing their own home grown HTML5 Plug N Play migration tools, and offer them first.
Once the big players opt to go Adobe's route, they may secure their web authoring dominance in a Flash Free World Wide Web.
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.