The configuration for this example is:
var OAS_url = "http://oasc16.247realmedia.com/2";
var OAS_sitepage = "openvideoads.org/vast";
var OAS_listpos = "x01";
OAS_rdl = OAS_rdl != "" ? OAS_rdl.split("&")[1] : "";
flowplayer(aa.example", "", {
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"debug": {
"levels": ""
},
"ads": {
"pauseOnClickThrough": true,
"servers": [
{
"type": "OAS",
"apiAddress": OAS_url
}
],
"schedule": [
{
"zone": OAS_sitepage + "@" + OAS_listpos,
"position": "pre-roll",
"server": {
"customProperties": {
"target": [ "XE", OAS_rdl, "if_nt_CookieAccept=" + OAS_CA, "XE"]
}
}
}
]
}
}
}
});