Specifications
299
CHAPTER 25
The Fireworks Integration API
FWLaunch is a C shared library that gives authors of objects, commands, behaviors, and
Property inspectors the ability to communicate with Macromedia Fireworks. This chapter
describes the Fireworks Integration API and how to use it; for general information on how C
libraries interact with the JavaScript interpreter in Macromedia Dreamweaver MX, see “C-Level
Extensibility” on page 251.
All functions in the Fireworks Integration API are methods of the
FWLaunch object. Optional
arguments are enclosed in braces ({ }).
FWLaunch.bringDWToFront()
Availability
Dreamweaver 3, Fireworks 3
Description
Brings Dreamweaver to the front.
Arguments
None.
Returns
Nothing.
FWLaunch.bringFWToFront()
Availability
Dreamweaver 3, Fireworks 3
Description
Brings Fireworks to the front if it is running.
Arguments
None.
Returns
Nothing.