Hello all,
Im completely new to Flash and ActionScript2 but what I need is to add Google analytics code to track clicks from "button"
Bellow is a part of my function
this.onRelease = function(){
getURL("http://www.mysite.co.uk/someulr.html","_self");
getURL("javascript:pageTracker._trackPageview('/flash_site.html');","_self");
}
Because there are two links browser on click opens two windows. how can I prevent from this. I obviously need to open just someurl.html
Thank you for your help in advanvce