Project Object - MACROMEDIA FLASH 8-EXTENDING FLASH Manual

Extending flash
Table of Contents

Advertisement

Project object

Availability
Flash 8.
Description
The Project object represents a Flash Project (FLP) file. You can use the following commands
to return a Project object:
To create a new project file, use
To open an existing project file, use
To return a Project object for the currently open project, use
Method summary for the Project object
The following methods can be used with the Project object.
Method
project.addFile()
project.canPublishProject()
project.canTestProject()
project.findProjectItem()
project.publishProject()
project.testProject()
Property summary for the Project object
The following properties can be used with the Project object.
Property
project.defaultItem
project.items
project.name
project.projectURI
350
Objects
CHAPTER 31
fl.createProject()
fl.openProject()
Description
Adds the specified file to the project.
Determines whether the project can be published.
Determines whether the project can be tested.
Searches for a specified file in the project.
Publishes the FLA files in a project.
Tests the project.
Description
Specifies the
default document in the project.
An array of ProjectItem objects (see
contained in the project (read-only property).
The name of the project that appears in the Project panel.
A string representing the path and name of the project
file, expressed as a file:/// URI (read-only property).
.
.
fl.getProject()
ProjectItem object
that represents the
Objects
.
ProjectItem
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