Properties
Events
mouseClick
Methods
addIcon
addIconAt
removeIcon
setMode
Flash Player 9
Property; sets the easing effect for the scrolling
menu.easing = "Elastic";
Flash Player 9
Event; called when an item is clicked. The event carries the index of the button that triggered the event.
Flash Player 9
Event; called when the mouse moves over an item. The event carries the index of the button that triggered the event.
Flash Player 9
Event; called when the mouse moves out of an item. The event carries the index of the button that triggered the event.
Flash Player 9
Event; called when there is an error loading the XML file.
Flash Player 9
Event; called when there is a security error while loading the XML file.
Flash Player 9
Method; adds an icon to the end of the icon group in the component.
menu.addIcon("Flashloaded","icon1","getURL(http://www.flashloaded.com",true);
Flash Player 9
Method; adds an icon to a specific position in the icon group in the component.
menu.addIconAt("Flashloaded","icon1",2,"getURL(http://www.flashloaded.com", true);
Flash Player 9
Method; removes an icon with a specified id number from the component.
menu.removeIcon(10);
Flash Player 9
Method; sets the orientation of the menu: Horizontal or Vertical
menu.setMode("Vertical");