| Package | net.guttershark.preloading.events |
| Class | public class AssetCompleteEvent |
| Inheritance | AssetCompleteEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| asset : Asset
The asset that has completely downloaded.
| AssetCompleteEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
AssetCompleteEvent(type:String, asset:Asset)
Constructor for AssetCompleteEvent instances.
| AssetCompleteEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| COMPLETE : String = "assetComplete" [static]
Defines the value of the type property of the assetComplete event type.
| AssetCompleteEvent | ||
| asset | property |
public var asset:AssetThe asset that has completely downloaded.
| AssetCompleteEvent | () | constructor |
public function AssetCompleteEvent(type:String, asset:Asset)Constructor for AssetCompleteEvent instances.
Parameterstype:String — The event type.
|
|
asset:Asset — The Asset that has completely downloaded.
|
See also
| COMPLETE | constant |
public static const COMPLETE:String = "assetComplete"Defines the value of the type property of the assetComplete event type.