View comments | RSS feed

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.


Version 8

Comments


Dave Seah said on Feb 21, 2007 at 3:04 PM :
A minor documentation clarification:

FLVPlayback.metadata is listed here as an event, however it is actually a property! This entry should be FLVPlayback.metadataReceived, with a link to the corresponding entry.
tanenbaumm said on Mar 14, 2007 at 7:32 PM :
I believe there is an error on this page. FLVPlayback.metadata is a property, not an event. The relevant event is FLVPlayback.metadataReceived.

 

RSS feed | Send me an e-mail when comments are added to this page | Comment Report

Current page: http://livedocs.adobe.com/flash/8/main/00003515.html