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": {
"servers": [
{
"type": "direct",
"apiAddress": "wrapper/vast1-wrapper-to-vast1-vpaid-ad.xml",
}
],
"companions": {
"restore": false,
"regions": [
{ "id":"companion-300x250", "width":"300", "height":"250" }
]
},
"schedule": [
{
"zone": "46",
"position": "pre-roll"
}
]
},
"debug": {
"levels": ""
}
}
}
});