Packagecom.afcomponents.events
Classpublic class LoaderEvent
InheritanceLoaderEvent Inheritance flash.events.Event



Public Methods
 MethodDefined by
  
LoaderEvent(type:String, obj:Object = null)
LoaderEvent
Public Constants
 ConstantDefined by
  CONTENT_LOAD_COMPLETE : String = "CONTENT_LOAD_COMPLETE"
[static]
LoaderEvent
  CONTENT_LOAD_PROGRESS : String = "CONTENT_LOAD_PROGRESS"
[static]
LoaderEvent
  CONTENT_LOAD_START : String = "CONTENT_LOAD_START"
[static]
LoaderEvent
  CONTENT_UNLOAD_COMPLETE : String = "CONTENT_UNLOAD_COMPLETE"
[static]
LoaderEvent
  INITIALIZE : String = "INITIALIZE"
[static]
LoaderEvent
  LOADER_CHANGE : String = "LOADER_CHANGE"
[static]
LoaderEvent
  LOADER_ERROR : String = "LOADER_ERROR"
[static]
LoaderEvent
  TRANSITION_COMPLETE : String = "TRANSITION_COMPLETE"
[static]
LoaderEvent
  TRANSITION_START : String = "TRANSITION_START"
[static]
LoaderEvent
Constructor detail
LoaderEvent()constructor
public function LoaderEvent(type:String, obj:Object = null)Parameters
type:String
 
obj:Object (default = null)
Constant detail
CONTENT_LOAD_COMPLETEconstant
public static const CONTENT_LOAD_COMPLETE:String = "CONTENT_LOAD_COMPLETE"
CONTENT_LOAD_PROGRESSconstant 
public static const CONTENT_LOAD_PROGRESS:String = "CONTENT_LOAD_PROGRESS"
CONTENT_LOAD_STARTconstant 
public static const CONTENT_LOAD_START:String = "CONTENT_LOAD_START"
CONTENT_UNLOAD_COMPLETEconstant 
public static const CONTENT_UNLOAD_COMPLETE:String = "CONTENT_UNLOAD_COMPLETE"
INITIALIZEconstant 
public static const INITIALIZE:String = "INITIALIZE"
LOADER_CHANGEconstant 
public static const LOADER_CHANGE:String = "LOADER_CHANGE"
LOADER_ERRORconstant 
public static const LOADER_ERROR:String = "LOADER_ERROR"
TRANSITION_COMPLETEconstant 
public static const TRANSITION_COMPLETE:String = "TRANSITION_COMPLETE"
TRANSITION_STARTconstant 
public static const TRANSITION_START:String = "TRANSITION_START"