Extending Flash |
|
|
|
| Objects > Project object > project.canTestProject() | |||
Flash 8.
project.canTestProject()
None.
A Boolean value specifying whether the project can be tested.
Method; determines whether the project can be tested. A project can be tested if a default document has been specified.
The following example displays a message in the Output panel if the project cannot be tested:
if (!fl.getProject().canTestProject()) {
fl.trace("Project cannot be tested!");
}
fl.getProject(), project.testProject(), projectItem.canTest()
|
|
|
|