User Guide
Fireworks functions 311
Arguments
size A point whose x value specifies the document’s width and whose y value specifies the
document’s height. Both values are in pixels.
res Specifies the resolution for the scaled document (see “Resolution data type”
on page 12).
backgroundColor A color string (see “Color string data type” on page 11).
Returns
The Document object for the newly created document (see “Document object” on page 14).
Description
Opens a new document and selects it. Values for size, resolution, and color are explicitly
specified. To open a new document with the current default values, use
fw.createDocument().
Example
The following command creates a new document that is 500 by 500 pixels in size, with a
resolution of 72 dpi and a solid white background color:
fw.createFireworksDocument({x:500,y:500},{pixelsPerUnit:72,units:"inch"},
"#ffffff");
See also
fw.createDocument()
fw.disableFlashDebugging()
Availability
Fireworks MX
Usage
fw.disableFlashDebugging()
Arguments
None.
Returns
Nothing.