There's a test app for html5 video playback in test/html5/app2.lzx. This app only plays it's content in Safari or Webkit right now, since the only video sources I am pointing to are mpeg4 encoded. But the player API allows you to specify multiple sources for playback, and if one of them is supported by the browser, it will choose it automatically.
I'm working on a fallback player which uses an embedded flash app (I'm looking at the Strobe player [1] , which is under BSD license, from Adobe of all places), so that could be loaded automatically if the app can figure out that the browser won't natively play the video format it wants to use. [1] http://www.osmf.org/strobe_mediaplayback.html -- Henry Minsky Software Architect [email protected]
