| Paket | org.osmf.events |
| Sınıf | public class MediaFactoryEvent |
| Miras Alma | MediaFactoryEvent Event Object |
| 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 |
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
![]() | bubbles : Boolean [salt okunur]
Bir olayın köpüren bir olay olup olmadığını belirtir. | Event | |
![]() | cancelable : Boolean [salt okunur]
Olayla ilişkilendirilmiş davranışın önlenebilir olup olmadığını gösterir. | Event | |
![]() | constructor : Object
Belirli bir nesne örneği için sınıf nesnesine veya yapıcı işlevine bir başvuru. | Object | |
![]() | currentTarget : Object [salt okunur]
Bu Event nesnesini olay dinleyicisiyle etkin olarak işleyen nesne. | Event | |
![]() | eventPhase : uint [salt okunur]
Olay akışındaki geçerli aşama. | Event | |
| mediaElement : MediaElement [salt okunur]
The created MediaElement. | MediaFactoryEvent | ||
| resource : MediaResourceBase [salt okunur]
The resource representing the plugin. | MediaFactoryEvent | ||
![]() | target : Object [salt okunur]
Olay hedefi. | Event | |
![]() | type : String [salt okunur]
Olay türü. | Event | |
Genel Yöntemler
| Yöntem | Tanımlayan: | ||
|---|---|---|---|
MediaFactoryEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, resource:MediaResourceBase = null, mediaElement:MediaElement = null)
Constructor. | MediaFactoryEvent | ||
![]() |
Event alt sınıfının bir örneğini çoğaltır. | Event | |
![]() |
Özel ActionScript 3.0 Event sınıfınızdaki toString() yöntemini uygulamak için bir yardımcı işlev. | Event | |
![]() |
Bir nesnenin belirli bir özelliğinin tanımlı olup olmadığını gösterir. | Object | |
![]() |
Olayda preventDefault() öğesinin çağrılmış olup olmadığını kontrol eder. | Event | |
![]() |
Object sınıfının bir örneğinin parametre olarak belirtilen nesnenin prototip zincirinde olup olmadığını gösterir. | Object | |
![]() |
Bir olayın varsayılan davranışını, bu yapılabiliyorsa iptal eder. | Event | |
![]() |
Belirtilen özelliğin bulunup bulunmadığını ve numaralandırılabilir olup olmadığını gösterir. | Object | |
![]() |
Dinamik bir özelliğin döngü işlemlerinde kullanılabilirliğini ayarlar. | Object | |
![]() |
Olay akışında geçerli düğümdeki ve ondan sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | |
![]() |
Olay akışında geçerli düğümden sonra gelen düğümlerdeki olay dinleyicilerin işlenmesini engeller. | Event | |
![]() |
Bu nesnenin, yerel ayara özel kurallara göre biçimlendirilmiş dize temsilini döndürür. | Object | |
![]() |
Event nesnesinin tüm özelliklerini içeren bir dize döndürülür. | Event | |
![]() |
Belirtilen nesnenin temel değerini döndürür. | Object | |
Genel Sabitler
| Sabit | Tanımlayan: | ||
|---|---|---|---|
| MEDIA_ELEMENT_CREATE : String = "mediaElementCreate" [statik]
The MediaFactoryEvent.MEDIA_ELEMENT_CREATE constant defines the value of the
type property of the event object for a mediaElementCreate event. | MediaFactoryEvent | ||
| PLUGIN_LOAD : String = "pluginLoad" [statik]
The MediaFactoryEvent.PLUGIN_LOAD constant defines the value of the
type property of the event object for a pluginLoad event. | MediaFactoryEvent | ||
| PLUGIN_LOAD_ERROR : String = "pluginLoadError" [statik]
The MediaFactoryEvent.PLUGIN_LOAD_ERROR constant defines the value of the
type property of the event object for a pluginLoadError event. | MediaFactoryEvent | ||
Özellik Ayrıntısı
mediaElement | özellik |
mediaElement:MediaElement [salt okunur] | 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 |
The created MediaElement. Null if type is not MEDIA_ELEMENT_CREATE.
Uygulama
public function get mediaElement():MediaElementresource | özellik |
resource:MediaResourceBase [salt okunur] | 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 |
The resource representing the plugin. Null if type is neither PLUGIN_LOAD nor PLUGIN_LOAD_ERROR.
Uygulama
public function get resource():MediaResourceBaseYapıcı Ayrıntı
MediaFactoryEvent | () | Yapıcı |
public function MediaFactoryEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, resource:MediaResourceBase = null, mediaElement:MediaElement = 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.
Parametrelertype:String — The type of the event.
| |
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.
| |
resource:MediaResourceBase (default = null) — The resource representing the plugin. Null if type is neither
PLUGIN_LOAD nor PLUGIN_LOAD_ERROR.
| |
mediaElement:MediaElement (default = null) — The created MediaElement. Null if type is not MEDIA_ELEMENT_CREATE.
|
Sabit Ayrıntısı
MEDIA_ELEMENT_CREATE | Sabit |
public static const MEDIA_ELEMENT_CREATE:String = "mediaElementCreate"| 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 |
The MediaFactoryEvent.MEDIA_ELEMENT_CREATE constant defines the value of the type property of the event object for a mediaElementCreate event.
PLUGIN_LOAD | Sabit |
public static const PLUGIN_LOAD:String = "pluginLoad"| 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 |
The MediaFactoryEvent.PLUGIN_LOAD constant defines the value of the type property of the event object for a pluginLoad event.
PLUGIN_LOAD_ERROR | Sabit |
public static const PLUGIN_LOAD_ERROR:String = "pluginLoadError"| 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 |
The MediaFactoryEvent.PLUGIN_LOAD_ERROR constant defines the value of the type property of the event object for a pluginLoadError event.
Tue Jun 12 2018, 01:09 PM Z
Miras Alınan Genel Özellikleri Gizle
Miras Alınan Genel Özellikleri Göster