Flash script url link help plz

I have s lide down menu set and it has a bar with sections as the menu that separates into section that have names that can be pressed like button but are not physical button themselves so i dont know how to make them link to urls

here is that the code that gives their names:

set("_root.menu1.link1.theTitle",“Home”);
set("_root.menu1.link2.theTitle",“Gallery”);
set("_root.menu1.link3.theTitle",“Forums”);
set("_root.menu1.link4.theTitle",“Search”);
set("_root.menu1.link5.theTitle",“Your Account”);
set("_root.menu1.link6.theTitle",“Submit News”);

anyone got an idea on what code i would have to add to that to make those link1, link2 … all go to separate urls?

here is a screenshot of what the menu looks like:

thnx

still cant figure it out, any help plz?

do you mean the getURL thing? look at the actionscript dictionary its good at explaining. i hoep thats what you were lookin for :slight_smile:

nop get url does not work , cauz its only aplicable to buttons but this is 1 big button with allot of sections on it with those sections having diffrent names and all
so i was wandering if it where possible to have those sections link to urls

maby something in the sorts of on releace and with the name of the section: _root.menu1.link1

alrite so you mean the buttons ‘home’, ‘gallery’, ‘forum’ etc are each in a seperate button but then they are all put into one BIGGG thing!? can you post your fla or soemthin similar so i can try plz!?

argh :frowning:
its a lil to big to upload
zipped it makes 170 kb so i cant upload it here, i’l host it on my site

get it here:

Download the menu.zip

sorry i’m not sure how to do it :frowning: its really different then how i would do it, i guess you’ll havta wait for lost or senoc or others to help ya…

k :slight_smile:
just hoping that lost or senoc see the post :slight_smile: hehe

*Originally posted by InSanE *
**k :slight_smile:
just hoping that lost or senoc see the post :slight_smile: hehe **

bump, hope its not to early

um, wouldnt you just add an on(release) event handler to them?



_root.menu1.link2.onRelease = function(){
getURL ('whatever')
}


I mean, that’s what I would do…

still not working :frowning:
baby you could download the fla i posted above and try to add it?
cauz i might be doing something worng
thnx

did you just call me baby…?

LOOOOOOOOOOOOOL
sorry guy
i was typing maby hehehe

LoL

bump

Still none answerd?

do i have to remake the entire flash cauz i really dont know how to make it work?

:frowning: