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
Class properties
Instance properties
  • subtype : String
    • specific type of event
  • status : String
    • current status of player when status has changed
Instance properties inherited from Event

Constructor

FLVPlayerEvent

function FLVPlayerEvent (
inType:String, inStatus:String, inSource:FLVPlayer)

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