Flash CS3 Documentation |
|||
| Extending Flash > Objects > flash object (fl) > fl.synchronizeDocumentWithHeadVersion() | |||
Flash CS3 Professional.
fl.showIdleMessage(truesynchronizeDocumentWithHeadVersion(documentObject);
documentObject A Document object.
A Boolean value of true if the specified file was successfully synchronized with the Version Cue server; false otherwise.
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 is identical to document.synchronizeWithHeadVersion().
The following example saves the current document to the Version Cue server:
fl.synchronizeWithHeadVersion(fl.getDocumentDOM());
fl.downloadLatestVersion(), fl.revertDocumentToLastVersion(), fl.saveAVersionOfDocument()
Flash CS3
Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/flash/9.0/main/00004183.html