Extending Flash |
|
|
|
| Objects > Project object > project.canPublishProject() | |||
Flash 8.
project.canPublishProject()
None.
A Boolean value specifying whether the project can be published.
Method; determines whether the project can be published. A project can be published if it contains at least one FLA file.
The following example displays a message in the Output panel if the project cannot be published:
if (!fl.getProject().canPublishProject()) {
fl.trace("Project cannot be published!");
}
fl.getProject(), project.publishProject(), projectItem.canPublish()
|
|
|
|