Document.cantestscene(); Document.clipcopy() - MACROMEDIA FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY Manual

Flash javascript dictionary
Hide thumbs Also See for FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY:
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?

Subscribe to Our Youtube Channel

This manual is also suitable for:

Flash mx 2004 - actionscript

Table of Contents