Package | org.osmf.traits |
Class | public final class LoadState |
Inheritance | LoadState Object |
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
Public Properties
Public Methods
Public Constants
Constant | Defined By | ||
---|---|---|---|
LOAD_ERROR : String = "loadError" [static]
The LoadTrait has failed to load. | LoadState | ||
LOADING : String = "loading" [static]
The LoadTrait has begun loading. | LoadState | ||
READY : String = "ready" [static]
The LoadTrait is ready for playback. | LoadState | ||
UNINITIALIZED : String = "uninitialized" [static]
The LoadTrait has been constructed, but either has not yet started
loading or has been unloaded. | LoadState | ||
UNLOADING : String = "unloading" [static]
The LoadTrait has begun unloading. | LoadState |
Constant Detail
LOAD_ERROR | Constant |
public static const LOAD_ERROR:String = "loadError"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The LoadTrait has failed to load.
LOADING | Constant |
public static const LOADING:String = "loading"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The LoadTrait has begun loading.
READY | Constant |
public static const READY:String = "ready"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The LoadTrait is ready for playback.
UNINITIALIZED | Constant |
public static const UNINITIALIZED:String = "uninitialized"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The LoadTrait has been constructed, but either has not yet started loading or has been unloaded.
UNLOADING | Constant |
public static const UNLOADING:String = "unloading"
Language Version: | ActionScript 3.0 |
Product Version: | OSMF 1.0 |
Runtime Versions: | Flash Player 10, AIR 1.5 |
The LoadTrait has begun unloading.
Mon Nov 28 2011, 06:48 AM -08:00