clicktag

Flash banner advert with html link

Hi, I'm working on a website which has advert banners which link to external pages. I've recently added the ability to have flash banners, but am stuck on how to make the banners link without editing the flash file. The idea is that clients wanting to advertise on the site send a flash advert which is then linked to their site through...

ClickTag in Expandable Banner (2 swf's)

Hey, I'am making an Expandable banner in flash. When you move your mouse over the smalle banner, it loads an author large banner. Now the problem is, that I specify in my HTML the ClickTag only for the small banner (because the large banner isn't loaded when you load the page). And when you click the banner, you click on the large banne...

Add a Link Around an Embedded Flash File

I want to make it so that when I click anywhere on the embedded Flash element, it takes me to a destination URL. Here is my current code, which does not produce the desired effect: <div class="contentdiv" style="margin:-72px 0 10px 0px; cursor:pointer;" onclick="location.href='http://example.com/';"&gt; <object height="410" width="720...

Flash redirect problem when not loaded from the same vhost

We've got a flash file that takes a URL parameter for redirecting on click. When it's hosted from the primary domain, and the SWF is included in HTML from the primary domain, the redirect works properly. However, when it's hosted on the secondary domain, and the SWF is included in HTML from the primary domain, the redirect doesn't work...

Tracking a Flash banner advert using clickTag and Google Analytics

Hello. I'm trying to find out if there is a way of using clickTag and Google Analytics to track outgoing banner clicks. clickTag code: on (release) { if (clickTAG.substr(0,5) == "http:") { getURL(clickTAG); } } Maybe someone can tell me whether the following would work: on (release) { if (clickTAG.substr(0,5) == "http:") {...

Banner ads, clickTag and transferring variables in the query string - Is there a standard?

Is there a standard way to send variables through a banner ad? A client wants a banner that lets the user enter his mobile number, then receives a code by sms, and then enters the code into the banner. If the code then validates, the user is sent to a page with a login form with the phone number and code filled in. It must be possible to...