Home ›
Flash
›
Horizontal Menus
Strips XML Menu
Would you like to comment or ask questions from opinion?
Home ›
Flash
›
Horizontal Menus
Would you like to comment or ask questions from opinion?
Details
Uploaded: 12 August 2008
Opens With: Flash CS3 (9+)
Files Included: FLA, AS files, XML
Keywords: menu, horizontal, xml, as3,
Related Files
Uploaded By: opinion
This is XML horizontal menu. Using AS3.
Height of stripes set a random for each start.
You can change "menuItems" object in library to set font of text menu item.
Main setting:
settings.xml:
<sets>
<item0>HOME</item0> //Menu item label
...
<url0>http://www.bigstockflash.com</url0> //Menu item link
...
<color0>0xC3C142</color0> //Menu item color
...
</sets>
main.as:
private var itemAmount:Number = 7;//menu items amount
private var heightFrom:Number = 120;//min height
private var heightTo:Number = 200;//max height