0
879
Features:
1.as3.0.
2.xml driven.
3.simple,easy to use.
Use Method:
just edit xml file.
//--
<menus>
<!-- all style -->
<style>
<!-- menu spacing -->
<spacing>5</spacing>
<!-- font size -->
<fontsize>26</fontsize>
<!-- normal color -->
<color>0xffffff</color>
<!-- selectd color -->
<scolor>0x00cc00</scolor>
</style>
<!-- all item -->
<items>
<item title='HOME' link = ''/>
............
</items>
</menus>
//--


















