![MACROMEDIA FIREWORKS 8-EXTENDING FIREWORKS Manual Download Page 314](http://html1.mh-extra.com/html/macromedia/fireworks-8-extending-fireworks/fireworks-8-extending-fireworks_manual_3339145314.webp)
314
Fireworks JavaScript API
fw.exportDirectorAsLayers()
Availability
Fireworks MX.
Usage
fw.exportDirectorAsLayers(
document, fileURL
)
Arguments
document
A Document object—for example
fw.documents[2]
—that specifies the
document to export. If
document
is
null
, the active document is exported.
fileURL
Specifies the filename for the exported file. If
fileURL
is
null
, Fireworks displays
the Export dialog box.
Returns
A Boolean value:
true
if successful;
false
otherwise.
Description
Exports the specified document to the specified file as layers to be imported into
Macromedia Director.
fw.exportDirectorAsSlices()
Availability
Fireworks MX.
Usage
fw.exportDirectorAsSlices(
document, fileURL
)
Arguments
document
A Document object, for example,
fw.documents[2]
, that specifies the
document to export. If
document
is
null
, the active document is exported.
fileURL
Specifies the filename for the exported file. If
fileURL
is
null
, Fireworks displays
the Export dialog box.
Returns
A Boolean value:
true
if successful;
false
otherwise.
Description
Exports the specified document to the specified file as Macromedia Director images.
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 ...