This example illustrates how the "this is an advert" type message can be turned on and off, and the text changed. For this example, the text has been set to "My New Ad Notice - _seconds_ seconds".
The configuration for this example is:
flowplayer("a.example", "", {
plugins: {
controls: {
autoHide: "always"
},
ova: {
url: ,
"regions": {
"declarations": [
{
"id": "my-ad-notice",
"verticalAlign": "bottom",
"horizontalAlign": "right",
"backgroundColor": "transparent",
"width": "100pct",
"height": 20,
"style": ".smalltext { font-style: italic; font-size:10; }"
}
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "",
}
],
"schedule": [
{
"zone": "5",
"position": "pre-roll",
"notice": {
"show": true,
"region": "my-ad-notice",
"message": "<p class=\"smalltext\"
align=\"right\">My New Ad Notice -
_seconds_ seconds</p>"
},
}
]
},
"debug": {
"levels": ""
}
}
}
});