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");

}