Package | com.adobe.mediacore.events |
Class | public class MediaPlayerStatusChangeEvent |
Inheritance | MediaPlayerStatusChangeEvent ![]() |
Property | Defined By | ||
---|---|---|---|
status : String [read-only]
The new status of the MediaPlayer
| MediaPlayerStatusChangeEvent |
Method | Defined By | ||
---|---|---|---|
MediaPlayerStatusChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, status:String = null)
Constructor
| MediaPlayerStatusChangeEvent | ||
clone():Event [override]
| MediaPlayerStatusChangeEvent |
Constant | Defined By | ||
---|---|---|---|
MEDIA_PLAYER_STATUS_CHANGE : String = mediaPlayerStatusChange [static]
Type of the event dispatched by the MediaPlayer when
its status changes
| MediaPlayerStatusChangeEvent |
status | property |
status:String
[read-only] The new status of the MediaPlayer
public function get status():String
MediaPlayerStatusChangeEvent | () | Constructor |
public function MediaPlayerStatusChangeEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, status:String = null)
Constructor
Parameterstype:String | |
bubbles:Boolean (default = false )
| |
cancelable:Boolean (default = false )
| |
status:String (default = null )
|
clone | () | method |
override public function clone():Event
Returns
Event |
MEDIA_PLAYER_STATUS_CHANGE | Constant |
public static const MEDIA_PLAYER_STATUS_CHANGE:String = mediaPlayerStatusChange
Type of the event dispatched by the MediaPlayer when its status changes