1

Our sales people accepted flash banners without a click tag and then scream in anger when our ads server (openx) didn't count correctly the clicks.

So, I'm looking if exists some way of "simulate" a click tag, I don't know exactly how, maybe with some JavaScript.

Mike Causer
  • 8,196
  • 2
  • 43
  • 63
Nisanio
  • 4,056
  • 5
  • 34
  • 46
  • 1
    as far as I've seen, they gotta have the clickTag/clickTAG in the compiled swf source. There shouldn't be a way to inject it since that's a security problem with Flash. – jpea Mar 08 '11 at 16:33

2 Answers2

2

You could put a blank <span> or <div> element in front of the embedded flash, and then use a JavaScript event listener to open the desired URL.

soulBit
  • 438
  • 6
  • 15
0

Just pass the link as a variable to your Flash movie in the embed code.

robertp
  • 3,557
  • 1
  • 20
  • 13