Example 10 - Enabling the Standard Image Button

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 10 - Enabling the Standard Image Button
   </ova.title>
   <ova.json>
        {
            "debug": {
                "debugger": "firebug",
                "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
            },
            
            "overlays": {
                "closeButton": { "type": "standard" }
            },

            "ads": {
                "servers": [
                    {
                       "type": "OpenX",
                       "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                    }
                ],
                "pauseOnClickThrough": true,
                "schedule": [
                    {
                       "zone": "28",
                       "startTime": "00:00:05",
                       "position": "auto:bottom",
                       "duration": "recommended:10"
                    }
                ]
            }
        }
   </ova.json>
</config>