| Package | net.guttershark.preloading.events |
| Class | public class AssetStatusEvent |
| Inheritance | AssetStatusEvent flash.events.Event |
| Property | Defined by | ||
|---|---|---|---|
| asset : Asset
The Asset that had the status error.
| AssetStatusEvent | ||
| status : int
The status code.
| AssetStatusEvent | ||
| Method | Defined by | ||
|---|---|---|---|
|
AssetStatusEvent(type:String, asset:Asset, status:int)
Constructor for AssetStatusEvent instances.
| AssetStatusEvent | ||
| Constant | Defined by | ||
|---|---|---|---|
| STATUS : String = "assetStatus" [static]
Defines the value of the type property of the assetStatus event type.
| AssetStatusEvent | ||
| asset | property |
public var asset:AssetThe Asset that had the status error.
| status | property |
public var status:intThe status code.
| AssetStatusEvent | () | constructor |
public function AssetStatusEvent(type:String, asset:Asset, status:int)Constructor for AssetStatusEvent instances.
Parameterstype:String — The type.
|
|
asset:Asset — The Asset that triggered the status event.
|
|
status:int — The status code of the event.
|
See also
| STATUS | constant |
public static const STATUS:String = "assetStatus"Defines the value of the type property of the assetStatus event type.