Advanced Flash Components
Search!
Search!
Home >  Components >  Embeddable FLV Player >  API Documentation
API Documentation
Embeddable FLV Player V. 1.0 Documentation
Properties
Name Type Description
autoBuffer Boolean Set via FlashVars: Determines whether the player will start buffering as soon as the user loads the page (true) or not (false).

Example

autoBuffer=true
autoHideControls Boolean Set via FlashVars: Determines whether the player will autohide when you roll off the player (true) or not (false). Note: we have fixed the issue with skinAutoHide here so that the player uses the MOUSE_LEAVE event on the stage to hide the skin.

Example

autoHideControls=true
autoStart Boolean Set via FlashVars: Determines whether the player will start playing as soon as the user loads the page (true) or not (false).

Example

autoStart=true
bufferSeconds Number Set via FlashVars: Determines the number of seconds of video the player will buffer before playing will start.

Example

bufferSeconds=2
flvURL String Set via FlashVars: The path to the FLV file that you would like to play.

Example

flvURL=my_video.flv
moreVideosXML String Set via FlashVars: Path to an XML file that describes more videos to be show as links after playback of the original video is complete.

Example

moreVideosXML=more_videos.xml


See example XML
previewImageURL String Set via FlashVars: The path to an image used for a preview.

Example

previewImageURL=my_preview.jpg
showBigPlayButton Boolean Set via FlashVars: Determines whether a large, centered play button is shown on the player when it is paused or stopped (true) or not (false).

Example

showBigPlayButton=true
showBufferingIndicator Boolean Set via FlashVars: Determines whether a large, centered buffering indicator is shown on the player when it is buffering (true) or not (false).

Example

showBufferingIndicator=true
showReplayButton Boolean Set via FlashVars: Determines whether a replay button is shown on the upper left corner of the player when it is complete (true) or not (false).

Example

showReplayButton=true
shrinkVideoOnComplete Boolean Set via FlashVars: Determines whether the player window will shrink when playback is complete (true) or not (false).

Example

shrinkVideoOnComplete=true
Methods
Name Return Type Description
Not Available( ) Void Methods are only available in the Flash component version.
Events
Name Return Value Description
Not Available Events are only available in the Flash component version.