套件 | mx.core |
介面 | public interface ISWFBridgeProvider |
語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | Flash Player 9, AIR 1.1 |
公用屬性
屬性 | 定義自 | ||
---|---|---|---|
childAllowsParent : Boolean [唯讀]
Tests if the child allows its parent to access its display objects or listen
to messages that originate in the child. | ISWFBridgeProvider | ||
parentAllowsChild : Boolean [唯讀]
Tests if the parent allows its child to access its display objects or listen
to messages that originate in the parent. | ISWFBridgeProvider | ||
swfBridge : IEventDispatcher [唯讀]
A bridge to the application that is associated with the implementor of this
interface. | ISWFBridgeProvider |
屬性詳細資訊
childAllowsParent | 屬性 |
childAllowsParent:Boolean
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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
.
實作
public function get childAllowsParent():Boolean
parentAllowsChild | 屬性 |
parentAllowsChild:Boolean
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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
.
實作
public function get parentAllowsChild():Boolean
swfBridge | 屬性 |
swfBridge:IEventDispatcher
[唯讀] 語言版本: | ActionScript 3.0 |
產品版本: | Flex 3 |
執行階段版本: | 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.
實作
public function get swfBridge():IEventDispatcher
Tue Jun 12 2018, 03:47 PM Z