| Paquete | mx.core |
| Interfaz | public interface ISWFBridgeProvider |
| Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | Flash Player 9, AIR 1.1 |
Propiedades públicas
| Propiedad | Definido por | ||
|---|---|---|---|
| childAllowsParent : Boolean [solo lectura]
Tests if the child allows its parent to access its display objects or listen
to messages that originate in the child. | ISWFBridgeProvider | ||
| parentAllowsChild : Boolean [solo lectura]
Tests if the parent allows its child to access its display objects or listen
to messages that originate in the parent. | ISWFBridgeProvider | ||
| swfBridge : IEventDispatcher [solo lectura]
A bridge to the application that is associated with the implementor of this
interface. | ISWFBridgeProvider | ||
Información sobre propiedades
childAllowsParent | propiedad |
childAllowsParent:Boolean [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | 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.
Implementación
public function get childAllowsParent():BooleanparentAllowsChild | propiedad |
parentAllowsChild:Boolean [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | 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.
Implementación
public function get parentAllowsChild():BooleanswfBridge | propiedad |
swfBridge:IEventDispatcher [solo lectura] | Versión del lenguaje: | ActionScript 3.0 |
| Versión de producto: | Flex 3 |
| Versiones de motor de ejecución: | 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.
Implementación
public function get swfBridge():IEventDispatcherTue Jun 12 2018, 02:12 PM Z