Extending Flash |
|
|
|
| Objects > Document object > document.group() | |||
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();
|
|
|
|