Paket | org.osmf.events |
Sınıf | public class NetConnectionFactoryEvent |
Miras Alma | NetConnectionFactoryEvent 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 | ||
mediaError : MediaError [salt okunur]
Error associated with the creation attempt. | NetConnectionFactoryEvent | ||
netConnection : NetConnection [salt okunur]
NetConnection to which this event refers. | NetConnectionFactoryEvent | ||
resource : URLResource [salt okunur]
URLResource to which this event refers. | NetConnectionFactoryEvent | ||
target : Object [salt okunur]
Olay hedefi. | Event | ||
type : String [salt okunur]
Olay türü. | Event |
Genel Yöntemler
Yöntem | Tanımlayan: | ||
---|---|---|---|
NetConnectionFactoryEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, netConnection:NetConnection = null, resource:URLResource = null, mediaError:MediaError = null)
Constructor. | NetConnectionFactoryEvent | ||
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: | ||
---|---|---|---|
CREATION_COMPLETE : String = "creationComplete" [statik]
The NetConnectionFactoryEvent.CREATION_COMPLETE constant defines the value of the
type property of the event object for a NetConnectionFactoryEvent when the
the class has succeeded in establishing a connected NetConnection. | NetConnectionFactoryEvent | ||
CREATION_ERROR : String = "creationError" [statik]
The NetConnectionFactoryEvent.CREATION_ERROR constant defines the value of the
type property of the event object for a NetConnectionFactoryEvent when the
the class has failed at establishing a connected NetConnection. | NetConnectionFactoryEvent |
Özellik Ayrıntısı
mediaError | özellik |
mediaError:MediaError
[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 |
Error associated with the creation attempt. Should only be non-null when type is CREATION_ERROR.
Uygulama
public function get mediaError():MediaError
netConnection | özellik |
netConnection:NetConnection
[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 |
NetConnection to which this event refers.
Uygulama
public function get netConnection():NetConnection
resource | özellik |
resource:URLResource
[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 |
URLResource to which this event refers.
Uygulama
public function get resource():URLResource
Yapıcı Ayrıntı
NetConnectionFactoryEvent | () | Yapıcı |
public function NetConnectionFactoryEvent(type:String, bubbles:Boolean = false, cancelable:Boolean = false, netConnection:NetConnection = null, resource:URLResource = null, mediaError:MediaError = 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.
| |
netConnection:NetConnection (default = null ) — NetConnection to which this event refers.
| |
resource:URLResource (default = null ) — URLResource to which this event refers.
| |
mediaError:MediaError (default = null ) — Error associated with the creation attempt. Should only be non-null
when type is CREATION_ERROR.
|
Sabit Ayrıntısı
CREATION_COMPLETE | Sabit |
public static const CREATION_COMPLETE:String = "creationComplete"
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 NetConnectionFactoryEvent.CREATION_COMPLETE constant defines the value of the type property of the event object for a NetConnectionFactoryEvent when the the class has succeeded in establishing a connected NetConnection.
CREATION_ERROR | Sabit |
public static const CREATION_ERROR:String = "creationError"
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 NetConnectionFactoryEvent.CREATION_ERROR constant defines the value of the type property of the event object for a NetConnectionFactoryEvent when the the class has failed at establishing a connected NetConnection.
Tue Jun 12 2018, 01:09 PM Z