In this example, the SWF banner is the right size in the VAST response, but the creative has an actual SWF size that is slightly larger than the VAST declared sizing. So we need to mask the ad to keep it in the bounds, but not scale it.
The configuration for this example is:
flowplayer("example", "", {
playlist: [
{
url: "",
duration: 20
}
],
plugins: {
controls: {
autoHide: "always"
},
openAdStreamer: {
"url": "",
"ads": {
"schedule": [
{
"region": "auto:bottom",
"startTime": "00:00:03",
"duration": "recommended:15",
"enableScaling": false,
"enforceRecommendedSizing": true,
"width": 468,
"height": 60,
"tag": "../../../../../dist/templates/overlays/scaling/vast2-swf-scalable-fits.xml"
}
]
}
"debug": {
"levels": ""
}
}
}
});