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