Be a Supporter!

Hyperlink problem

  • 167 Views
  • 2 Replies
New Topic Respond to this Topic
jwags1
jwags1
  • Member since: May. 12, 2005
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Hyperlink problem 2005-07-24 01:27:45 Reply

Im making a site with a template made on flash and im using this script:

on (release) {
getURL("http://www.MYSITE.com","_blank");
}

That script opens it in a new window, but i want it to open in the same window, how do i do that?


Buya

BBS Signature
Denvish
Denvish
  • Member since: Apr. 25, 2003
  • Offline.
Forum Stats
Member
Level 46
Blank Slate
Response to Hyperlink problem 2005-07-24 02:17:11 Reply

At 7/24/05 01:27 AM, jwags1 wrote: That script opens it in a new window, but i want it to open in the same window, how do i do that?

on (release) {
getURL("http://www.MYSITE.com","_self");
}


- - Flash - Music - Images - -

BBS Signature
jwags1
jwags1
  • Member since: May. 12, 2005
  • Offline.
Forum Stats
Member
Level 12
Blank Slate
Response to Hyperlink problem 2005-07-24 02:22:56 Reply

THANK YOU


Buya

BBS Signature