Fireworks functions
327
Arguments
prefkey
A string that specifies the Preference value to return. A complete list of these values
is beyond the scope of this documentation, but the format of
prefkey
exactly matches that in
the Fireworks Preferences file. To set a Preference value, use
fw.setPref()
.
Returns
A string or numeric Preference value.
Description
Returns the Preference value (string or numeric) that is associated with the specified
Preference key.
See also
fw.setPref()
fw.launchApp()
Availability
Fireworks MX.
Usage
fw.launchApp(
appPath, filePathsToOpen
)
Arguments
appPath
A file URL that specifies the executable to start. Typically, this value can be
obtained by calling
fw.findApp()
.
filePathsToOpen
An array of file URLs to open in the executable to start. It is safe to pass
an empty array.
Returns
A Boolean value that indicates whether the application started successfully.
Description
Starts an application using a file URL that is returned by
fw.findApp()
. You can specify,
optionally, files to open in the application.
See also
fw.findApp()
Summary of Contents for FIREWORKS 8-EXTENDING FIREWORKS
Page 1: ...Extending Fireworks ...
Page 4: ...4 Contents ...
Page 358: ...358 Fireworks JavaScript API ...
Page 372: ...372 Index ...