Be a Supporter!

button script help

  • 338 Views
  • 5 Replies
New Topic Respond to this Topic
cyberkitty
cyberkitty
  • Member since: May. 13, 2006
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
button script help 2006-12-04 21:23:44 Reply

I am currently designing a website for my flashes. I tried adding the movies in directly as .swf files, but decided to link the buttons to newgrounds and deviantart, so I can deal with a few problems. I just need some script to open a new explorer window, so people can still browse my site. any help is appreciated. checked flashkit they had nothing.

harryjarry
harryjarry
  • Member since: May. 15, 2005
  • Offline.
Forum Stats
Member
Level 57
Blank Slate
Response to button script help 2006-12-04 21:37:21 Reply

This should do it

<a href="URL of link" target="_blank">Text to show</a>

The bold part is what you need to add to make it in a new window.


twitter | last.fm // Currently working on HarryJarry.com

BBS Signature
cyberkitty
cyberkitty
  • Member since: May. 13, 2006
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to button script help 2006-12-04 21:42:35 Reply

At 12/4/06 09:37 PM, harryjarry wrote: This should do it

Text to show

The bold part is what you need to add to make it in a new window.

thank you harryjarry.

henke37
henke37
  • Member since: Sep. 10, 2004
  • Offline.
Forum Stats
Member
Level 30
Blank Slate
Response to button script help 2006-12-05 06:07:45 Reply

please, do not force new windows. If somebody wants a new on they know how to make one. What if they do not want a new window? They got no choice!


Each time someone abuses hittest, God kills a kitten. Please, learn real collision testing.

cyberkitty
cyberkitty
  • Member since: May. 13, 2006
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to button script help 2006-12-05 06:39:39 Reply

what is the problem with a new window?

cyberkitty
cyberkitty
  • Member since: May. 13, 2006
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to button script help 2006-12-05 16:55:51 Reply

I'll program a button for a new window, and one without one.