Main Features:
- Full XML driven
- Supports unlimited buttons, with one single level
- Can load load an external swf, can go to a specific frame label and also can browse to an URL , all these from XML .
- You can change from xml any color from buttons, like text, background, the color for roll over and roll out, even the tweened bar and much more
- You can set menu spacing, tween speed, in the script
- Full OOP , design very easy to change
- AS3 file, opens with Flash CS3 ; help file and comments in the code included
.................................................................................................................
XML Example
< navigation textOver=”0xFF9A00” textOut=”0xFFFFFF” bgOver=”0×252525” bgOut=”0×181818” transType=”easeOutSine” transTime=”0.2” tweenBarColor=”0xFF9A00”
item title=”Home” href=”home.swf” />
item title=”About Us” href=”about.swf” />
item title=”People” href=”people.swf” />
item title=”Landscape” href=”landscape.swf” />
item title=”Animals” href=”animals.swf” />
item title=”Link” link=”http://activeden.net/” urltarget=”_blank” />
item title=”Contacts” href=”portfolio.swf” />
</ navigation>
.................................................................................................................
Find this file useful? Also see:























