Document.testmovie(), Document.testscene(), If you can use the – Adobe Extending Flash Professional CS4 User Manual
Page 187: Method successfully
165
EXTENDING FLASH CS4 PROFESSIONAL
Document object
Description
Method; synchronizes the specified document with the most current version on the Version Cue server, and logs any
errors to the Output panel.
This method works only with documents that are currently open. To retrieve the latest version of a file that is not
currently open, use
Example
The following example synchronizes the current document with the version on the Version Cue server:
fl.getDocumentDOM().synchronizeWithHeadVersion();
See also
document.revertToLastVersion()
,
,
fl.synchronizeDocumentWithHeadVersion()
document.testMovie()
Availability
Flash MX 2004.
Usage
document.testMovie()
Parameters
None.
Returns
Nothing.
Description
Method; executes a Test Movie operation on the document.
Example
The following example tests the movie for the current document:
fl.getDocumentDOM().testMovie();
See also
,
document.testScene()
Availability
Flash MX 2004.