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:
javascript
fl.getDocumentDOM().unGroup();
#### See also
document.group() (../Document_object/docume90.md)