User Guide

FLVPlayback class 547
FLVPlayback.paused Dispatched when the pause state is entered.
FLVPlayback.playheadUpdate Dispatched every .25 seconds by default while the FLV file
is playing. You can specify frequency with the
playheadUpdateInterval property.
FLVPlayback.playing Dispatched when the playing state is entered.
FLVPlayback.progress Dispatched every .25 seconds, starting when the load()
method is called and ending when all bytes are loaded or
there is a network error. You can specify frequency with the
progressInterval property.
FLVPlayback.ready Dispatched when the FLV file is loaded and ready to display.
FLVPlayback.resize Dispatched when the video is resized.
FLVPlayback.rewind Dispatched when the location of the playhead is moved
backward by a call to
seek() or when the automatic rewind
operation completes.
FLVPlayback.scrubFinish Dispatched when the user stops scrubbing the timeline with
the SeekBar.
FLVPlayback.scrubStart Dispatched when user begins scrubbing the timeline with the
SeekBar.
FLVPlayback.seek Dispatched when the location of the playhead is changed by
a call to
seek() or by using the corresponding control.
FLVPlayback.skinError Dispatched when an error occurs loading a skin SWF file.
FLVPlayback.skinLoaded Dispatched when a skin SWF file is loaded.
FLVPlayback.stateChange Dispatched when the playback state changes.
FLVPlayback.stopped Dispatched when the stopped state is entered.
FLVPlayback.volumeUpdate Dispatched when the volume is changed through the volume
property.
Event Description