The configuration for this example is:
flowplayer("a.example", "", {
playlist: [
{
url: "",
duration: 20
}
],
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"ads": {
"schedule": [
{
"position": "pre-roll",
"server": {
"tag": "http://adserver.adtech.de/?advideo/...vidAS=pre_roll;vidRT=VAST_APVSCL;vidRTV=2.0.1",
"transformers": [ { "pattern": "myplaytype", "command": "g", "replace": "CTP" } ]
}
}
]
},
"debug": {
"levels": ""
}
}
}
});