This is the main menu item class for the gallery. The following events are dispatched by this class: MenuItemClicked - dispatched when the a menu item is clicked.
new MainMenuItem()
public function MainMenuItem()
public xmlPath:String [Read Only]
public function init(title, file)
Used to initialise the menu item with the title and the xml file it should load.
title
file
public function addEventListener()
public function removeEventListener()
public function registerListener(mc:MovieClip)
Use this method to register any movieclip as a listener to the events of this class.
mc