javascriptflashclickopenx

How to simulate a click tag in a flash banner


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.


Solution

  • 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.