Extending Flash |
|
|
|
| Objects > flash object (fl) > fl.getProject() | |||
Flash 8.
fl.getProject()
None.
A Project object that represents the currently open project. If no project is currently open, returns undefined.
Method; returns a Project object that represents the currently open project.
The following example displays the name of the currently open project in the Output panel:
fl.trace("Current project: " + fl.getProject().name);
fl.createProject(), fl.openProject(), Project object
|
|
|
|