Author
Hasan Otuome [hasan.otuome.com]Version
1.1Usage
import org.thesourcecode.utils.XMLMenu;
var myMenu:XMLMenu = new XMLMenu()
Description
Simplifies creating an XML menu in Flash.Just provide the location of the XML file, the name of a "container" MovieClip, a number for the amount of space between each clip, and a Boolean value (true/false) for whether you want the menu items to tile horizontally or vertically
NOTE: This class expects an XML file with nodes that use attributes. For example
button id="1" lbl="yourButtonText" hdr="sectionHeaderText" loc="URL or MovieClip"