MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 356

Extending flash
Table of Contents

Advertisement

Example
The following example displays the names of all the items in the project in the Output panel:
for (i = 0; i < fl.getProject().items.length; i++) {
fl.trace(fl.getProject().items[i].displayName);
}
See also
,
ProjectItem object
fl.getProject()
project.name
Availability
Flash 8.
Usage
project.name
Description
Property; the name of the project that appears in the Project panel.
Example
The following example specifies a new name to be displayed in the Project panel:
fl.getProject().name = "New project name";
See also
,
fl.getProject()
project.projectURI
project.projectURI
Availability
Flash 8.
Usage
project.projectURI
Description
Read-only property; a string representing the path and name of the project file, expressed as a
file:/// URI.
356
Objects

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