This example illustrates how a linear interactive ad that does not have scaling or maintainAspect declared in the VAST response will appear in the player. This scenario result in the Flowplayer clip.scaling property being set to 'orig'. The defaults for the MediaType tag are "maintainAspectRatio=true scalable=false"
The configuration for this example is:
"" is defined as:
<config>
<ova.title>
Example 16 - Delivering Linear Interactive Ad Without Scaling or Aspect Declared
</ova.title>
<ova.json>
{
"debug": {
"debugger": "firebug",
"levels": "fatal, config, vast_template, vpaid, playlist, api, analytics, http_calls"
},
"ads": {
"notice": { "show": false },
"servers": [
{
"type": "direct",
"apiAddress": "../../../dist/templates/interactive/interactive-preroll4.xml"
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
}
}
</ova.json>
</config>