User Guide

flash object (fl) 229
Description
Method; closes the Flash Project (FLP) file that is currently open.
The following example attempts to close a project file, and displays a message indicating
whether the file was successfully closed.
fl.trace("The project was" + (fl.closeProject() ? "closed" : "not
closed"));
See also
fl.getProject(), fl.openProject(), Project object
fl.componentsPanel
Availability
Flash MX 2004.
Usage
fl.componentsPanel
Description
Read-only property; a componentsPanel object, which represents the Components panel.
Example
The following example stores a componentsPanel object in the comPanel variable.
var comPanel = fl.componentsPanel;
fl.configDirectory
Availability
Flash MX 2004.
Usage
fl.configDirectory
Description
Read-only property; a string that specifies the full path for the local user’s Configuration
directory in a platform-specific format. To specify this path as a file:/// URI, which is not
platform-specific, use
fl.configURI.