Paket | org.osmf.media |
Sınıf | public class LoadableElementBase |
Miras Alma | LoadableElementBase MediaElement EventDispatcher Object |
Alt Sınıflar | AudioElement, ImageElement, LightweightVideoElement, SWFElement |
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 |
Korunan Özellikler
Özellik | Tanımlayan: | ||
---|---|---|---|
loader : LoaderBase
The LoaderBase used by this element to load resources. | LoadableElementBase |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
Constructor. | LoadableElementBase | ||
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
Yöntem | Tanımlayan: | ||
---|---|---|---|
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 |
Olaylar
Özellik Ayrıntısı
loader | özellik |
loader:LoaderBase
The LoaderBase used by this element to load resources.
Uygulama
protected function get loader():LoaderBase
protected function set loader(value:LoaderBase):void
Yapıcı Ayrıntı
LoadableElementBase | () | Yapıcı |
public function LoadableElementBase(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 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.
|
Yöntem Ayrıntısı
createLoadTrait | () | yöntem |
protected function createLoadTrait(resource:MediaResourceBase, loader:LoaderBase):org.osmf.traits:LoadTrait
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 |
Subclasses can override this method to return a custom LoadTrait subclass.
Parametreler
resource:MediaResourceBase | |
loader:LoaderBase |
org.osmf.traits:LoadTrait |
processLoadingState | () | yöntem |
protected function processLoadingState():void
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 |
Subclasses can override this method to do processing when the media element enters the LOADING state.
processReadyState | () | yöntem |
protected function processReadyState():void
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 |
Subclasses can override this method to do processing when the media element enters the READY state.
processUnloadingState | () | yöntem |
protected function processUnloadingState():void
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 |
Subclasses can override this method to do processing when the media element enters the UNLOADING state.
Tue Jun 12 2018, 01:09 PM Z