The configuration for this example is:
flowplayer("example", "", {
playlist: [
{
url: "",
duration: 40
}
],
plugins: {
controls: {
autoHide: "always"
},
openAdStreamer: {
"url": "",
"ads": {
"overlays": {
"enableScaling": true
},
"schedule": [
{
"region": "auto:bottom",
"startTime": "00:00:03",
"duration": "recommended:15",
"tag": "../../../dist/templates/overlays/scaling/vast2-image-scalable-no-aspect.xml"
}
]
}
"debug": {
"levels": ""
}
}
}
});