User Guide

546 FLVPlayback Component (Flash Professional Only)
Event summary for the FLVPlayback class
The following table lists the events of the FLVPlayback class:
FLVPlayback.visibleVideoPlayerIndex A number that you can use to manage
multiple FLV file streams. Sets which
video player instance is visible and
audible. Default is 0.
FLVPlayback.volume A number in the range of 0 to 100 that
indicates the volume control setting.
FLVPlayback.volumeBar A MovieClip object that is the
VolumeBar control.
FLVPlayback.volumeBarInterval A number that specifies, in milliseconds,
how often to check the volumeBar
handle when scrubbing. The default
value is 250.
FLVPlayback.volumeBarScrubTolerance A number (percentage) that specifies
how far a user can move the volume bar
handle before an update occurs.
FLVPlayback.width A number that specifies the width of the
component instance in pixels.
FLVPlayback.x A number that specifies the horizontal
location of the video player in pixels.
FLVPlayback.y A number that specifies the vertical
location of the video player in pixels.
Event Description
FLVPlayback.buffering Dispatched when the buffering state is entered.
FLVPlayback.close Dispatched when NetConnection is closed, whether through
timeout or a call to the
close() method.
FLVPlayback.complete Dispatched when playing completes by reaching the end of
the FLV file.
FLVPlayback.cuePoint Dispatched when a cue point is reached.
FLVPlayback.fastForward Dispatched when the location of the playhead is moved
forward by a call to the
seek() method.
FLVPlayback.metadata Dispatched the first time the FLV file metadata is reached.
Property Description