Pakiet | org.osmf.traits |
Klasa | public final class LoadState |
Dziedziczenie | LoadState Object |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Właściwości publiczne
Metody publiczne
Stałe publiczne
Stała | Zdefiniowane przez | ||
---|---|---|---|
LOAD_ERROR : String = "loadError" [statyczny]
The LoadTrait has failed to load. | LoadState | ||
LOADING : String = "loading" [statyczny]
The LoadTrait has begun loading. | LoadState | ||
READY : String = "ready" [statyczny]
The LoadTrait is ready for playback. | LoadState | ||
UNINITIALIZED : String = "uninitialized" [statyczny]
The LoadTrait has been constructed, but either has not yet started
loading or has been unloaded. | LoadState | ||
UNLOADING : String = "unloading" [statyczny]
The LoadTrait has begun unloading. | LoadState |
Szczegół stałej
LOAD_ERROR | Stała |
public static const LOAD_ERROR:String = "loadError"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The LoadTrait has failed to load.
LOADING | Stała |
public static const LOADING:String = "loading"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The LoadTrait has begun loading.
READY | Stała |
public static const READY:String = "ready"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The LoadTrait is ready for playback.
UNINITIALIZED | Stała |
public static const UNINITIALIZED:String = "uninitialized"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The LoadTrait has been constructed, but either has not yet started loading or has been unloaded.
UNLOADING | Stała |
public static const UNLOADING:String = "unloading"
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
The LoadTrait has begun unloading.
Tue Jun 12 2018, 12:06 PM Z