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.'"
http://labs.adobe.com/technologies/widgetbrowser/ Second link I saw when I scanned the page. Looks like you need to use their "Widget browser" to be able to download and use it.
Adobe based their player on Kaltura's library: http://www.html5video.org/ (also see http://www.kaltura.org/project/HTML5_Video_Media_JavaScript_Library)
FlashBlock.. Only play the flash that you want to play. no more cpu hogging!
Support FSF: Stop thinking with your wallet, and think with your imagination. (cc/non-commercial)
It's not a browser plug-in. It's HTML/Javascript code that you place in your page where you want the video to appear. It will try to use HTML5 first, and then use Flash if it fails.
Isn't that called... HTML5? Such as
<video>
<source src="file.mp4" type="video/mp4"/>
<source src="file.ogv" type="video/ogg"/>
<embed>fallback flash player</embed>
</video>
How are sites slashdotted when nobody reads TFAs?