Example 9 - Working with the HD plugin

This example illustrates OVA working with the HD plugin. The "dock=false" option must be used to ensure that the "HD" prompt is not shown in the dock when an ad plays.


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Working with the HD Plugin
   </ova.title>
   <ova.json>
       {
            "autoPlay": false,

            "ads": {
                "servers": [
                    {
                        "type": "OpenX",
                        "apiAddress": "OVA_OPENX_API"
                    }
                ],
                "schedule": [
                    {
                        "zone": "18",
                        "position": "pre-roll"
                    }
                ]
            },

            "debug": {
               "levels": "OVA_DEBUG",
               "debugger": "firebug"
            }
        }
   </ova.json>
</config>