Hi! is it possible to add submenu to it with same xml file….Also how difficult it is to change main button animation and submenu button animation. 
Dynamic xml selected menu
xml driven.
easy change menu label and links with external xml
easy change menu rollOver or rollOut animation.
the selected mean when click the button, will keep the current selected status.
My other portfolio: http://www.flashden.net/user/wangruyi
Posted about 1 year ago
Hi! is it possible to add submenu to it with same xml file….Also how difficult it is to change main button animation and submenu button animation. 
@sanju1979, this file no submenu. change the main button animation is very easy.
Posted about 1 year ago
Hi, I try to open the link into a frame.
I tried changing this piece of actioncode:
getURL(this.link,”mainFrame”
;
however, it still opens a new window/
do I need to adjust anything else?
@dutchweed. I have send mail to you, you need upload your files to server. then test it. you will see the correct result.
Posted 11 months ago
hi, im having the same problem as dutchweed. i don’t need it to open on another window. can you tell me how to reverse it please? thanks
Posted 7 months ago
@mjbenzon. dutchweed need open the link into a frame. do you need it? if so. you only change the 29 line code.
getURL(this.link,â€yourFrameNameâ€)
but be sure you have uploaded it on your server .then test it. It will works.
no, im not opening it in a frame. i want it to open on the same window. thanks for the quick reply btw..
Posted 7 months ago
@mjbenzon. ok. you only need change the line 29 code like this.
getURL(this.link,”_self”
;
This will be ok.
Posted 7 months ago
hi. is there anything i need to change on the code after line 29. coz it’s really not working. when i click on the link, nothing is happening. its not brining me to any page. thanks in advance.
Posted 7 months ago
Hello,
Thanks for the great file.
Got a quick question. Is there anyway to keep the “selected” state even after the page has been refreshed.
I have the menu in a flash header with html content, and I need to keep the “selected” state on when the new page is loaded after the user clicks a link.
thanks in advance.
Posted 7 months ago
@mjbenzon. you need be sure you have upload it on your server. then you can see the result.
Posted 7 months ago
@adamtheloud. I can give you a hint. you need set a value on the root of the fla. see its named page. the you need edit actionscript like this.
if (page==1){
do something…..
}
if(page==2){
do something...
}
another. when you embed this menu into your html page. you need send parameter to swf. like this:
....../menu.swf?page=1
when refresh the html. it will keep the status.