document.smoothSelection()
#### Availability
Flash MX 2004.
#### Usage
document.smoothSelection()
#### Parameters
None.
#### Returns
Nothing.
#### Description
Method; smooths the curve of each selected fill outline or curved line. This method performs the same action as the Smooth button in the Tools panel.
#### Example
javascript
The following example smooths the curve of the current selection:
fl.getDocumentDOM().smoothSelection();