Home ›
Flash
›
Horizontal Menus
Hints 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: 17 August 2008
Opens With: Flash CS3 (9+)
Files Included: FLA, AS files, XML
Keywords: menu, horizontal, xml, as3, hint,
Related Files
Uploaded By: opinion
This is XML horizontal menu. Using AS3.
You can change "klipText" symbol in library to set font of normal text menu item and "klipTextgreen" to set font of over text menu item.
Also you can change "hintBody" symbol for change hint block.
Main setting:
settings.xml:
<sets>
<count>4</count> //Menu items amount
<item0>HOME</item0> //Menu item label
...
<hint0>Main</hint0>//Hint label
...
<url0>http://www.bigstockflash.com</url0> //Menu item link
...
</sets>
MenuController.as:
private var paddingLeft:Number = 73;//menu left padding