Property (read-only) or
Method
numCoords
radius
shape
targetText
xCoord(index)
yCoord(index)
ImagemapList object
The ImagemapList object is an array of ImageMap objects that describe the areas in an image
map (see
"ImageMap object" on page
ImagemapList array, as shown below:
var curImagemap = ImagemapList[i];
The ImagemapList object has only one property, which is read-only and shown in the
following table.
Property (read-only)
numberOfURLs
Data type
Notes
integer
Number of coordinates in the area. A circle
always has 1 (the center), a rectangle has 2
(top left and bottom right), and a polygon
has 1 or more.
integer
Radius of the area, if
string
Acceptable values are
and
string
Target text for this image, if any.
zero-based
Returns the x coordinate for the specified
index
point, in pixels. For example, the following
commands return the coordinates for the
first point:
var x = imagemap.xCoord(0);
var y = imagemap.yCoord(0);
It is possible to have negative values if
the image map area is drawn so that it
crosses the left or top sides of the image (or
sliced image).
zero-based
Returns the y coordinate for the specified
index
point, in pixels. See
88). To access ImageMap objects, use the
Data type
Notes
integer
The number of image map areas in the
image map list (
shape
"circle"
.
"rect"
xCoord()
or more).
0
HTML export objects
is
.
"circle"
,
,
"poly"
.
89
Need help?
Do you have a question about the FIREWORKS 8-EXTENDING FIREWORKS and is the answer not in the manual?
Questions and answers