MACROMEDIA FLASH 8-EXTENDING FLASH Manual page 84

Extending flash
Table of Contents

Advertisement

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

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

This manual is also suitable for:

Flash 8

Table of Contents