MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 244

Extending flash
Table of Contents

Advertisement

Parameters
A string, expressed as a file:/// URI, that specifies the path of the Flash Project
fileURI
(FLP) file to open.
Returns
Nothing in Flash MX 2004; a
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.openScript()
Availability
Flash MX 2004.
Usage
fl.openScript( fileURI )
Parameters
A string, expressed as a file:/// URI, that specifies the path of the JSFL, AS, ASC,
fileURI
XML, TXT or other file that should be loaded into the Flash text editor.
Returns
Nothing.
Description
Method; opens a script (JSFL, AS, ASC) or other file (XML, TXT) in the Flash text editor.
Example
The following example opens a file named my_test.jsfl that is stored in the /temp directory on
the C drive.
fl.openScript("file:///c|/temp/my_test.jsfl");
244
Objects
Project object
,
fl.createProject()
in Flash 8.
,
,
fl.getProject()
Project object

Hide quick links:

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Flash 8

Table of Contents