| |
 |
Object parameter
Menu properties
Menu type This parameter determines the type of the menu. If set to "vertical", the menu will be vertical. If set to "horizontal", the menu will be horizontal.
Menu vertical align This parameter determines the vertical align of the main menu and sub menu. If set to "top", the sub menu will be drop down. If set to "bottom", the menu will be popup.
Menu horizontal align This parameter determines the horizontal align of the main menu and sub menu. If set to "left", the sub menu will appear on the right. If set to "right", the sub menu will appear on the left.
Button width This parameter sets the width of the main and sub buttons.
External menu theme This parameter is the path to the menu buttons theme file. Its value may be either an external swf (themename.swf) file path. If no name is specified, the included basic theme will be used. If the name is incorrect, the component will not work.
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 This parameter determines the button background color. The color should be set in RGB in the following format: NNNNNN, where N is a hexadecimal number (0-F).
Button rollover bar color This parameter determines the button rollover bar color. 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).
Button text color This parameter determines the button label color. The color should be set in RGB in the following format: NNNNNN, where N is a hexadecimal number (0-F).
Button rollover text color This parameter determines the button rollover label color. 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).
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 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).
|
 |