This example tests the compatibility of OVA when configured with the iPad plugin. Note that an "id" must be used to identify the player container otherwise a javascript error is generated.
The configuration for this example is:
flowplayer("a.example", "", {
playlist: [
{
url: "",
duration: 20
}
],
plugins: {
ova: {
url: "",
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "",
"allowAdRepetition": true
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll"
}
]
},
"debug": {
"levels": "fatal",
"debugger": "firebug"
}
}
}
});