| Paket | mx.core |
| Arabirim | public interface ISWFBridgeProvider |
| Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Genel Özellikler
| Özellik | Tanımlayan: | ||
|---|---|---|---|
| childAllowsParent : Boolean [salt okunur]
Tests if the child allows its parent to access its display objects or listen
to messages that originate in the child. | ISWFBridgeProvider | ||
| parentAllowsChild : Boolean [salt okunur]
Tests if the parent allows its child to access its display objects or listen
to messages that originate in the parent. | ISWFBridgeProvider | ||
| swfBridge : IEventDispatcher [salt okunur]
A bridge to the application that is associated with the implementor of this
interface. | ISWFBridgeProvider | ||
Özellik Ayrıntısı
childAllowsParent | özellik |
childAllowsParent:Boolean [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Tests if the child allows its parent to access its display objects or listen
to messages that originate in the child.
true if access if allowed; otherwise false.
Uygulama
public function get childAllowsParent():BooleanparentAllowsChild | özellik |
parentAllowsChild:Boolean [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
Tests if the parent allows its child to access its display objects or listen
to messages that originate in the parent.
true if access if allowed; otherwise false.
Uygulama
public function get parentAllowsChild():BooleanswfBridge | özellik |
swfBridge:IEventDispatcher [salt okunur] | Dil Sürümü: | ActionScript 3.0 |
| Ürün Sürümü: | Flex 3 |
| Çalışma Zamanı Sürümleri: | Flash Player 9, AIR 1.1 |
A bridge to the application that is associated with the implementor of this interface. The IEventDispatcher that can be used to send events to an application in a different ApplicationDomain or a different sandbox.
Uygulama
public function get swfBridge():IEventDispatcherTue Jun 12 2018, 01:09 PM Z