Paket | org.osmf.events |
Sınıf | public class MediaElementEvent |
Miras Alma | MediaElementEvent 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 | ||
metadata : Metadata [salt okunur]
The Metadata that was added or removed. | MediaElementEvent | ||
namespaceURL : String [salt okunur]
The namespace URL for the Metadata that was added or removed. | MediaElementEvent | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
traitType : String [salt okunur]
The MediaTraitType for the trait that was added or removed. | MediaElementEvent | ||
type : String [salt okunur]
Olay türü. | Event |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
MediaElementEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, traitType:String = null, namespaceURL:String = null, metadata:Metadata = null)
Constructor. | MediaElementEvent | ||
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: | ||
---|---|---|---|
METADATA_ADD : String = "metadataAdd" [statik]
The MediaElementEvent.METADATA_ADD constant defines the value of the type
property of the event object for a metadataAdd event. | MediaElementEvent | ||
METADATA_REMOVE : String = "metadataRemove" [statik]
The MediaElementEvent.METADATA_REMOVE constant defines the value of the
type property of the event object for a metadataRemove event. | MediaElementEvent | ||
TRAIT_ADD : String = "traitAdd" [statik]
The MediaElementEvent.TRAIT_ADD constant defines the value of the type
property of the event object for a traitAdd event. | MediaElementEvent | ||
TRAIT_REMOVE : String = "traitRemove" [statik]
The MediaElementEvent.TRAIT_REMOVE constant defines the value of the
type property of the event object for a traitRemove event. | MediaElementEvent |
Özellik Ayrıntısı
metadata | özellik |
namespaceURL | özellik |
traitType | özellik |
Yapıcı Ayrıntı
MediaElementEvent | () | Yapıcı |
public function MediaElementEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, traitType:String = null, namespaceURL:String = null, metadata:Metadata = 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 — Event type
| |
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.
| |
traitType:String (default = null ) — The MediaTraitType for the trait that was added or removed. Null
if type is not TRAIT_ADD or TRAIT_REMOVE.
| |
namespaceURL:String (default = null ) — The namespace URL of the Metadata that was added or removed.
Null if type is not METADATA_ADD or METADATA_REMOVE.
| |
metadata:Metadata (default = null ) — The Metadata that was added or removed. Null if type is not
METADATA_ADD or METADATA_REMOVE.
|
Sabit Ayrıntısı
METADATA_ADD | Sabit |
public static const METADATA_ADD:String = "metadataAdd"
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 MediaElementEvent.METADATA_ADD constant defines the value of the type property of the event object for a metadataAdd event.
METADATA_REMOVE | Sabit |
public static const METADATA_REMOVE:String = "metadataRemove"
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 MediaElementEvent.METADATA_REMOVE constant defines the value of the type property of the event object for a metadataRemove event.
TRAIT_ADD | Sabit |
public static const TRAIT_ADD:String = "traitAdd"
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 MediaElementEvent.TRAIT_ADD constant defines the value of the type property of the event object for a traitAdd event.
TRAIT_REMOVE | Sabit |
public static const TRAIT_REMOVE:String = "traitRemove"
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 MediaElementEvent.TRAIT_REMOVE constant defines the value of the type property of the event object for a traitRemove event.
Tue Jun 12 2018, 01:09 PM Z