Paquete | org.osmf.traits |
Clase | public final class LoadState |
Herencia | LoadState Object |
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
Propiedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
LOAD_ERROR : String = "loadError" [estática]
The LoadTrait has failed to load. | LoadState | ||
LOADING : String = "loading" [estática]
The LoadTrait has begun loading. | LoadState | ||
READY : String = "ready" [estática]
The LoadTrait is ready for playback. | LoadState | ||
UNINITIALIZED : String = "uninitialized" [estática]
The LoadTrait has been constructed, but either has not yet started
loading or has been unloaded. | LoadState | ||
UNLOADING : String = "unloading" [estática]
The LoadTrait has begun unloading. | LoadState |
Información sobre constantes
LOAD_ERROR | Constante |
public static const LOAD_ERROR:String = "loadError"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The LoadTrait has failed to load.
LOADING | Constante |
public static const LOADING:String = "loading"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The LoadTrait has begun loading.
READY | Constante |
public static const READY:String = "ready"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The LoadTrait is ready for playback.
UNINITIALIZED | Constante |
public static const UNINITIALIZED:String = "uninitialized"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | 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"
Versión del lenguaje: | ActionScript 3.0 |
Versión de producto: | OSMF 1.0 |
Versiones de motor de ejecución: | Flash Player 10, AIR 1.5 |
The LoadTrait has begun unloading.
Tue Jun 12 2018, 02:12 PM Z