(BlazeDS only)
Packagemx.messaging.config
Classpublic class LoaderConfig
InheritanceLoaderConfig Inheritance Object

This class acts as a context for the messaging framework so that it has access the URL and arguments of the SWF without needing access to the root MovieClip's LoaderInfo or Flex's Application class.



Public Properties
 PropertyDefined By
 Inheritedconstructor : Object
A reference to the class object or constructor function for a given object instance.
Object
  parameters : Object
[static] [read-only] If the LoaderConfig has been initialized, this should represent the top-level MovieClip's parameters.
LoaderConfig
 Inheritedprototype : Object
[static] A reference to the prototype object of a class or function object.
Object
  swfVersion : uint
[static] [read-only] If the LoaderConfig has been initialized, this should represent the top-level MovieClip's swfVersion.
LoaderConfig
  url : String
[static] [read-only] If the LoaderConfig has been initialized, this should represent the top-level MovieClip's URL.
LoaderConfig
Public Methods
 MethodDefined By
  
Constructor.
LoaderConfig
 Inherited
Indicates whether an object has a specified property defined.
Object
 Inherited
Indicates whether an instance of the Object class is in the prototype chain of the object specified as the parameter.
Object
 Inherited
Indicates whether the specified property exists and is enumerable.
Object
 Inherited
Sets the availability of a dynamic property for loop operations.
Object
 Inherited
Returns the string representation of this object, formatted according to locale-specific conventions.
Object
 Inherited
Returns the string representation of the specified object.
Object
 Inherited
Returns the primitive value of the specified object.
Object
Property Detail
parametersproperty
parameters:Object  [read-only]

If the LoaderConfig has been initialized, this should represent the top-level MovieClip's parameters.



Implementation
    public static function get parameters():Object
swfVersionproperty 
swfVersion:uint  [read-only]

If the LoaderConfig has been initialized, this should represent the top-level MovieClip's swfVersion.



Implementation
    public static function get swfVersion():uint
urlproperty 
url:String  [read-only]

If the LoaderConfig has been initialized, this should represent the top-level MovieClip's URL.



Implementation
    public static function get url():String
Constructor Detail
LoaderConfig()Constructor
public function LoaderConfig()

Constructor.

One instance of LoaderConfig is created by the SystemManager. You should not need to construct your own.