Packageefnx.events
Classpublic class MultiLoaderEvent
InheritanceMultiLoaderEvent Inheritance flash.events.ProgressEvent

MultiLoaderEvent is an event that holds the ProgressEvent of many files being downloaded asynchronously.



Public Properties
 PropertyDefined by
  entry : String = ""
The name of the entry that the event pertains to.
MultiLoaderEvent
Public Methods
 MethodDefined by
  
MultiLoaderEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)
MultiLoaderEvent
  
clone():Event
MultiLoaderEvent
Public Constants
 ConstantDefined by
  COMPLETE : String = "complete"
[static] Defines the value of the type property of a MultiLoaderEvent event object.
MultiLoaderEvent
  PROGRESS : String = "progress"
[static] Defines the value of the type property of a MultiLoaderEvent event object.
MultiLoaderEvent
Property detail
entryproperty
public var entry:String = ""

The name of the entry that the event pertains to.

Constructor detail
MultiLoaderEvent()constructor
public function MultiLoaderEvent(type:String, bubbles:Boolean = true, cancelable:Boolean = false)

Parameters
type:String
 
bubbles:Boolean (default = true)
 
cancelable:Boolean (default = false)
Method detail
clone()method
public override function clone():Event

Returns
Event
Constant detail
COMPLETEconstant
public static const COMPLETE:String = "complete"

Defines the value of the type property of a MultiLoaderEvent event object.

PROGRESSconstant 
public static const PROGRESS:String = "progress"

Defines the value of the type property of a MultiLoaderEvent event object.