Another bug is overlay of ads and controlbar in the bottom of player.
Initial condition:
JW Player 5.1.897 (licensed), ova-trial plugin, Modieus (aka: Stylish) skin and OpenX Hosted (adserver.openx.org)
The part of JW-player config:
<config>
...
<controlbar>over</controlbar>
...
<ova.json>
{
"blockUntilOriginalPlaylistLoaded": false,
"ads": {
"overlays": {
"regions": [
{
"id": "bottom",
"verticalAlign": "bottom",
"horizontalAlign": "center",
"backgroundColor": "#000000",
"padding": "-10 -10 -10 -10",
"width": 450,
"height": 50
}
]
},
"servers": [
{
"type": "OpenX",
"apiAddress": "http://d1.openx.org/fc.php"
}
],
"displayCompanions": false,
"schedule": [
{
"zone": "123456",
"position": "bottom",
"width": 450,
"height": 50,
"startTime": "00:00:05",
"duration": "15"
}
]
}
}
</ova.json>
</config>
When the videoclip starts, controlbar hides and overlay ads shown.
But when we want to click in overlay ads and mouseover the player - controlbar shown again. In this moment we obtain overlay the ads and controlbar.
I think it should be considered.
Seemingly the issue here is that the overlays are being covered by the control bar as it pops back up? At the moment, OVA isn't being notified when the JW control bar appears. You are correct. That needs to be sorted.
With the OVA for Flowplayer version when the control bar re-appears the overlays are pushed up.
See here for an example:
http://www.longtailvideo.com/support/open-video-ads/ova-for-flowplayer/13513/illustrating-overlay-al...
If the OVA for JW behaviour was the same as this - would that solve your issue?
I've logged a ticket for this issue to track and resolve in hopefully the next release
The ticket (152) can be found here:
http://developer.longtailvideo.com/ova/ticket/152
Paul.