PDA

View Full Version : goto url not working



Lyn
02-21-2004, 02:36 AM
Hello there. I have flash buttons located inside a movie file that EU can click on to bring up other pages in site. I am using the goto action but am getting confused and cannot get the url to bring back the file. This is the first time I have used this feature, I have re-read the help file many times but am still confused. Can you help?

blake
02-21-2004, 11:16 PM
i don't understand full but this may help you

on (release) {
getURL("www.mysite.com", "_blank");
}


if you put that on a button, when clicked it will pop-up the url you put in

cheers, Blake

p.s Feel free to ask more questions