패키지 | 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:17 PM Z