fl.saveDocumentAs()
Availability
Flash MX 2004.
Usage
fl.saveDocumentAs( document )
Parameters
A
Document object
document
active document is saved.
Returns
A Boolean value:
true
Description
Method; displays the Save As dialog box for the specified document.
Example
The following example prompts the user to save the specified document, and then displays an
alert message that indicates whether the document was saved.
alert(fl.saveDocumentAs(fl.documents[1]));
See also
,
document.save()
document.saveAndCompact()
fl.setActiveWindow()
Availability
Flash MX 2004.
Usage
fl.setActiveWindow( document [, bActivateFrame] )
Parameters
A
Document object
document
An optional parameter that is ignored by Flash and Fireworks and is
bActivateFrame
present only for compatibility with Dreamweaver.
Returns
Nothing.
that specifies the document to save. If
if the Save As operation completes successfully;
that specifies the document to select as the active window.
document
false
,
,
fl.saveAll()
fl.saveDocument()
is
, the
null
otherwise.
flash object (fl)
251
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers