This example illustrates support for the XML Wrapper element of the VAST standard. To see what an XML wrapper response looks like, cut and paste "http://static.openvideoads.org/tests/vast-wrapper-test.xml" into your web browser
The configuration for this example is:
flowplayer("a.player614x345", "", {
plugins: {
rtmp: {
url: ""
},
rtmpInstream: {
url: ""
},
ova: {
url: "",
"shows": {
"baseURL": "",
"streams": [
{
"file":"",
"duration":"00:00:20"
}
]
},
"ads": {
"companions": {
"restore": false,
"regions": [
{ "id":"companion-300x250", "width":"300", "height":"250" }
]
},
"schedule": [
{
"position": "auto:bottom",
"startTime": "00:00:05",
"duration": "10",
"tag": "OVA_DIST_TEMPLATES_2wrapper/vast1-wrapper-to-vast1-nl-ad.xml"
}
]
},
"debug": {
"levels": ""
}
}
}
});