|
|
fl.saveAVersionOfDocument()
AvailabilityFlash
CS3 Professional.
Usagefl.saveAVersionOfDocument(document)
ReturnsA Boolean
value of true if a version of the document is successfully
saved to the Version Cue server; false otherwise.
DescriptionMethod;
if the file can be saved to the Version Cue server, displays a dialog
box to let the user enter version comments, saves a version of the
specified document to the server, and logs any errors to the Output
panel.
ExampleThe
following example saves the current document to the Version Cue
server:
f1.saveAVersionOfDocument(f1.getDocumentDOM());
|