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
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?