I’ve never seen something like this, original 
Slick Horizontal Menu
This is a simple yet cool looking menu bar. The menu bar reads attributes from an external XML file which is very easy to edit. With the XML file you can set the:
- Button text
- Text color
- Text Rollover color
- Enable/disable sound effect
The menu bar comes with an extensive HTML file which contains usage instructions. I will also reply to any questions as soon as possible.
The package contains:
- animatedmenu.swf
- animatedmenu.fla
- buttons.xml
- instructions.html
xD @ rcuela, I think you like every file on flashden right?
good menu btw, a releaseOutside would be nice 
Simple and clean. Maybe you could try tweening the font colour to orange.
Posted about 1 month ago
I have purchased, can you give me pointer tips on linking the menu items with pages.Is this possible in dreamweaver?
Posted about 1 month ago
Thanks for your purchase, weddings! You can not link the menu items to pages using Dreamweaver, you have to do this in Flash.
Open the AnimatedMenu.fla and click on one of the buttons. In the actionscript panel you will see:
on (release) { //action to be performed after clicking }
Just replace the ”//action to be performed after clicking” line with your script, for example:
on (release) {
container.loadMovie(“page1.swf”
;
}
Good luck!
Posted about 1 month ago
Hello,
how can I use the menu as standalone in html ? And how can I add Links to it?
Thanks !
Yves
Posted about 1 month ago
Hello ystrooba, Thanks for purchasing the menu. To add it to your HTML page, simply insert this code into your HTML project where you want the menu to appear:
To add links, please look at my previous comment (right above your question).
Hope this helps! Enjoy.
Posted about 1 month ago
Sorry, something went wrong, let me try that again:
Hello ystrooba, Thanks for purchasing the menu. To add it to your HTML page, simply insert this code into your HTML project where you want the menu to appear:
To add links, please look at my previous comment (right above your question).
Hope this helps! Enjoy.
Posted about 1 month ago
Yes. In Flash, doubleclick the first button (far left), select the text box, and increase the font size of the text field. The other buttons will automatically increase in size too.
Posted 9 days ago