Paket | org.osmf.elements |
Sınıf | public class LoadFromDocumentElement |
Miras Alma | LoadFromDocumentElement ProxyElement MediaElement EventDispatcher Object |
Alt Sınıflar | F4MElement |
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | 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.
İlgili API Öğeleri
Korunan Özellikler
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | LoadFromDocumentElement | ||
addEventListener(type:String, listener:Function, useCapture:Boolean = false, priority:int = 0, useWeakReference:Boolean = false):void
EventDispatcher nesnesi olan bir olay dinleyici nesnesini, dinleyicinin bir olayın bildirimini alması için kaydeder. | EventDispatcher | ||
Adds a Metadata object to this MediaElement under the specified namespace URL. | MediaElement | ||
Olay akışına bir olay gönderir. | 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 | ||
EventDispatcher nesnesinin belirli bir olay türü için kayıtlı dinleyicisi olup olmadığını kontrol eder. | EventDispatcher | ||
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | ||
Determines whether this media element has a media trait of the
specified type. | MediaElement | ||
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | ||
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | ||
EventDispatcher nesnesinden bir dinleyiciyi kaldırır. | EventDispatcher | ||
Removes the Metadata object that was stored under this MediaElement with
the specified namespace URL. | MediaElement | ||
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | ||
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | ||
Belirtilen nesnenin dize olarak temsil edilen halini döndürür. | Object | ||
Belirtilen nesnenin temel değerini döndürür. | Object | ||
Bir olay dinleyicisinin bu EventDispatcher nesnesiyle mi, yoksa onun belirtilen olay türüne yönelik üst öğelerinden biriyle mi kayıtlı olduğunu kontrol eder. | EventDispatcher |
Korunan Yöntemler
Olaylar
Yapıcı Ayrıntı
LoadFromDocumentElement | () | Yapıcı |
public function LoadFromDocumentElement(resource:MediaResourceBase = null, loader:LoaderBase = null)
Dil Sürümü: | ActionScript 3.0 |
Ürün Sürümü: | OSMF 1.0 |
Çalışma Zamanı Sürümleri: | Flash Player 10, AIR 1.5 |
Constructor.
Parametrelerresource:MediaResourceBase (default = null ) — The resource associated with this element.
| |
loader:LoaderBase (default = null ) — The LoaderBase used to load the resource. Cannot be null.
|
Atar
ArgumentError — If loader is null.
|
Tue Jun 12 2018, 01:09 PM Z