Example 14 - A Non-Scaled Pre-Roll Linear Interactive Ad

This example illustrates how a non-scaled linear interactive ad will appear in the player. To achieve this, the VAST template is returning "maintainAspectRatio=true scalable=false" within the MediaFile tag. These settings result in the Flowplayer clip.scaling property being set to 'orig'.


The configuration for this example is:




"" is defined as:


<config>
   <ova.title>
       Example 14 - A Non-Scaled Pre-Roll Linear Interactive Ad
   </ova.title>
   <ova.json>
       {
            "debug": {
                "debugger": "firebug",
                "levels": "OVA_DEBUG"
            },

            "ads": {
                "notice": { "show": false },
                "servers": [
                    {
                       "type": "direct",
                       "apiAddress": "OVA_INTERACTIVE_PREROLL_2"
                    }
                ],
                "schedule": [
                    {
                      "zone": "5",
                      "position": "pre-roll"
                    }
                ]
            }
       }
   </ova.json>
</config>