Packagenet.guttershark.support.preloading.events
Classpublic final class AssetProgressEvent
InheritanceAssetProgressEvent Inheritance flash.events.Event

The AssetProgressEvent dispatches for an Asset that is downloading.



Public Properties
 PropertyDefined by
  asset : Asset
The asset that is loading.
AssetProgressEvent
Public Methods
 MethodDefined by
  
AssetProgressEvent(type:String, asset:Asset)
Constructor for AssetProgressEvent instances.
AssetProgressEvent
  
clone():Event
Clone this AssetProgressEvent.
AssetProgressEvent
  
toString():String
To string override for descriptions.
AssetProgressEvent
Public Constants
 ConstantDefined by
  PROGRESS : String = "assetProgress"
[static] Defines the value of the type property of the assetProgress event type.
AssetProgressEvent
Property detail
assetproperty
public var asset:Asset

The asset that is loading.

Constructor detail
AssetProgressEvent()constructor
public function AssetProgressEvent(type:String, asset:Asset)

Constructor for AssetProgressEvent instances.

Parameters
type:String — The type.
 
asset:Asset — The Asset that is downloading.
Method detail
clone()method
public override function clone():Event

Clone this AssetProgressEvent.

Returns
Event
toString()method 
public override function toString():String

To string override for descriptions.

Returns
String
Constant detail
PROGRESSconstant
public static const PROGRESS:String = "assetProgress"

Defines the value of the type property of the assetProgress event type.