trieloff / html5flash

Converts HTML5 audio and video tags into Flash media players that can be controlled via Javascript, so that website authors can use the audio and video element right away without having to care about manually providing flash player fallbacks.
http://gettingsoftware.posterous.com/html5flash-using-html5-video-and-audio-right
Apache License 2.0
20 stars 2 forks source link

html5flash is an browser-independent implementation of the HTML5 video and audio tag. If you are planning to use video and audio on your web site, but

then html5flash is right for you. In order to use it, you have to add following tags into the head of your HTML page:

Then you can add

For videos you need additionally following tag in your HTML body, where you want the video to appear:

html5flash uses Scott Schiller's excellent soundmanager2 library, which provides the Flash implementation of an invisible audio player and chromeless video player.

html5flash is licensed under the terms of the Apache Software License.