Here is the code I have for adding the GA code in actionscript 2.0. The code is on an invisible button on a client's banner. on (release) { if (_root.clickTAG.substr(0,5) == "http:") { getURL(_root.clickTAG, "_blank"); } } the client now tells me that clicking on the add should take the user to hi website and it does not. Do I need to enter the url to his website within the code above? anybody????