Packagenet.guttershark.preloading.events
Classpublic class AssetCompleteEvent
InheritanceAssetCompleteEvent Inheritance flash.events.Event

The AssetCompleteEvent dispatches when an asset has completed downloading.



Public Properties
 PropertyDefined by
  asset : Asset
The asset that has completely downloaded.
AssetCompleteEvent
Public Methods
 MethodDefined by
  
AssetCompleteEvent(type:String, asset:Asset)
Constructor for AssetCompleteEvent instances.
AssetCompleteEvent
Public Constants
 ConstantDefined by
  COMPLETE : String = "assetComplete"
[static] Defines the value of the type property of the assetComplete event type.
AssetCompleteEvent
Property detail
assetproperty
public var asset:Asset

The asset that has completely downloaded.

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

Constructor for AssetCompleteEvent instances.

Parameters
type:String — The event type.
 
asset:Asset — The Asset that has completely downloaded.

See also

Constant detail
COMPLETEconstant
public static const COMPLETE:String = "assetComplete"

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