document.canRevert()
Availability
Flash MX 2004.
Usage
document.canRevert()
Parameters
None.
Returns
A Boolean value:
methods successfully;
Description
Method; determines whether you can use the
method successfully.
Example
The following example checks whether the current document can revert to the previously saved
version. If so,
fl.getDocumentDOM().revert()
if(fl.getDocumentDOM().canRevert()){
fl.getDocumentDOM().revert();
}
document.canTestMovie()
Availability
Flash MX 2004.
Usage
document.canTestMovie()
Parameters
None.
Returns
A Boolean value:
otherwise.
Description
Method; determines whether you can use the
document.canTestScene()
if you can use the
true
otherwise.
false
if you can use the
true
and
document.testScene()
document.revert()
document.revert()
restores the previously saved version.
document.testMovie()
document.testMovie()
.
or
fl.revertDocument()
or
fl.revertDocument()
method successfully:
method successfully. See
Document object
false
75
Need help?
Do you have a question about the FLASH MX 2004-FLASH JAVASCRIPT DICTIONARY and is the answer not in the manual?
Questions and answers