Pacote | org.osmf.traits |
Classe | public final class LoadState |
Herança | LoadState Object |
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
Propriedades públicas
Métodos públicos
Constantes públicas
Constante | Definido por | ||
---|---|---|---|
LOAD_ERROR : String = "loadError" [estático]
The LoadTrait has failed to load. | LoadState | ||
LOADING : String = "loading" [estático]
The LoadTrait has begun loading. | LoadState | ||
READY : String = "ready" [estático]
The LoadTrait is ready for playback. | LoadState | ||
UNINITIALIZED : String = "uninitialized" [estático]
The LoadTrait has been constructed, but either has not yet started
loading or has been unloaded. | LoadState | ||
UNLOADING : String = "unloading" [estático]
The LoadTrait has begun unloading. | LoadState |
Detalhes da constante
LOAD_ERROR | Constante |
public static const LOAD_ERROR:String = "loadError"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The LoadTrait has failed to load.
LOADING | Constante |
public static const LOADING:String = "loading"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The LoadTrait has begun loading.
READY | Constante |
public static const READY:String = "ready"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The LoadTrait is ready for playback.
UNINITIALIZED | Constante |
public static const UNINITIALIZED:String = "uninitialized"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | 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"
Versão da linguagem: | ActionScript 3.0 |
Versão de produto: | OSMF 1.0 |
Versões de runtime: | Flash Player 10, AIR 1.5 |
The LoadTrait has begun unloading.
Wed Jun 13 2018, 11:10 AM Z