Search engine

Question by d_jhonu:
how do i write the action script for a banner in a site?

i’ve completed a web-site and on top of it i put a flash banner.the problem is that i cannot make the the buttons work..the connection to the others pages doesn’t work.i managed to make them work on my hard-drive but after i upload the site they do not function anymore.any ideeas?


——————————————

Answer by StopWars
hm,
try using ABSOLUTE addressing, like this:
on(release){
getURL(“http://mysite/mypgae.html”);
}

——————————————
Give your own answer to this question below!