Initial condition:
JW Player 5.5.1641 (licensed), ova-trial plugin and OpenX 2.8.7
When I try to define my own Region and then sheduled ads by:
"ads": {
"displayCompanions": false,
"keepOverlayVisibleAfterClick": true,
"disableControls": false,
"servers": [
{
"type": "OpenX",
"apiAddress": "http://myserver/ads/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "22",
"position": "bottomPos",
"startTime": "00:00:02",
"duration": "recommended:120"
}
],
}
the "keepOverlayVisibleAfterClick" option does no effect.
But if I use "position": "auto" - it works fine.
Hi.. so a couple of things:
1. Can you run the latest development version from the OVA developer repository - register on http://developer.longtailvideo.com/ova, grab the development release from the Download the Latest page. The development release has a tonne of fixes so I just want to make sure that you still have the issue with the latest build.
2. Do you have a URL that I can go and see this happening? Ideally I need your full config/setup to simulate it here and find out what's going on.
3. I assume you have an overlay called "bottomPos" defined - right? Can I see that definition as well?
Paul