Flash Lite 2 |
|||
| Flash Lite 2.x ActionScript Language Reference > ActionScript classes > Object > Object constructor | |||
public Object()
Creates an Object object and stores a reference to the object's constructor method in the object's constructor property.
Availability: ActionScript 1.0; Flash Lite 2.0
The following example creates a generic object named myObject:
var myObject:Object = new Object();