-
Linking to URL
I found the code to link to a URL but every time I try to use it it either doesn't work or I get a blank browser window opening up.
Anyone have any idea whats wrong with my code?
This is the code I'm using?
on(press){
getURL("www.apple.com/itunes", _blank);
gotoAndPlay("down");
}
-
Yeah try the full URL...
getURL("http://www.apple.com/itunes", "blank");
Jimmy
-
I thought I had tried that and it didn't work but I just tried it again and it did thanks.
-
hi flyersun!
try this..
getURL("www.apple.com/itunes");
-
try this one...
getURL("http://www.apple.com/itunes", _blank);