Sample of customized FLV Player:
Modified skin color and custom "PLEASE WAIT.." message triggered by broadcaster.
Specifications
» Play and control your external FLV files
» Fully customizable skin colors
» Fully resizable
» Suports event listener model
» v2 component architecture
» Flash Player 7
Customization
» Buffer size
» Auto-hide controls
NEW!
» Autoplay
» Loop video NEW! » REW / FF commands NEW! » VOLUME commands NEW!
» Fully customizable skin colors
» Custom WAIT Message NEW!
» control your player via API
broadcasting buffer values in 0-100 (percentage) NEW!
REWIND
triggered each time the video is rewinded
TIME
broadcasting player time in 0.0 seconds format NEW!
LOAD
broadcasting video loading in 0-100 (percentage) NEW!
Let's say that you want to perform some action when the video in the component
ends. To do this place the following code on the same timeline as player_mc ,
the instance name of your component.
var myListener = new Object();
myListener.stop = function():Void
{
trace("video ended");
}
player_mc.addEventListener("stop", myListener);
Please take a moment to rate our player:
All our components are in MXP format and need to be installed using the EXTENSION
MANAGER