beautypg.com

Document.testmovie(), Document.testscene(), If you can use the – Adobe Extending Flash Professional CS4 User Manual

Page 187: Method successfully

background image

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

fl.downloadLatestVersion()

.

Example
The following example synchronizes the current document with the version on the Version Cue server:

fl.getDocumentDOM().synchronizeWithHeadVersion();

See also

document.canSaveAVersion()

,

fl.downloadLatestVersion()

,

document.revertToLastVersion()

,

document.saveAVersion()

,

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.canTestMovie()

,

document.testScene()

document.testScene()

Availability
Flash MX 2004.