I\'ve converted a AS2 flash file into HTML5 using Swiffy. I\'m also using DoubleClick Studio for the Ad. I was wondering how i get a clicktag on the ad so it shows up in Dou
The only way around this (at least from what I have found) is to first load the DoubleClick HTML API (https://www.google.com/doubleclick/studio/docs/sdk/html5/en/class_studio_Enabler.html), then either ....
Make the whole Swiffy Object clickable from within HTML/JS using JavaScript, and calling Enabler.exit() when the user clicks the ad
Use ExternalInterface to call JavaScript methods from within Flash/Swiffy. Then create a JavaScript method that in-turns calls Enabler.exit().