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