User Guide
FLVPlayback class 545
FLVPlayback.seekBar A MovieClip object that is the SeekBar
control.
FLVPlayback.seekBarInterval A number that specifies, in milliseconds,
how often to check the seekBar handle
when scrubbing. The default value
is 250.
FLVPlayback.seekBarScrubTolerance A number (percentage) that specifies
how far a user can move the scrubBar
handle before an update occurs. The
value is specified as a percentage,
ranging from 1 to 100.
FLVPlayback.seekToPrevOffset A number, in seconds, that the
seekToPrevNavCuePoint() method uses
when it compares its time against the
previous cue point.
FLVPlayback.skin A string that specifies the name of a skin
SWF file.
FLVPlayback.skinAutoHide A Boolean value that, if true, hides the
component skin when the mouse is not
over the video. Defaults to false.
FLVPlayback.state A string that specifies the state of the
component. Set with the
load(), play(),
stop(), pause() and seek() methods.
Read-only.
FLVPlayback.stateResponsive A Boolean value that is true if the state is
responsive. Read-only.
FLVPlayback.stopButton A MovieClip object that is the
StopButton control.
FLVPlayback.stopped A Boolean value that is true if the state is
stopped. Read-only.
FLVPlayback.totalTime A number that is the total playing time for
the video in seconds
FLVPlayback.transform An object that provides direct access to
the Sound.setTransform() and
Sound.getTransform() methods to
provide more sound control.
FLVPlayback.visible A Boolean value that, if true, makes the
FLVPlayback component visible.
Property Description