document.canTestMovie()
Availability
Flash MX 2004.
Usage
document.canTestMovie()
Parameters
None.
Returns
A Boolean value:
if you can use the
method successfully:
true
document.testMovie()
otherwise.
false
Description
Method; determines whether you can use the
method successfully.
document.testMovie()
Example
The following example tests whether
can be used. If
fl.getDocumentDOM().testMovie()
so, it calls the method.
if(fl.getDocumentDOM().canTestMovie()){
fl.getDocumentDOM().testMovie();
}
See also
,
document.canTestScene()
document.testScene()
document.canTestScene()
Availability
Flash MX 2004.
Usage
document.canTestScene()
Parameters
None.
84
Objects
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers