I've made a simple information site and i have links that open up the vendors page in a new tab, but when the link is clicked it opens two tabs in firefox. The actionscript is very simple:
on (press, release) {
getURL("http://www.marshfurniture.com/collections_MC.htm", "_blank");
}
I'm using Flash CS3 Professional. It's actionscript 2.0 (i know 3.0 is out there)
Any help appreciated. Thanks.
on (press, release) {
getURL("http://www.marshfurniture.com/collections_MC.htm", "_blank");
}
I'm using Flash CS3 Professional. It's actionscript 2.0 (i know 3.0 is out there)
Any help appreciated. Thanks.