76
Chapter 3: Objects
Example
The following example tests whether
fl.getDocumentDOM().testMovie()
can be used. If so, it
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:
true
if you can use the
document.testScene()
method successfully;
false
otherwise.
Description
Method; determines whether you can use the
document.testScene()
method successfully. See
document.canTestMovie()
and
document.testMovie()
.
Example
The following example first tests whether
fl.getDocumentDOM().testScene()
can be used
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.
Summary of Contents for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY
Page 1: ...Flash JavaScript Dictionary ...
Page 16: ...16 Contents ...
Page 40: ...40 Chapter 2 Top level functions ...
Page 368: ...368 Chapter 3 Objects ...