Object()

Availability

Flash Player 5 .

Usage

Object( [ value ] )

Parameters

value A number, string, or Boolean value.

Returns

An object.

Description

Conversion function; creates a new, empty object or converts the specified number, string, or Boolean value to an object. This command is equivalent to creating an object using the Object constructor (see Constructor for the Object class).