PackageTop Level
Classpublic class _7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory
Inheritance_7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory Inheritance flash.display.Sprite
Implements mx.core.IFlexModuleFactory, flashx.textLayout.compose.ISWFContext



Public Properties
 PropertyDefined By
  preloadedRSLs : Dictionary
[read-only] The RSLs loaded by this system manager before the application starts.
_7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory
Public Methods
 MethodDefined By
  
_7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory
  
allowDomain(... domains):void
Calls Security.allowDomain() for the SWF associated with this IFlexModuleFactory plus all the SWFs assocatiated with RSLs preLoaded by this IFlexModuleFactory.
_7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory
  
allowDomainInRSL(... domains):void
_7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory
  
allowInsecureDomain(... domains):void
Calls Security.allowInsecureDomain() for the SWF associated with this IFlexModuleFactory plus all the SWFs assocatiated with RSLs preLoaded by this IFlexModuleFactory.
_7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory
  
allowInsecureDomainInRSL(... domains):void
_7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory
  
callInContext(fn:Function, thisArg:Object, argArray:Array, returns:Boolean = true):*
_7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory
  
create(... params):Object
_7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory
  
info():Object
_7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory
Property Detail
preloadedRSLsproperty
preloadedRSLs:Dictionary  [read-only]

The RSLs loaded by this system manager before the application starts. RSLs loaded by the application are not included in this list.


Implementation
    public function get preloadedRSLs():Dictionary
Constructor Detail
_7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory()Constructor
public function _7196bbb97586d88c94d55f238272e4ab580c85896a7a2802500f93b1f32f81e1_mx_core_FlexModuleFactory()



Method Detail
allowDomain()method
public function allowDomain(... domains):void

Calls Security.allowDomain() for the SWF associated with this IFlexModuleFactory plus all the SWFs assocatiated with RSLs preLoaded by this IFlexModuleFactory.

Parameters

... domains

allowDomainInRSL()method 
public function allowDomainInRSL(... domains):void

Parameters

... domains

allowInsecureDomain()method 
public function allowInsecureDomain(... domains):void

Calls Security.allowInsecureDomain() for the SWF associated with this IFlexModuleFactory plus all the SWFs assocatiated with RSLs preLoaded by this IFlexModuleFactory.

Parameters

... domains

allowInsecureDomainInRSL()method 
public function allowInsecureDomainInRSL(... domains):void

Parameters

... domains

callInContext()method 
public function callInContext(fn:Function, thisArg:Object, argArray:Array, returns:Boolean = true):*

Parameters

fn:Function
 
thisArg:Object
 
argArray:Array
 
returns:Boolean (default = true)

Returns
*
create()method 
public function create(... params):Object

Parameters

... params

Returns
Object
info()method 
public function info():Object

Returns
Object