Scrolling Menu 2 / HORIZONTAL / AS3 / XML
Included are:
- ActionScript 3.0
- Flash CS3 , Flash CS4 ++
Features
- XML driven content
- single level
- Set bg color with xml
- Set over color with xml
- Set text color with xml
- Set menu width with xml
- Set menu item space with xml
- Set scroll speed with xml
- Set scroll stage position with xml
- Can > load an external swf > browse to an URL > go to a specific frame label
- help file included
How to modify the file
<?xml version="1.0" encoding="utf-8"?>
<content
bgColor="0x111111"
overColor="0xFF0066"
txtColor="0xededed"
space="1"
menuWidth="590"
scrollSpeed=".1"
mouseScrollStagePosition="2">
<item title="HOME" href="" action="empty"/>
<item title="ABOUT US" href="" action="empty"/>
<item title="SERVICES" href="" action="empty"/>
<item title="GETTING STARTED" href="" action="empty"/>
<item title="BROWSE CATEGORIES" href="" action="empty"/>
<item title="MAKE MONEY" href="" action="empty"/>
<item title="FORUMS" href="" action="empty"/>
<item title="BROWSE CATEGORIES" href="" action="empty"/>
<item title="CONTACT" href="" action="empty"/>
<item title="LINK" href="" action="empty"/>
<item title="ABOUT US" href="" action="empty"/>
<item title="SERVICES" href="" action="empty"/>
<item title="WORKS" href="" action="empty"/>
<item title="BROWSE CATEGORIES" href="" action="empty"/>
<item title="CONTACT" href="" action="empty"/>
<item title="REFER NEW MEMBERS" href="" action="empty"/>
<item title="BROWSE CATEGORIES" href="" action="empty"/>
</content>