![MACROMEDIA FLASH 8-EXTENDING FLASH Manual Download Page 223](http://html1.mh-extra.com/html/macromedia/flash-8-extending-flash/flash-8-extending-flash_manual_3348049223.webp)
flash object (fl)
223
Property summary for the flash object
The following properties can be used with the flash object.
fl.openDocument()
Opens a Flash (FLA) document for editing in a new Flash
Document window and gives it the focus.
fl.openProject()
Opens a Flash Project (FLP) file in the Flash authoring tool for
editing.
fl.openScript()
Opens a script (JSFL, AS, ASC) or other file (XML, TXT) in
the Flash text editor.
fl.quit()
Quits Flash, prompting the user to save any changed
documents.
fl.reloadEffects()
Reloads all effects descriptors defined in the user’s
Configuration Effects folder.
fl.reloadTools()
Rebuilds the Tools panel from the toolconfig.xml file. Used
only when creating extensible tools.
fl.revertDocument()
Reverts the specified FLA document to its last saved version.
fl.runScript()
Executes a JavaScript file.
fl.saveAll()
Saves all open documents, displaying the Save As dialog box
for any documents that were not previously saved.
fl.saveDocument()
Saves the specified document as a FLA document.
fl.saveDocumentAs()
Displays the Save As dialog box for the specified document.
fl.setActiveWindow()
Sets the active window to be the specified document.
fl.showIdleMessage()
Lets you disable the warning about a script running too long .
fl.trace()
Sends a text string to the Output panel.
Properties
Description
fl.activeEffect
Read-only;
the
Effect object
for the current effect being
applied.
fl.componentsPanel
Read-only;
a
componentsPanel object
, which represents
the Components panel.
fl.configDirectory
Read-only; a string that specifies the full path for the local
user’s Configuration folder as a platform-specific path.
fl.configURI
Read-only; a string that specifies the full path for the local
user’s Configuration directory as a file:/// URI.
Method
Description
Summary of Contents for FLASH 8-EXTENDING FLASH
Page 1: ...Extending Flash...
Page 38: ...38 Top Level Functions and Methods...
Page 532: ...532 Objects...
Page 554: ...554 C Level Extensibility...