패키지 | mx.core |
인터페이스 | public interface ISWFLoader extends ISWFBridgeProvider |
구현자 | SWFLoader |
언어 버전: | 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 | ||
loadForCompatibility : Boolean
A flag that indicates whether the content is loaded so that it can
interoperate with applications that were built with a different verion of Flex. | ISWFLoader | ||
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 |
공용 메서드
메서드 | 정의 주체 | ||
---|---|---|---|
Get the bounds of the loaded application that are visible to the user
on the screen. | ISWFLoader |
속성 세부 정보
loadForCompatibility | 속성 |
loadForCompatibility:Boolean
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
A flag that indicates whether the content is loaded so that it can
interoperate with applications that were built with a different verion of Flex.
Compatibility with other Flex Applications is accomplished by loading
the application into a sibling (or peer) ApplicationDomain.
This flag is ignored if the sub application is loaded into a different
SecurityDomain than the main application.
If true
, the content loads into a sibling ApplicationDomain.
If false
, the content loaded into a child ApplicationDomain.
기본값: false.
구현
public function get loadForCompatibility():Boolean
public function set loadForCompatibility(value:Boolean):void
메서드 세부 정보
getVisibleApplicationRect | () | 메서드 |
public function getVisibleApplicationRect(allApplications:Boolean = false):Rectangle
언어 버전: | ActionScript 3.0 |
제품 버전: | Flex 3 |
런타임 버전: | Flash Player 9, AIR 1.1 |
Get the bounds of the loaded application that are visible to the user on the screen.
매개 변수
allApplications:Boolean (default = false ) — Determine if the visible rectangle is calculated based only on the
display objects in this application or all parent applications as well.
Including more parent applications might reduce the visible area returned.
If true , then all applications are used to find the visible
area, otherwise only the display objects in this application are used.
|
Rectangle — A Rectangle that includes the visible portion of this
object. The rectangle uses global coordinates.
|
Tue Jun 12 2018, 03:17 PM Z