Features:
- XML file is used to populate the menu.
- Allow up to two level.
- Delay timer on return state can be set.
- Allow background image for the subMenu
*Help file included.
*Basic knowledge of actionScript and xml required
<menu>
<item name="Home" action="gotoURL" variables="#"/>
<item name="FlashDen" action="gotoURL" variables="http://activeden.net"/>
<menu name="Gallery">
<item name="Category 1" action="loadImgMc" variables="images/bg1.jpg" background="images/bg1.jpg"/>
<item name="Category 2" action="loadImgMc" variables="images/bg2.jpg" background="images/bg2.jpg"/>
</menu>
<item name="Message Board" action="gotoURL" variables="#"/>
<menu name="About">
<item name="Category 3" action="gotoURL" variables="#" background=""/>
</menu>
</menu>







