silver163
02-07-2009, 08:15 PM
I am trying to change the links in the flash header and I have found that all links are determined by the following formula:
getURL("index-"+Number(_parent.num-1)+".html");
and that menu has 3 "menu items" which have the following piece of code:
onClipEvent(load){
num=1;
}
I am trying to change the links so they would go to different websites such as www.google.com and www.yahoo.com but when you click on them they go to index-1.html index-2.html and so forth. How can I make it so that each button would go to a different website and not utilize that formula?
Download the .fla file from here:
http://www.naspos.com/header2_v10.fla
getURL("index-"+Number(_parent.num-1)+".html");
and that menu has 3 "menu items" which have the following piece of code:
onClipEvent(load){
num=1;
}
I am trying to change the links so they would go to different websites such as www.google.com and www.yahoo.com but when you click on them they go to index-1.html index-2.html and so forth. How can I make it so that each button would go to a different website and not utilize that formula?
Download the .fla file from here:
http://www.naspos.com/header2_v10.fla