Adobe® Flash® Platform için ActionScript® 3.0 Başvurusu
Ana Sayfa  |  Paket ve Sınıf Listesini Gizle |  Paketler  |  Sınıflar  |  Yenilikler  |  Dizin  |  Ekler  |  Niçin İngilizce?
Filtreler: Sunucudan Veri Alınıyor...
Sunucudan Veri Alınıyor...
mx.core 

ISWFLoader  - AS3 Flex

Paketmx.core
Arabirimpublic interface ISWFLoader extends ISWFBridgeProvider
Uygulayıcılar SWFLoader

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Flex 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

The ISWFLoader interface defines an API with special properties and method required when loading compatible applications and untrusted applications.



Genel Özellikler
 ÖzellikTanımlayan:
 InheritedchildAllowsParent : Boolean
[salt okunur] 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
 InheritedparentAllowsChild : Boolean
[salt okunur] Tests if the parent allows its child to access its display objects or listen to messages that originate in the parent.
ISWFBridgeProvider
 InheritedswfBridge : IEventDispatcher
[salt okunur] A bridge to the application that is associated with the implementor of this interface.
ISWFBridgeProvider
Genel Yöntemler
 YöntemTanımlayan:
  
Get the bounds of the loaded application that are visible to the user on the screen.
ISWFLoader
Özellik Ayrıntısı

loadForCompatibility

özellik
loadForCompatibility:Boolean

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Flex 3
Çalışma Zamanı Sürümleri: 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.

Varsayılan değer şudur false.



Uygulama
    public function get loadForCompatibility():Boolean
    public function set loadForCompatibility(value:Boolean):void
Yöntem Ayrıntısı

getVisibleApplicationRect

()yöntem
public function getVisibleApplicationRect(allApplications:Boolean = false):Rectangle

Dil Sürümü: ActionScript 3.0
Ürün Sürümü: Flex 3
Çalışma Zamanı Sürümleri: Flash Player 9, AIR 1.1

Get the bounds of the loaded application that are visible to the user on the screen.

Parametreler

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.

Döndürür
Rectangle — A Rectangle that includes the visible portion of this object. The rectangle uses global coordinates.




[ X ]Niçin İngilizce?
ActionScript 3.0 Başvurusu'ndaki içerik İngilizce görünür

ActionScript 3.0 Başvurusu'nun tüm bölümleri tüm dillere çevrilmemiştir. Bir dil öğesi çevrilmediğinde İngilizce görünür. Örneğin, ga.controls.HelpBox sınıfı hiçbir dile çevrilmez. Bu nedenle, başvurunun Türkçe versiyonunda ga.controls.HelpBox sınıfı İngilizce görünür.