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