document.unGroup()

Availability

Flash MX 2004.

Usage

document.unGroup()

Parameters

None.

Returns

Nothing.

Description

Method; ungroups the current selection.

Example

The following example ungroups the elements in the current selection:

fl.getDocumentDOM().unGroup();

See also

document.group()