Packageorg.flowplayer.model
Classpublic class PlayerEventType
InheritancePlayerEventType Inheritance EventType



Public Properties
 PropertyDefined by
  all : Dictionary
[static][read-only]
PlayerEventType
  cancellable : Dictionary
[static][read-only]
PlayerEventType
 Inheritedcustom : Boolean
EventType
  isCancellable : Boolean
[read-only]
PlayerEventType
 Inheritedname : String
EventType
Public Methods
 MethodDefined by
  
PlayerEventType(name:String)
PlayerEventType
  
toString():String
PlayerEventType
Public Constants
 ConstantDefined 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
Property detail
allproperty
all:Dictionary  [read-only]Implementation
    public static function get all():Dictionary
cancellableproperty 
cancellable:Dictionary  [read-only]Implementation
    public static function get cancellable():Dictionary
isCancellableproperty 
isCancellable:Boolean  [read-only]Implementation
    public function get isCancellable():Boolean
Constructor detail
PlayerEventType()constructor
public function PlayerEventType(name:String)Parameters
name:String
Method detail
toString()method
public function toString():String

Returns
String
Constant detail
ERRORconstant
public static const ERROR:PlayerEventType
FULLSCREENconstant 
public static const FULLSCREEN:PlayerEventType
FULLSCREEN_EXITconstant 
public static const FULLSCREEN_EXIT:PlayerEventType
KEYPRESSconstant 
public static const KEYPRESS:PlayerEventType
LOADconstant 
public static const LOAD:PlayerEventType
MOUSE_OUTconstant 
public static const MOUSE_OUT:PlayerEventType
MOUSE_OVERconstant 
public static const MOUSE_OVER:PlayerEventType
MUTEconstant 
public static const MUTE:PlayerEventType
UNMUTEconstant 
public static const UNMUTE:PlayerEventType
VOLUMEconstant 
public static const VOLUME:PlayerEventType