| Property |
Description |
Example |
|---|---|---|
| Flv File / Stream | Filename of flv format file that you want to play. Note: If the flv file is located on a streaming server, the .flv extension must be omitted. This applies to the flvPlayerPRO-Stream component only. |
myVideo.flv (non-streaming server) myVideo (streaming server) |
| Autoplay | Determines whether the first flv should start playing automatically or not. | true |
| Replay | Determines whether to repeat the playback of single flv file or not. | true |
| Flv Playlist instance | The instance name of your FlvPlaylist component. | playlist |
| Controls position | Determines the position of controls inside the flvPlayer skin. Can be bottom over, top over, top and bottom. | bottom over |
| Controls align | Determines the alignment of controls relative to flvPlayers size. Can be left, center or right. | center |
| Controls gap (pixels) | The size of the vertical gap between the controls' edge and the flvPlayer skin edge. | 10 |
| Show controls | Determines whether the controls will be always visible or only on mouse over. | Always |
| Controls visible time (seconds) | Determines the delay in hiding the controls when the Show Controls parameter is set to onMouseOver. | 2 |
| flvPanel instance | The instance name of the secondary control panel. | 25 |
| Pan speed (pixels) | The number of pixels to pan when the pan command is triggered. | 25 |
| Zoom amount | The amount of zoom to be used. | 1.25 |
| Video size | Specifies whether the video should be displayed at its original size, whether it should be resized to the maximum screen size while maitaining the aspect ratio to whether it should be scaled to fit the size of the flvPlayer. The options available are: original size, original ratio, scale to fit, fit to flv Note: When using "fit to flv", the player will not be visible until enough information has downloaded from the flv in order to resize the player accordingly. |
original ratio |
| Allow window drag | Specifies whether to enable dragging of the component, allowing the user to reposition the component on the stage. | false |
| Server/Application | This parameter should only be specified if the FLV files reside on a streaming server. This specifies the name of the streaming server followed by a "/" and the application instance name. Note: This parameter is available for the flvPlayerPRO-Stream component only. |
rtmp://rtmphost.com/appname |
| Volume | Sets the initial volume. | 100 |
| Buffer time | Sets the number of playing seconds to buffer before playing the video. | 20 |
| Buffer textfield | The instance name of the textfield to use to display the percentage of the buffer that has loaded. The textfield can be created anywhere on or off the stage with the desired font, size and color and it will automatically be positioned in the center of the flvPlayerPRO-Stream. Note: This parameter is available for the flvPlayerPRO-Stream component only. |
buffer_txt |
| Buffer text | The text to display in the buffer textfield. Use %PERCENT%% as a variable to display the percentage. Note: This parameter is available for the flvPlayerPRO-Stream component only. |
Buffering %PERCENT%% |
| Buffer text centered | Sets whether to center the buffer textfield on the video screen (true) or to display it wherever it is positioned on the stage (false). Note: This parameter is available for the flvPlayerPRO-Stream component only. |
true |