MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 232

Extending flash
Table of Contents

Advertisement

fl.createNewDocList
Availability
Flash MX 2004.
Usage
fl.createNewDocList
Description
Read-only property; an array of strings that represent the various types of documents that can
be created.
Example
The following example displays the types of documents that can be created in the Output
panel.
fl.trace("Number of choices " + fl.createNewDocList.length);
for (i = 0; i < fl.createNewDocList.length; i++)
fl.trace("choice: " + fl.createNewDocList[i]);
fl.createNewDocListType
Availability
Flash MX 2004.
Usage
fl.createNewDocListType
Description
Read-only property; an array of strings that represent the file extensions of the types of
documents that can be created. The entries in the array correspond directly (by index) to the
entries in the
fl.createNewDocList
Example
The following example displays the extensions of the types of documents that can be created
in the Output panel.
fl.trace("Number of types " + fl.createNewDocListType.length);
for (i = 0; i < fl.createNewDocListType.length; i++) fl.trace("type: " +
fl.createNewDocListType[i]);
232
Objects
array.

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?

This manual is also suitable for:

Flash 8

Table of Contents