PROXUS FLV Player 2    PRICE: $25

PRICE: $25

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

 

STEP-BY-STEP setup video

Component properties

 

Control FLV player with API commands

Our component uses Application Programming Language (API) to control playback of your video. Group of available commands include:

playVideo();
pauseVideo();
rewindVideo();
loadVideo(url);

+ plus NEW! commands:

forward_video(true);
rewind_video(true);
setVolume(100);
clearVideo();

 

Component events

Our FLV Player supports the Event Listener model:

START
triggered when the video first begins
STOP
triggered each time the video ends
PLAY
triggered each time the video begins to play
PAUSE
triggered each time the video is paused
BUFFER
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:

If you like our script, please rate it!


All our components are in MXP format and need to be installed using the EXTENSION MANAGER

 

This site in not affiliated with Macromedia® or Flash® Macromedia is a registered trademark of Macromedia, Inc. Flash and the Flash Player logo are trademarks of Macromedia, Inc. Copyrights © 2004 PROXUS Media Group, Ltd.