Pacchetto | org.osmf.events |
Classe | public class LoadEvent |
Ereditarietà | LoadEvent Event Object |
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | OSMF 1.0, OSMF per Flex 4.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Proprietà pubbliche
Proprietà | Definito da | ||
---|---|---|---|
bubbles : Boolean [sola lettura]
Indica se un evento è un evento di bubbling. | Event | ||
bytes : Number [sola lettura]
New value of bytesLoaded or bytesTotal. | LoadEvent | ||
cancelable : Boolean [sola lettura]
Indica se il comportamento associato all'evento può essere impedito. | Event | ||
constructor : Object
Un riferimento all'oggetto classe o alla funzione di costruzione per una determinata istanza di oggetto. | Object | ||
currentTarget : Object [sola lettura]
L'oggetto che elabora attivamente l'oggetto Event con un listener di eventi. | Event | ||
eventPhase : uint [sola lettura]
La fase attuale del flusso di eventi. | Event | ||
loadState : String [sola lettura]
New LoadState of the LoadTrait. | LoadEvent | ||
target : Object [sola lettura]
Il target dell'evento. | Event | ||
type : String [sola lettura]
Il tipo di evento. | Event |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
LoadEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, loadState:String = null, bytes:Number = NaN)
Constructor. | LoadEvent | ||
Duplica un'istanza di una sottoclasse Event. | Event | ||
Una funzione dell'utilità per l'implementazione del metodo toString() in classi Event ActionScript 3.0 personalizzate. | Event | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Verifica se sull'evento è stato chiamato il metodo preventDefault(). | Event | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Annulla il comportamento predefinito di un evento se tale comportamento può essere annullato. | Event | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Impedisce l'elaborazione di tutti i listener di eventi nel nodo corrente e in tutti i nodi successivi del flusso di eventi. | Event | ||
Impedisce l'elaborazione di tutti i listener di eventi nei nodi del flusso di eventi successivi a quello corrente. | Event | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce una stringa che contiene tutte le proprietà dell'oggetto Event. | Event | ||
Restituisce il valore di base dell'oggetto specificato. | Object |
Costanti pubbliche
Costante | Definito da | ||
---|---|---|---|
BYTES_LOADED_CHANGE : String = "bytesLoadedChange" [statico]
The LoadEvent.BYTES_LOADED_CHANGE constant defines the value
of the type property of the event object for a bytesLoadedChange
event. | LoadEvent | ||
BYTES_TOTAL_CHANGE : String = "bytesTotalChange" [statico]
The LoadEvent.BYTES_TOTAL_CHANGE constant defines the value
of the type property of the event object for a bytesTotalChange
event. | LoadEvent | ||
LOAD_STATE_CHANGE : String = "loadStateChange" [statico]
The LoadEvent.LOAD_STATE_CHANGE constant defines the value
of the type property of the event object for a loadStateChange
event. | LoadEvent |
Descrizione delle proprietà
bytes | proprietà |
loadState | proprietà |
Descrizione della funzione di costruzione
LoadEvent | () | Funzione di costruzione |
public function LoadEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, loadState:String = null, bytes:Number = NaN)
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | OSMF 1.0, OSMF per Flex 4.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
Parametritype:String — Event type.
| |
bubbles:Boolean (default = false ) — Specifies whether the event can bubble up the display list hierarchy.
| |
cancelable:Boolean (default = false ) — Specifies whether the behavior associated with the event can be prevented.
| |
loadState:String (default = null ) — New LoadState of the LoadTrait.
| |
bytes:Number (default = NaN ) — New value of bytesLoaded or bytesTotal. Returns NaN when media is unloaded.
|
Descrizione delle costanti
BYTES_LOADED_CHANGE | Costante |
public static const BYTES_LOADED_CHANGE:String = "bytesLoadedChange"
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | OSMF 1.0, OSMF per Flex 4.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The LoadEvent.BYTES_LOADED_CHANGE constant defines the value of the type property of the event object for a bytesLoadedChange event.
BYTES_TOTAL_CHANGE | Costante |
public static const BYTES_TOTAL_CHANGE:String = "bytesTotalChange"
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | OSMF 1.0, OSMF per Flex 4.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The LoadEvent.BYTES_TOTAL_CHANGE constant defines the value of the type property of the event object for a bytesTotalChange event.
LOAD_STATE_CHANGE | Costante |
public static const LOAD_STATE_CHANGE:String = "loadStateChange"
Versione linguaggio: | ActionScript 3.0 |
Versioni prodotto: | OSMF 1.0, OSMF per Flex 4.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
The LoadEvent.LOAD_STATE_CHANGE constant defines the value of the type property of the event object for a loadStateChange event.
Tue Jun 12 2018, 02:44 PM Z