User Guide
712 FLVPlayback Component (Flash Professional Only)
Event summary for the VideoPlayer class
The following table lists the events of the VideoPlayer class:
Event Description
VideoPlayer.close
Dispatched when the video stream is closed, whether
through timeout or a call to the
close() method.
VideoPlayer.complete
Dispatched when playing completes by reaching the end of
the FLV file.
VideoPlayer.cuePoint
Dispatched when a cue point is reached.
VideoPlayer.metadataReceived
Dispatched the first time the FLV file metadata is reached.
VideoPlayer.playheadUpdate
Dispatched every .25 seconds while the FLV file is playing.
VideoPlayer.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.
VideoPlayer.ready
Dispatched when the FLV file is loaded and ready to display.
VideoPlayer.resize
Dispatched when the video is resized.
VideoPlayer.rewind
Dispatched when the location of the playhead is moved
backward by a call to
seek() or when the automatic rewind
operation completes.
VideoPlayer.stateChange
Dispatched when the playback state changes.