| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
Method Summary | |
| addListener ( aListener: Object ): Void | |
| bufferIsFull ( ): Void | |
| close ( ): Void | |
| Close the player | |
| getMediaBytesLoaded ( ): Number | |
| getMediaBytesTotal ( ): Number | |
| getMediaUrl ( ): String | |
| getPlayheadTime ( ): Number | |
| getTotalTime ( ): Number | |
| getVolume ( ): Number | |
| isPlaying ( ): Boolean | |
| Is the playhead moving? | |
| isSizeChange ( ): Boolean | |
| isSizeSet ( ): Boolean | |
| load ( ): Void | |
| Load the media without playing it. | |
| logError ( error: String ): Void | |
| mediaLoaded ( ): Void | |
| Called when the media is completely loaded. | |
| public | pause ( ): Void |
| Stop playback of the media without moving the playhead. | |
| public | play ( startingPoint: Number ): Void |
| Play the media starting at the specified starting point. | |
| playStopped ( ): Void | |
| removeAllListeners ( ): Void | |
| resizeVideo ( ): Void | |
| setMediaUrl ( aUrl: String ): Void | |
| setPlayheadTime ( position: Number ): Void | |
| setSeeking ( isSeeking: Boolean ): Void | |
| setVolume ( aVol: Number ): Void | |
| stop ( ): Void | |
| Stop playback of the media and reset the playhead to zero. | |
|
|
|
| Close the player |
|
|
|
|
|
|
|
|
|
|
|
| Is the playhead moving? |
|
|
|
| Load the media without playing it. |
|
|
| Called when the media is completely loaded. |
|
| Stop playback of the media without moving the playhead. |
|
| Play the media starting at the specified starting point. If the media hasn't yet been loaded, load it. | |||
|
|
|
|
|
|
|
|
|
| Stop playback of the media and reset the playhead to zero. |