Actionscript linking.
I am making a new website and I want the links to be in flash so I added some actionscript to it but it don't work. Is this the right code:
[code:24cuxqsd]on (release) {
getURL("http://s15.invisionfree.com/Online_gamers/index.php?act=idx", "_blank");
}
on (release) {
stop();
}
[/code:24cuxqsd]
If not what is?