This example illustrates how to specify a "bitrate" as a selection criteria for the mediafiles returned by the openX ad server.
The configuration for this example is:
flowplayer("a.example", "", {
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: "",
"shows": {
"baseURL": "",
"streams": [
{ "file":"", "duration":"00:01:00" }
]
},
"ads": {
"bitrate": "low",
"schedule": [
{
"position": "pre-roll",
"tag": ""
}
]
},
"debug": {
"levels": ""
}
}
}
});