Parameters

 

Property

Description

Example

icon list

The list of icons to display. Enter the following parameters for each icon:

a. iconSource: The class name for movie clip icons (you gave each movie clip this name in step 2a). If you are displaying external images, you would enter the path to the image here. For example, images/icon1.jpg


b. action: The action to perform upon clicking the icon. The following actions are supported:

   getURL("http://flashloaded.com")
   navigateToURL("http://flashloaded.com")
   gotoAndPlay(FrameNumber)
   gotoAndStop(FrameNumber)
   loadMovie(movieUrl:String)


c. title: The title that you would like to appear under the icon

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