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.

Example

The following example displays the path and name of the currently open project file. The name and path are displayed in the Output panel.

fl.trace("Project is located at: " + fl.getProject().projectURI);

See also

fl.getProject(), project.name