This example illustrates how to control the disabling of the control bar at a finer level of detail. In this example, the play button is permanently enabled during playback. This will only work with JW5 specific control bars.
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 2 - Managing the Control Bar Disable States
</ova.title>
<ova.json>
{
"debug": {
"levels": "fatal, config, vast_template, vpaid, http_calls, playlist, api"
},
"ads": {
"controls": {
"enablePlay": true,
"enablePause": true,
"enablePlaylist": false,
"enableTime": false,
"enableMute": false,
"enableVolume": false
},
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
}
}
</ova.json>
</config>