![]() ![]() | |
Flash Player 5 (became a native object in Flash Player 6, which improved performance significantly).
The Object class is at the root of the ActionScript class hierarchy. This class contains a small subset of the features provided by the JavaScript Object class.
|
Method |
Description |
|---|---|
|
Creates a getter/setter property on an object. |
|
|
Associates a movie clip symbol with an ActionScript object class. |
|
|
Converts the specified object to a string and returns it. |
|
|
Removes the watchpoint that |
|
|
Returns the primitive value of an object. |
|
|
Registers an event handler to be invoked when a specified property of an ActionScript object changes. |
|
Property |
Description |
|---|---|
|
A reference to the |
Flash Player 5.
new Object([value])
value A number, Boolean value, or string to be converted to an object. This parameter is optional. If you do not specify value, the constructor creates a new object with no defined properties.
Nothing.
Constructor; creates a new Object object.
![]() ![]() | |