Cant crack this one, I hope someone can offer some assistance.
I have a Flash movie with a movie clip that uses getURL() method to link to another web site that should open in a new window. I’m using the following code:
_root.reel_mc.cell1.onPress = function() {
getURL(“http://www.kaonlunasun.com”, _blank);
}
When I test it though, the linked web page winds up opening in the same window as the site. I thought that was what “_blank” was supposed to designate.
What am I doing wrong?
Here’s the actual site:
http://www.special8.com
Go to “Portfolio” section and click on any link.