Example 15 - Using a Thumbnail/Splash/Title Image

The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Using a Thumbnail/Splash/Title Image
   </ova.title>
   <ova.json>
       {
           "autoPlay": false,

           "ads": {
                "servers": [
                    {
                        "type": "OpenX",
                        "apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
                    }
                ],
                "notice": { "textStyle": "smalltext" },
                "schedule": [
                    {
                        "zone": "18",
                        "position": "pre-roll"
                    }
                ],
           },

           "debug": {
               "levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls",
               "debugger": "firebug"
           }
        }
   </ova.json>
</config>