MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 233

Extending flash
Table of Contents

Advertisement

fl.createNewTemplateList
Availability
Flash MX 2004.
Usage
fl.createNewTemplateList
Description
Read-only property; an array of strings that represent the various types of templates that can
be created.
Example
The following example displays the types of templates that can be created in the
Output panel.
fl.trace("Number of template types: " + fl.createNewTemplateList.length);
for (i = 0; i < fl.createNewTemplateList.length; i++) fl.trace("type: " +
fl.createNewTemplateList[i]);
fl.createProject()
Availability
Flash 8.
Usage
fl.createProject( fileURI [ , name ] )
Parameters
A string, expressed as a file:/// URI, that specifies the name of the Flash Project
fileURI
(FLP) file to be created.
An optional string that is displayed as the project name in the Project panel. If
name
omitted, the name of the FLP file (excluding path or extension) is displayed in the
Project panel.
Returns
A
Project object
if the method is successful;
example,
contains a directory that doesn't exist).
fileURI
if the file can't be created (for
undefined
is
name
flash object (fl)
233

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