166
Objects
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
The following example smooths the curve of the current selection:
fl.getDocumentDOM().smoothSelection();
document.space()
Availability
Flash MX 2004.
Usage
document.space(
direction
[,
bUseDocumentBounds
] )
Parameters
direction
A string that specifies the direction in which to space the objects in the
selection. Acceptable values are
"horizontal"
or
"vertical".
bUseDocumentBounds
A Boolean value that, when set to
true
,
spaces the objects to the
document bounds. Otherwise, the method uses the bounds of the selected objects. The
default is
false
. This parameter is optional.
Returns
Nothing.
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...