In my site, I injected a third party flash player using iframe
, when user clicks a specific area in the flash player, the browser would open a new tab. I want to trace the rate of it.
Yet I get stuck, there might be two possible options,
- Detect the click event happened in the specific area. Yet, I don't know the
id
, the coordinates could be varied from the screen. - Detect the new tab open event. But, firstly, how can I detect that my page is opending a new Tab? Further, how can I tell it is triggered by flash?
Could you please give me some advice?
Thanks very much.