MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 89

Extending flash
Table of Contents

Advertisement

document.convertLinesToFills()
Availability
Flash MX 2004.
Usage
document.convertLinesToFills()
Parameters
None.
Returns
Nothing.
Description
Method; converts lines to fills on the selected objects.
Example
The following example converts the current selected lines to fills:
fl.getDocumentDOM().convertLinesToFills();
document.convertToSymbol()
Availability
Flash MX 2004.
Usage
document.convertToSymbol( type
Parameters
A string that specifies the type of symbol to create. Acceptable values are
type
,
, and
clip"
"button"
A string that specifies the name for the new symbol, which must be unique. You can
name
submit an empty string to have this method create a unique symbol name for you.
registration point
Acceptable values are:
,
"center"
"center right"
Returns
An object for the newly created symbol, or
,
name
.
"graphic"
Specifies the point that represents the 0,0 location for the symbol.
,
"top left"
"top center"
,
"bottom left"
,
registrationPoint )
,
"top right"
,
"bottom center"
if it cannot create the symbol.
null
"movie
,
,
"center left"
, and
"bottom right"
Document object
.
89

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?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents