MACROMEDIA FIREWORKS MX 2004-EXTENDING FIREWORKS Manual page 192

Extending fireworks
Hide thumbs Also See for FIREWORKS MX 2004-EXTENDING FIREWORKS:
Table of Contents

Advertisement

Arguments
A point that specifies the x,y coordinates of the pixel whose color is used to calculate the
where
new mask (see
"Point data type" on page
An integer between 0 and 255, inclusive, that specifies the tolerance for
tolerance
selecting pixels.
Acceptable values are
edgemode
An integer that specifies the number of pixels to feather. This value is ignored if
featherAmt
is not
edgemode
combinemode
Acceptable values are
Returns
Nothing.
Description
Behavior is almost identical to
from the color at the specified location in the image, rather than from the average color in
the selection.
See also
dom.selectSimilar()
dom.sendEmail()
Availability
Fireworks MX 2004.
Usage
dom.sendEmail(fileAttachment)
Arguments
fileAttachment
send by e-mail.
Returns
Nothing.
Description
Creates a new e-mail with the specified file as an attachment.
Example
The following example opens a new e-mail in the default e-mail program and attaches the file
foo.png to the message:
fw.getDocumentDOM().sendEmail("file:///Users/andy/Documents/foo.png");
192
Chapter 5: Fireworks JavaScript API
"hard edge"
.
"feather"
Specifies how to combine the new selection mask with the existing mask.
,
"replace"
"add"
dom.selectSimilar()
A string, which is expressed as file://URL, denoting the location of a file to
11).
,
"antialias"
,
, and
"subtract"
"intersect"
, except that the new mask is calculated
, and
.
"feather"
.

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the FIREWORKS MX 2004-EXTENDING FIREWORKS and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Fireworks mx 2004

Table of Contents