Pakket | org.osmf.traits |
Klasse | public final class LoadState |
Overerving | LoadState Object |
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
Openbare eigenschappen
Openbare methoden
Openbare constanten
Constante | Gedefinieerd door | ||
---|---|---|---|
LOAD_ERROR : String = "loadError" [statisch]
The LoadTrait has failed to load. | LoadState | ||
LOADING : String = "loading" [statisch]
The LoadTrait has begun loading. | LoadState | ||
READY : String = "ready" [statisch]
The LoadTrait is ready for playback. | LoadState | ||
UNINITIALIZED : String = "uninitialized" [statisch]
The LoadTrait has been constructed, but either has not yet started
loading or has been unloaded. | LoadState | ||
UNLOADING : String = "unloading" [statisch]
The LoadTrait has begun unloading. | LoadState |
Constantedetails
LOAD_ERROR | Constante |
public static const LOAD_ERROR:String = "loadError"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The LoadTrait has failed to load.
LOADING | Constante |
public static const LOADING:String = "loading"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The LoadTrait has begun loading.
READY | Constante |
public static const READY:String = "ready"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The LoadTrait is ready for playback.
UNINITIALIZED | Constante |
public static const UNINITIALIZED:String = "uninitialized"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The LoadTrait has been constructed, but either has not yet started loading or has been unloaded.
UNLOADING | Constante |
public static const UNLOADING:String = "unloading"
Taalversie: | ActionScript 3.0 |
Productversie: | OSMF 1.0 |
Runtimeversies: | Flash Player 10, AIR 1.5 |
The LoadTrait has begun unloading.
Wed Jun 13 2018, 11:42 AM Z