Hi all I have created a flash menu using flash cs3 and actionscript 2.0 I have used the geturl script for my buttons have exported added the file to my site but one i goo to use the button links three of them work fine but one just won't work. Really haven't a clue what I am doing wron the code is identical for all the buttons (minus the url) any help ideas gratefully received.
on (release)
{
getURL("
http://www.urlhere");
}
this is the code I have been using for all my buttons (with different url's obviously) is working fine for three buttons but just won't work on the fourth.