fl.openProject()

Availability

Flash MX 2004; return value changed in Flash 8.

Usage

fl.openProject(fileURI)

Parameters

fileURI A string, expressed as a file:/// URI, that specifies the path of the Flash Project (FLP) file to open.

Returns

Nothing in Flash MX 2004; a Project object in Flash 8.

Description

Method; opens a Flash Project (FLP) file in the Flash authoring tool for editing.

Example

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");

See also

fl.closeProject(), fl.createProject(), fl.getProject(), Project object