適用於 Adobe® Flash® Platform 的 ActionScript® 3.0 參考
首頁  |  隱藏套件和類別清單 |  套件  |  類別  |  新增內容  |  索引  |  附錄  |  為什麼顯示英文?
篩選: 從伺服器擷取資料...
從伺服器擷取資料...
mx.core 

ISWFBridgeProvider  - AS3 Flex

套件mx.core
介面public interface ISWFBridgeProvider

語言版本: ActionScript 3.0
產品版本: Flex 3
執行階段版本: Flash Player 9, AIR 1.1

An implementor of ISWFBridgeProvider provides a bridge to an application in a different security sandbox or to an application that was compiled with a different version of the Flex compiler and is running in a separate ApplicationDomain. This interface lets a caller get a bridge to that application. Once the caller has the bridge, it can then dispatch events to the application.



公用屬性
 屬性定義自
  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




[ X ]為什麼顯示英文?
「ActionScript 3.0 參考」的內容是以英文顯示

並非所有「ActionScript 3.0 參考」的內容都翻譯為所有語言。當語言元素未翻譯時,就會以英文顯示。例如,ga.controls.HelpBox 類別並沒有翻譯為任何語言。因此在參考的繁體中文版本中,ga.controls.HelpBox 類別就會以英文顯示。