Example
The following example lets the user select a folder and then displays a list of files in that folder.
var folderURI = fl.browseForFolderURL("Select a folder.");
var folderContents = FLfile.listFolder(folderURI);
See also
,
FLfile object
fl.browseForFileURL()
fl.closeAll()
Availability
Flash MX 2004.
Usage
fl.closeAll()
Parameters
None.
Returns
Nothing.
Description
Method; closes all open documents, displaying the Save As dialog box for any documents that
were not previously saved. The method prompts the user, if necessary, but does not terminate
the application. See also
.
fl.closeDocument()
Example
The following code closes all open documents.
fl.closeAll();
fl.closeDocument()
Availability
Flash MX 2004.
Usage
fl.closeDocument( documentObject [, bPromptToSaveChanges] )
flash object (fl)
227
Need help?
Do you have a question about the FLASH 8-EXTENDING FLASH and is the answer not in the manual?
Questions and answers