| Property |
Description |
Example |
|---|---|---|
| icon list | The list of icons to display. Enter the following parameters for each icon:
getURL("http://flashloaded.com")
|
iconSource: images/products.jpg action: gotoAndPlay(5) title: Products |
| xml path | The path to the XML file, if you are loading the data through XML instead of using the icon list. Note: Items loaded through the icon list override the XML. |
menu.xml |
| orientation | Choose between horizontal and vertical orientation | horizontal |
| icon padding | The space between each icon | 2 |
| scroll speed | Sets the speed at which the menu scrolls when clicking on the scroll arrows | 80 |
| embed fonts | Specifies whether the font for the title is embedded or not | false |
| icon font | The font to be used for the title | Arial |
| font color | The color of the title text | #00B0D6 |
| font size | The size of the title text | 12 |
| font bold | Specifies whether the text should be bold or not | true |
| left button symbol | The class name of the movie clip representing the left button | defaultLeft |
| right button symbol | The class name of the movie clip representing the right button | defaultRight |
| down button symbol | The class name of the movie clip representing the down button |
defaultDown |
| up button symbol | The class name of the movie clip representing the up button |
defaultUp |
| easing effect | Choose between the following easing effects: None, back, bounce, elastic, regular and strong | elastic |