| Pacote | mx.core |
| Interface | public interface ISWFBridgeProvider |
| Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | Flash Player 9, AIR 1.1 |
Propriedades públicas
| Propriedade | Definido por | ||
|---|---|---|---|
| childAllowsParent : Boolean [somente leitura]
Tests if the child allows its parent to access its display objects or listen
to messages that originate in the child. | ISWFBridgeProvider | ||
| parentAllowsChild : Boolean [somente leitura]
Tests if the parent allows its child to access its display objects or listen
to messages that originate in the parent. | ISWFBridgeProvider | ||
| swfBridge : IEventDispatcher [somente leitura]
A bridge to the application that is associated with the implementor of this
interface. | ISWFBridgeProvider | ||
Detalhes da propriedade
childAllowsParent | propriedade |
childAllowsParent:Boolean [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | 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.
Implementação
public function get childAllowsParent():BooleanparentAllowsChild | propriedade |
parentAllowsChild:Boolean [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | 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.
Implementação
public function get parentAllowsChild():BooleanswfBridge | propriedade |
swfBridge:IEventDispatcher [somente leitura] | Versão da linguagem: | ActionScript 3.0 |
| Versão de produto: | Flex 3 |
| Versões de runtime: | 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.
Implementação
public function get swfBridge():IEventDispatcherWed Jun 13 2018, 11:10 AM Z