User Guide

Document functions 135
preload is a binary value that specifies whether to preload the swapped image (pass 1) or
not (pass
0).
downHighlight is a binary value that specifies whether an image should be used for
highlighting on mouse down (pass
1) or not (pass 0). If you pass 1, use the next two
arguments to specify the frame or image to be used.
downHighlightFrame is an integer value that specifies the frame to use as a highlight
image, starting with
0 (although, to use downHighlightFrame as a URL, pass –1 here).
downHighlightFilename specifies the frame or file to be used as the highlight image. If
you specified a frame to use in
downHighlightFrame, pass an empty text string. If you
want to specify a filename and you passed
–1 for downHighlightFrame, pass the string for
the relative URL of the image.
Description
Sets a navigation bar highlight behavior.
Example
fw.getDocumentDOM().addBehavior("MM_nbGroup(\'over\',-
1,1,\"\",1,0,3,\"\")", "onMouseOver", -1);
MM_nbGroup [image]
Availability
Fireworks 3.
Arguments
type, downHighlight, initiallyDown
Pass "all" for type.
downHighlight is a binary value that specifies whether the image should be highlighted
on a mouse Down action (pass
1) or not (pass 0).
initiallyDown is a binary value that specifies whether the image should initially appear
as in the Down state (pass
1) or not (pass 0).
Description
Sets a navigation bar image behavior.
Example
fw.getDocumentDOM().addBehavior("MM_nbGroup(\'all\',1,0)", "onMouseOver", -
1);