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