Skip to main content
Participant
June 11, 2006
Question

Linking Buttons

  • June 11, 2006
  • 1 reply
  • 154 views
Hi: I'm trying to link a project to others within the same class folder and then directly to the school server.
The code I am putting in the action script isn't working.

button1.onRelease = function () {
getURL(" http:// etc...", _blank");
};

Is this correct?

Thanks...

eegvt
This topic has been closed for replies.

1 reply

June 11, 2006
I just tried getURL(" http://www.coloradopoolscapes.com","_blank"); and it worked fine. You did notice that you are missing an open quotes on the _blank statement.