FLVPlayerEvent
| Kind of class: | class |
|---|---|
| Inherits from: | Event |
| Classpath: | org.asapframework.ui.video.FLVPlayerEvent |
| File last modified: | Monday, 20 November 2006, 11:04:33 |
Summary
Constructor
- FLVPlayerEvent (inType:String, inStatus:String, inSource:FLVPlayer)
Class properties
- EVENT_FLVPLAYER : String
- Generic event type for all FLVPlayer events
- STATUS_CHANGE : String
- Event sent when player status has changed
- PLAY_STARTED : String
- Event sent when the player starts playing video
- BUFFER_EMPTY : String
- Event sent when the buffer is empty
- METADATA_RECEIVED : String
- Event sent when meta data has been received
Constructor
FLVPlayerEvent
Class properties
BUFFER_EMPTY
static BUFFER_EMPTY:String = "onBufferEmpty"
(read)
Event sent when the buffer is empty
EVENT_FLVPLAYER
static EVENT_FLVPLAYER:String = "onFLVPlayerEvent"
(read)
Generic event type for all FLVPlayer events
METADATA_RECEIVED
static METADATA_RECEIVED:String = "onMetaDataReceived"
(read)
Event sent when meta data has been received
PLAY_STARTED
static PLAY_STARTED:String = "onPlayStarted"
(read)
Event sent when the player starts playing video
STATUS_CHANGE
static STATUS_CHANGE:String = "onStatusChange"
(read)
Event sent when player status has changed
Instance properties
status
status:String
(read)
current status of player when status has changed
subtype
subtype:String
(read)
specific type of event