MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 358

Extending flash
Table of Contents

Advertisement

project.testProject()
Availability
Flash 8.
Usage
project.testProject()
Parameters
None.
Returns
A Boolean value indicating if the project was successfully tested.
Description
Method; tests the project. A project must have a default document to be tested.
Example
The following example tests the project after confirming that it can be tested, and then
indicates whether the project was tested in the Output panel:
if (fl.getProject().canTestProject()) {
var bSucceeded = fl.getProject().testProject();
}
fl.trace(bSucceeded);
See also
,
,
,
fl.getProject()
project.canTestProject()
project.defaultItem
projectItem.test()
358
Objects

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

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash 8

Table of Contents