document.unlockAllElements()

Availability

Flash MX 2004.

Usage

document.unlockAllElements()

Parameters

None.

Returns

Nothing.

Description

Method; unlocks all locked elements on the currently selected frame.

Example

The following example unlocks all locked objects in the current frame:

fl.getDocumentDOM().unlockAllElements();

See also

element.locked