Flash CS4 Resources
Using Flash
ActionScript 3.0 and Components
ActionScript 2.0 and Components
Adobe AIR
Flash Lite
Extending Flash
Flash MX 2004.
document.group()
None.
Nothing.
Method; converts the current selection to a group.
The following example converts the objects in the current selection to a group:
fl.getDocumentDOM().group();
document.unGroup()