Jump to content

Recommended Posts

Posted

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?

Posted

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");
  }
}

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...