| |
 |
Parameter Description
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 background color & alpha This parameter determines the button background 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).
Button background gradient colors & alpha This parameter determines the button background gradient colors (topColor and bottomColor) & 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 border color & alpha This parameter determines the button border 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).
Button emboss light color & alpha This parameter determines the button emboss light 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).
Button separator color & alpha This parameter determines the button separator 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).
Button rollover bar light color This parameter determines the button rollover bar light color & alpha. The bar color will be displayed when the user will rollover the cursor on the button. 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 rollover bar light gradient colors & alpha This parameter determines the button rollover bar light gradient colors (topColor and bottomColor) & 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 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).
Buttons style (Independent color settings for main and sub menus)
Button width This parameter sets the width of the buttons.
Button height This parameter sets the height of the buttons.
Button emboss This parameter determines the emboss state of the buttons. If set to "0", the menu button will be without emboss effect. If set to "1", the menu button will be embossed.
On click button event This parameter determines the expand type of a submenu. If set to "0", the sub menu will be expand with rollover event. If set to "1", the sub menu will be expand with onclick event.
Identical maximal buttons width This parameter determines the identical width of a buttons. If set to "0", the buttons width will be different. If set to "1", the buttons width will be identical to the maximal button width.
Button separator This parameter determines the visibility of a button separator. If set to "0", the separator will be unvisible. If set to "1", the separator will be seen.
Button rounded corners This parameter determines the radius of the button rounded corners. The radius should be set in the following format: N, where N is a number.
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.
Button text align This parameter determines the text align of the buttons. The text align should be set in the following format: "align type", where "align type" is a "left", "center", "right".
Button text font This parameter determines the button label font.
Button text bold status This parameter determines the bold status of a button label. If set to "0", the bold status will be disabled. If set to "1", the bold status will be enabled.
Menu buttons
Button text This parameter determines the button label text.
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".
|
 |