| Previous | Next | Frames | No Frames |
| Summary: Field | Property | Contructor | Method | Detail: Field | Property | Contructor | Method |
MovieClip | +--xp.system.ClassLoader
Method Summary | |
| public static | classForName ( className ) |
| Returns the Class object associated with the class or interface with the given string name | |
| public static | createClassInstance ( owner: Object, classObject, instanceId: String, depth: Number, initobj: Object ): Object |
| Creates a new instance of a class that extends movieclip | |
| public static | createObjectInstance ( owner: Object, linkageName: String, instanceId: String, depth: Number, initobj: Object ): MovieClip |
| Creates a new instance of a movieclip | |
|
Returns the Class object associated with the class or interface with the given string name
| |||
|
|
| Creates a new instance of a class that extends movieclip | |||||||||||||||
|
|
| Creates a new instance of a movieclip Takes a symbol from the library and attaches it to the SWF file on the Stage specified by owner. | |||||||||||||||
|