Package | mx.messaging.config |
Class | public class LoaderConfig |
Inheritance | LoaderConfig ![]() |
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 | |
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 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
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.