MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 129

Extending flash
Table of Contents

Advertisement

Description
Method; optimizes smoothing for the current selection, allowing multiple passes, if specified,
for optimal smoothing. This method is equivalent to selecting Modify > Shape > Optimize.
Example
The following example optimizes the curve of the current selection to 50º of smoothing with
multiple passes:
fl.getDocumentDOM().optimizeCurves(50, true);
document.path
Availability
Flash MX 2004.
Usage
document.path
Description
Read-only property; a string that represents the path of the document in a platform-specific
format. If the document has never been saved, this property is
.
undefined
Example
The following example displays the path of the first document in the documents array in the
Output panel:
var filePath = flash.documents[0].path;
fl.trace(filePath);
document.publish()
Availability
Flash MX 2004.
Usage
document.publish()
Parameters
None.
Returns
Nothing.
Document object
129

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents