Extending Flash |
|
|
|
| Objects > ProjectItem object | |||
Flash 8.
The ProjectItem object represents an item (file on disk) that has been added to a project. This object is a property of the Project object (see project.items). You can use the following commands to return a ProjectItem object:
project.addFile().project.findProjectItem().The following methods can be used with the ProjectItem object:
|
Method |
Description |
|---|---|
|
Determines whether a project item can be published. |
|
|
Determines whether a project item can be tested. |
|
|
Publishes a project item. |
|
|
Tests a project item. |
The following properties can be used with the ProjectItem object:
|
Property |
Description |
|---|---|
|
Read-only; a string that specifies the name of a project item. |
|
|
Read-only; a Boolean value that specifies whether a file is missing from the disk. |
|
|
Read-only; a string that specifies the path and name of the project item. |
|
|
A string that specifies the publish profile to use when publishing a project item (FLA file). |
|
|
|
|