| |
 |
Object parameter
Menu properties
Menu width This parameters sets the maximal width of the main and sub menus. If buttons (placed one after another) are wider than the maximal width of the menu, the last button will be moved to the next line. (If you set the maximal width to "0" you will get a vertical menu)
Menu background This parameter is the path to the menu background file. Its value may be either an external jpeg or swf (+ gif & png, if you work in the Flash 8) file path. If no name is specified, the background will not be used. If the name is incorrect, the background will not be used.
Menu rollover sound This parameter is the path to the menu buttons rollover sound file. Its value may be either an external mp3 file path. If no name is specified, the rollover sound will not be used. If the name is incorrect, the rollover sound will not be used.
Menu style (Independent color settings for main and sub menus)
Button text colors & alpha This parameter determines the button text colors (textColor, rolloverColor, pressColor) & alpha. The color should be set in RGB in the following format: NNNNNN, where N is a hexadecimal number (0-F), alpha: N, where N is a number (0-100).
Button text shadow color & alpha This parameter determines the button text shadow color & alpha. The color should be set in RGB in the following format: NNNNNN, where N is a hexadecimal number (0-F), alpha: N, where N is a number (0-100).
Buttons style (Independent color settings for main and sub menus)
Button height This parameter sets the height of the buttons.
Remains selected This parameter determines the selected state of the main buttons. If set to "0", the main menu button will be without selected state. If set to "1", the main menu button will be selected after click.
Button text size This parameter determines the text size of the button. The text size should be set in the following format: N, where N is a number.
Button text indent This parameter determines the text indent from sides of the button. The text indent should be set in the following format: N, where N is a number.
Drop down speed This parameter determines the drop down speed of a submenu. Drop down speed has three values: "max", "normal", "min".
Button text shadow distance This parameter determines the shadow distance of a button text. The distance should be set in the following format: N, where N is a number (0-100).
Horizontal button text align This parameter determines the horizontal button text align. Align has three values: "left", "center", "right".
Vertical button text align This parameter determines the vertical button text align. Align has three values: "top", "center", "bottom".
Menu buttons
Button text This parameter determines the button label text.
Button width This parameter determines the width of each button.
Button image This parameter points to the button image file. You can store your image files anywhere on server. But remember this path can be absolute (example: http://www.yourdomain.com/images/button.jpg) or relative to the directory with your HTML page (example: ../images/button.jpg).
Button rollover image This parameter points to the button rollover image file. You can store your image files anywhere on server. But remember this path can be absolute (example: http://www.yourdomain.com/images/button_rollover.jpg) or relative to the directory with your HTML page (example: ../images/button_rollover.jpg).
Button onClick image This parameter points to the button onClick image file. You can store your image files anywhere on server. But remember this path can be absolute (example: http://www.yourdomain.com/images/button_onClick.jpg) or relative to the directory with your HTML page (example: ../images/button_onClick.jpg).
Button actions If you want that the button was visible without execute any action then set it's ACTION to "".
"GetUrl" opens url in target window(action - "getUrl", then url - what you open in window, target - target window).
If the object is loaded into other flash document:
"loadMovie" load your file (jpeg, swf + (gif & png) if you work in the Flash 8) in target movie clip (action - "loadMovie", then url - path to file which you want to load, target - target movie clip where you want to load file). "gotoAndStop" go and stop to frame or label in target movie clip (action - "gotoAndStop", then url - frame to go or label to go, target - target movie clip where you want to execute action). "gotoAndPlay" go and play to frame or label in target movie clip (action - "gotoAndPlay", then url - frame to go or label to go, target - target movie clip where you want to execute action). "nameofyourfunction" execute your function in target movie clip and transfer parameter in it (if it is necessary) (action - "nameofyourfunction", then url - parameter which is transferred in your function, target - target movie clip where your function placed).
Button visibility If you want that the button was unvisible then set disable="1".
|
 |