Hi
Im new to this forum, but i have a problem with the getURL command
When i open my page like this : www.mypage.com, the buttons work fine, and when i click them, they go to the wanted url…
But if i open my page like this : http://mypage.com, the buttons still play the over animation, but when i click them, nothing happens…
I have tried to read all that i can about this subject, but i havn’t found nothing helpfull yet…
Hope that somebody have the answer for this…
This is my actionscript code :
on (release){
getURL(“http://www.mysite.com/link.php”, “_self”);
}
Thanks :stormtrooper: