Order Now AdSolution Sign Up | Login » Bits on the Run Sign Up | Login »

Forums

/

video player after preroll link click unusable

3 replies [Last post]

jw5 with preroll: after clicking on the preroll ad (which properly opens the linked website), the player is paused, which is ok. but there's no way to unpause it. any click on the player's window will repeatedly open the linked website. clearly i must be doing something wrong, as this is such a basic functionality. my current config: http://paste2.org/p/1094788

also, disabling clickSign not only removes the "click for more information" text, but also removes the ad's target link all together. what is the proper way to make the ad clickable without showing any mouseover-text?

i think the reported behaviour was due to static.longtailvideo.com to include the plugin. using <plugins>ova-trial</plugins>, clicking and restarting the ad play works as expected.

disabling the clickSign still removes the link from the ad, tho.

Hiya,

So this should work - basically make the background transparent and remove the text on the sign - it's not pretty, but it should work:

         "clickSign": {
               "opacity": 0.0,
               "backgroundColor": "transparent",
               "html": "",
         },

Paul

that does the trick, thanks