Pakiet | org.osmf.elements |
Klasa | public class LoadFromDocumentElement |
Dziedziczenie | LoadFromDocumentElement ProxyElement MediaElement EventDispatcher Object |
Podklasy | F4MElement |
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Because of the dynamic nature of this operation, a LoadFromDocumentElement extends
ProxyElement. When the document has been loaded, this class will set the
proxiedElement
property to the MediaElement that was generated from
the document.
This is an abstract base class, and must be subclassed.
Note: It is simplest to use the MediaPlayer class in conjunction with subclasses of the LoadFromDocumentElement. If you work directly with a LoadFromDocumentElement, then it's important to listen for events related to traits being added and removed. If you use the MediaPlayer class with a LoadFromDocumentElement, then the MediaPlayer will automatically listen for these events for you.
Powiązane elementy interfejsu API
Metoda | Zdefiniowane przez | ||
---|---|---|---|
Constructor. | LoadFromDocumentElement | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
Rejestruje obiekt detektora zdarzeń w obiekcie EventDispatcher, dzięki czemu detektor będzie otrzymywał powiadomienia o zdarzeniu. | EventDispatcher | ||
Adds a Metadata object to this MediaElement under the specified namespace URL. | MediaElement | ||
Wywołuje zdarzenie, tj. kieruje je do przepływu zdarzeń. | 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 | ||
Sprawdza, czy obiekt EventDispatcher zawiera jakiekolwiek detektory zarejestrowane dla konkretnego typu zdarzeń. | EventDispatcher | ||
Wskazuje, czy dla obiektu zdefiniowano określoną właściwość. | Object | ||
Determines whether this media element has a media trait of the
specified type. | MediaElement | ||
Wskazuje, czy instancja klasy Object należy do łańcucha prototypów obiektu określonego jako parametr. | Object | ||
Wskazuje, czy określona właściwość istnieje i jest przeliczalna. | Object | ||
Usuwa detektor z obiektu EventDispatcher. | EventDispatcher | ||
Removes the Metadata object that was stored under this MediaElement with
the specified namespace URL. | MediaElement | ||
Ustawia dostępność właściwości dynamicznej używanej w pętlach. | Object | ||
Zwraca ciąg reprezentujący obiekt — sformatowany zgodnie z konwencjami właściwymi dla ustawień regionalnych. | Object | ||
Zwraca ciąg reprezentujący określony obiekt. | Object | ||
Zwraca pierwotną wartość dla określonego obiektu. | Object | ||
Sprawdza, czy detektor zdarzeń określonego typu jest zarejestrowany w tym obiekcie EventDispatcher lub jego elementach macierzystych. | EventDispatcher |
LoadFromDocumentElement | () | Konstruktor |
public function LoadFromDocumentElement(resource:MediaResourceBase = null, loader:LoaderBase = null)
Wersja języka: | ActionScript 3.0 |
Wersja produktu: | OSMF 1.0 |
Wersje środowiska wykonawczego: | Flash Player 10, AIR 1.5 |
Constructor.
Parametryresource:MediaResourceBase (default = null ) — The resource associated with this element.
| |
loader:LoaderBase (default = null ) — The LoaderBase used to load the resource. Cannot be null.
|
Zgłasza
ArgumentError — If loader is null.
|
Tue Jun 12 2018, 12:06 PM Z