document.testMovie()
Availability
Flash MX 2004.
Usage
document.testMovie()
Parameters
None.
Returns
Nothing.
Description
Method; executes a Test Movie operation on the document. See
document.testScene()
Example
The following example tests the movie for the current document:
fl.getDocumentDOM().testMovie();
document.testScene()
Availability
Flash MX 2004.
Usage
document.testScene()
Parameters
None.
Returns
Nothing.
Description
Method; executes a Test Scene operation on the current scene of the document. See
document.canTestScene()
Example
The following example tests the current scene in the document:
fl.getDocumentDOM().testScene();
130
Chapter 3: Objects
.
and
document.testMovie()
document.canTestMovie()
.
and
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?