Pacchetto | org.osmf.media |
Classe | public class LoadableElementBase |
Ereditarietà | LoadableElementBase MediaElement EventDispatcher Object |
Sottoclassi | AudioElement, ImageElement, LightweightVideoElement, SWFElement |
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Proprietà pubbliche
Proprietà protette
Proprietà | Definito da | ||
---|---|---|---|
loader : LoaderBase
The LoaderBase used by this element to load resources. | LoadableElementBase |
Metodi pubblici
Metodo | Definito da | ||
---|---|---|---|
Constructor. | LoadableElementBase | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Registra un oggetto listener di eventi con un oggetto EventDispatcher, in modo che il listener riceva la notifica di un evento. | EventDispatcher | ||
Adds a Metadata object to this MediaElement under the specified namespace URL. | MediaElement | ||
Invia un evento nel flusso di eventi. | EventDispatcher | ||
Returns the Metadata object that is stored under this MediaElement with
the specified namespace URL. | MediaElement | ||
Returns the media trait of the specified type. | MediaElement | ||
Verifica se per l'oggetto EventDispatcher sono presenti listener registrati per un tipo specifico di evento. | EventDispatcher | ||
Indica se per un oggetto è definita una proprietà specifica. | Object | ||
Determines whether this media element has a media trait of the
specified type. | MediaElement | ||
Indica se un'istanza della classe Object si trova nella catena di prototipi dell'oggetto specificato come parametro. | Object | ||
Indica se la proprietà specificata esiste ed è enumerabile. | Object | ||
Rimuove un listener dall'oggetto EventDispatcher. | EventDispatcher | ||
Removes the Metadata object that was stored under this MediaElement with
the specified namespace URL. | MediaElement | ||
Imposta la disponibilità di una proprietà dinamica per le operazioni cicliche. | Object | ||
Restituisce la rappresentazione in formato stringa di questo oggetto, formattato in base alle convenzioni specifiche per le versioni localizzate. | Object | ||
Restituisce la rappresentazione in formato stringa dell'oggetto specificato. | Object | ||
Restituisce il valore di base dell'oggetto specificato. | Object | ||
Verifica se un listener di eventi è registrato con questo oggetto EventDispatcher o qualsiasi suo antenato per il tipo di evento specificato. | EventDispatcher |
Metodi protetti
Metodo | Definito da | ||
---|---|---|---|
Adds a new media trait to this media element. | MediaElement | ||
Subclasses can override this method to return a custom LoadTrait
subclass. | LoadableElementBase | ||
Subclasses can override this method to do processing when the media
element enters the LOADING state. | LoadableElementBase | ||
Subclasses can override this method to do processing when the media
element enters the READY state. | LoadableElementBase | ||
Subclasses can override this method to do processing when the media
element enters the UNLOADING state. | LoadableElementBase | ||
Removes a media trait from this media element. | MediaElement | ||
Sets up the traits for this media element. | MediaElement |
Eventi
Descrizione delle proprietà
loader | proprietà |
loader:LoaderBase
The LoaderBase used by this element to load resources.
Implementazione
protected function get loader():LoaderBase
protected function set loader(value:LoaderBase):void
Descrizione della funzione di costruzione
LoadableElementBase | () | Funzione di costruzione |
public function LoadableElementBase(resource:MediaResourceBase = null, loader:LoaderBase = null)
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Constructor.
Parametriresource:MediaResourceBase (default = null ) — The MediaResourceBase that represents the piece of
media to load into this media element.
| |
loader:LoaderBase (default = null ) — Loader used to load the media. If null, then this class
is responsible for selecting/generating the appropriate loader.
|
Descrizione dei metodi
createLoadTrait | () | metodo |
protected function createLoadTrait(resource:MediaResourceBase, loader:LoaderBase):org.osmf.traits:LoadTrait
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Subclasses can override this method to return a custom LoadTrait subclass.
Parametri
resource:MediaResourceBase | |
loader:LoaderBase |
org.osmf.traits:LoadTrait |
processLoadingState | () | metodo |
protected function processLoadingState():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Subclasses can override this method to do processing when the media element enters the LOADING state.
processReadyState | () | metodo |
protected function processReadyState():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Subclasses can override this method to do processing when the media element enters the READY state.
processUnloadingState | () | metodo |
protected function processUnloadingState():void
Versione linguaggio: | ActionScript 3.0 |
Versione prodotto: | OSMF 1.0 |
Versioni runtime: | Flash Player 10, AIR 1.5 |
Subclasses can override this method to do processing when the media element enters the UNLOADING state.
Tue Jun 12 2018, 02:44 PM Z