Extending Flash |
|
|
|
| Objects > flash object (fl) > fl.saveAll() | |||
Flash MX 2004.
fl.saveAll()
None.
Nothing.
Method; saves all open documents.
|
NOTE |
If a file has never been saved, or has not been modified since the last time it was saved, the file isn't saved. To allow an unsaved or unmodified file to be saved, use |
The following example saves all open documents that have been saved previously, and that have been modified since the last time they were saved:
fl.saveAll();
document.save(), document.saveAndCompact(), fl.saveDocument(), fl.saveDocumentAs()
|
|
|
|