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