Extending Flash |
|
|
|
| Objects > Document object > document.breakApart() | |||
Flash MX 2004.
document.breakApart()
None.
Nothing.
Method; performs a break-apart operation on the current selection.
The following example breaks apart the current selection:
fl.getDocumentDOM().breakApart();
|
|
|
|