Mouse over the ad and then click on it to be redirected to the advertiser website.
The configuration for this example is:
flowplayer("a.example", "../dist/flowplayer-3.1.5.swf", {
plugins: {
controls: {
autoHide: "always"
},
openAdStreamer: {
url: '../dist/OpenAdStreamer.swf',
"debug": {
"debugger": "firebug",
"levels": "fatal"
},
"ads": {
"pauseOnClickThrough": true,
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "17",
"position": "pre-roll"
}
]
}
}
}
});