Extending Flash |
|
|
|
| Objects > Project object > project.projectURI | |||
Flash 8.
project.projectURI
Read-only property; a string representing the path and name of the project file, expressed as a file:/// URI.
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);
|
|
|
|