Event summary for the FLVPlayback class

The following table lists the events of the FLVPlayback class:

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.

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.


Flash CS3