| Package | mx.messaging.config |
| Class | public class LoaderConfig |
| Inheritance | LoaderConfig Object |
| Property | Defined By | ||
|---|---|---|---|
![]() | constructor : 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 | ||
![]() | prototype : 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 | ||
| Method | Defined By | ||
|---|---|---|---|
Constructor. | LoaderConfig | ||
![]() |
Indicates whether an object has a specified property defined. | Object | |
![]() |
Indicates whether an instance of the Object class is in the prototype chain of the object specified
as the parameter. | Object | |
![]() |
Indicates whether the specified property exists and is enumerable. | Object | |
![]() |
Sets the availability of a dynamic property for loop operations. | Object | |
![]() |
Returns the string representation of this object, formatted according to locale-specific conventions. | Object | |
![]() |
Returns the string representation of the specified object. | Object | |
![]() |
Returns the primitive value of the specified object. | Object | |
| parameters | property |
parameters:Object [read-only] If the LoaderConfig has been initialized, this should represent the top-level MovieClip's parameters.
public static function get parameters():Object| swfVersion | property |
swfVersion:uint [read-only] If the LoaderConfig has been initialized, this should represent the top-level MovieClip's swfVersion.
public static function get swfVersion():uint| url | property |
url:String [read-only] If the LoaderConfig has been initialized, this should represent the top-level MovieClip's URL.
public static function get url():String| LoaderConfig | () | Constructor |
public function LoaderConfig()Constructor.
One instance of LoaderConfig is created by the SystemManager. You should not need to construct your own.