Property | Defined by | ||
---|---|---|---|
all : Dictionary [static][read-only]
| PlayerEventType | ||
cancellable : Dictionary [static][read-only]
| PlayerEventType | ||
![]() | custom : Boolean | EventType | |
isCancellable : Boolean [read-only]
| PlayerEventType | ||
![]() | name : String | EventType |
Method | Defined by | ||
---|---|---|---|
PlayerEventType(name:String)
| PlayerEventType | ||
toString():String
| PlayerEventType |
Constant | Defined by | ||
---|---|---|---|
ERROR : PlayerEventType
[static]
| PlayerEventType | ||
FULLSCREEN : PlayerEventType
[static]
| PlayerEventType | ||
FULLSCREEN_EXIT : PlayerEventType
[static]
| PlayerEventType | ||
KEYPRESS : PlayerEventType
[static]
| PlayerEventType | ||
LOAD : PlayerEventType
[static]
| PlayerEventType | ||
MOUSE_OUT : PlayerEventType
[static]
| PlayerEventType | ||
MOUSE_OVER : PlayerEventType
[static]
| PlayerEventType | ||
MUTE : PlayerEventType
[static]
| PlayerEventType | ||
UNMUTE : PlayerEventType
[static]
| PlayerEventType | ||
VOLUME : PlayerEventType
[static]
| PlayerEventType |
all | property |
all:Dictionary
[read-only]Implementation
public static function get all():Dictionary
cancellable | property |
cancellable:Dictionary
[read-only]Implementation
public static function get cancellable():Dictionary
isCancellable | property |
isCancellable:Boolean
[read-only]Implementation
public function get isCancellable():Boolean
PlayerEventType | () | constructor |
public function PlayerEventType(name:String)
Parameters
name:String |
toString | () | method |
public function toString():String
Returns
String |
ERROR | constant |
public static const ERROR:PlayerEventType
FULLSCREEN | constant |
public static const FULLSCREEN:PlayerEventType
FULLSCREEN_EXIT | constant |
public static const FULLSCREEN_EXIT:PlayerEventType
KEYPRESS | constant |
public static const KEYPRESS:PlayerEventType
LOAD | constant |
public static const LOAD:PlayerEventType
MOUSE_OUT | constant |
public static const MOUSE_OUT:PlayerEventType
MOUSE_OVER | constant |
public static const MOUSE_OVER:PlayerEventType
MUTE | constant |
public static const MUTE:PlayerEventType
UNMUTE | constant |
public static const UNMUTE:PlayerEventType
VOLUME | constant |
public static const VOLUME:PlayerEventType