Extending Flash |
|
|
|
| Objects > flash object (fl) > fl.openProject() | |||
Flash MX 2004; return value changed in Flash 8.
fl.openProject(fileURI)
fileURI A string, expressed as a file:/// URI, that specifies the path of the Flash Project (FLP) file to open.
Nothing in Flash MX 2004; a Project object in Flash 8.
Method; opens a Flash Project (FLP) file in the Flash authoring tool for editing.
The following example opens a project file named myProjectFile.flp that is stored in the root directory on the C drive:
fl.openProject("file:///c|/myProjectFile.flp");
fl.closeProject(), fl.createProject(), fl.getProject(), Project object
|
|
|
|