Packagenet.guttershark.preloading.events
Classpublic 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
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.

See also

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

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