User Guide
328 Fireworks JavaScript API
fw.launchBrowserTo()
Availability
Fireworks MX.
Usage
fw.launchBrowserTo(url)
Arguments
url The URL to open in the primary web browser.
Returns
Nothing.
Example
The following command starts a browser that opens to the Macromedia website:
fw.launchBrowserTo("http://www.macromedia.com");
Description
Starts Fireworks’ primary web browser to open a URL.
fw.locateDocDialog()
Availability
Fireworks 4.
Usage
fw.locateDocDialog(maxnumdocs, formatlist)
Arguments
maxnumdocs Specifies the maximum number of documents to choose.
formatlist A list of acceptable file types to open. The formatlist argument is an array of
strings such as the ones shown in the following example:
["formatname1","formatname2","formatname3",…"formatnameN"]