putting links in a flash button

smoochy boys on tour

sepiroth

look to the sky
Veteran
Jan 25, 2004
351
0
63
Scotland
ne1 one know how to do that?

i made a banner for my website and have a button which moves across the screen...i have dreamweaver and flashmx btw
 

HolyCow

Guest
If you've not already done it add this to the buttons actions in Flash...
Code:
on(release)
{
   getURL("http://www.google.co.uk", "_blank");
}
 

YoYoYo

Milo's Sex Slave
Golden Oldie
May 11, 2003
1,090
1
194
My house
and change _blank to the name of the frame which you want it to goto unless you want it to pop-up as a new window.

_self is the page it is currently on.