ajotadmin Posted February 6, 2014 Report Posted February 6, 2014 This ad is driving me crazy! I have a slew of other Flash banners that work great, no problem at all. But for some reason this one will not. Its set up using clickTag, I even tried copy / pasting from Adobe's site to be sure it was correct. It does grab the right URL, but even in the Revive server panel when viewing the banner, it does not open a new window when clicked, just opens the link in the existing window or iFrame when delivered at the site. I tried clickTARGET and down saving, no change. Any thoughts? Quote
Matteo Beccati Posted February 7, 2014 Report Posted February 7, 2014 You should get back to your advertiser and ask for an amended swf file. The one you have is most likely missing the target in the Action script getURL() call or has _self hardcoded. Quote
ajotadmin Posted February 13, 2014 Author Report Posted February 13, 2014 I did find the asnwer to fix this problem using the instructions for clickTAG from flashclicktag.com on (release) { if (_root.clickTAG.substr(0,5) == "http:") { getURL(_root.clickTAG, "_blank"); } } Quote
Matteo Beccati Posted February 14, 2014 Report Posted February 14, 2014 that's precisely what I was talking about. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.