Hi, I am trying to set up flowplayer to play the ad before starting to play the flv filehttp://www.ifood.tv/data/video/FLV/perfect_fluffy_basmati_rice_by_annaskitchen.flv.
The ad is the one athttp://streaming.openvideoads.org/shows.
Here is the code:
flowplayer("player", "player/flowplayer-3.1.2.swf", 'http://www.ifood.tv/data/video/FLV/perfect_fluffy_basmati_rice_by_annaskitchen.flv',{
"plugins": {
"controls": {
"autoHide": "always"
},
"openAdStreamer": {
"url": "player/OpenAdStreamer.swf",
"shows": {
"baseURL": http://streaming.openvideoads.org/shows",
"streams": [
{ "file":"the-black-hole.mp4", "duration":"00:01:00" }
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "1",
"position": "pre-roll"
},
{
"zone": "2",
"position": "bottom",
"width": 600,
"height": 40,
"startTime": "00:00:05",
"duration": "15"
}
],
},
"debug": {
"levels": "all",
"debugger": "firebug"
}
}
}
});
The player opens fine in the div
The ad is the one athttp://streaming.openvideoads.org/shows.
Here is the code:
flowplayer("player", "player/flowplayer-3.1.2.swf", 'http://www.ifood.tv/data/video/FLV/perfect_fluffy_basmati_rice_by_annaskitchen.flv',{
"plugins": {
"controls": {
"autoHide": "always"
},
"openAdStreamer": {
"url": "player/OpenAdStreamer.swf",
"shows": {
"baseURL": http://streaming.openvideoads.org/shows",
"streams": [
{ "file":"the-black-hole.mp4", "duration":"00:01:00" }
]
},
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"schedule": [
{
"zone": "1",
"position": "pre-roll"
},
{
"zone": "2",
"position": "bottom",
"width": 600,
"height": 40,
"startTime": "00:00:05",
"duration": "15"
}
],
},
"debug": {
"levels": "all",
"debugger": "firebug"
}
}
}
});
The player opens fine in the div
href=""
style="display:block;width:533px;height:300px"
id="player">
</div>
But with the above config, the streaming goes on and on and does not play anything. When I remove the flv link, the ad starts playing only. How do I change this to play the ad first and then the video?
PLease help...
style="display:block;width:533px;height:300px"
id="player">
</div>
But with the above config, the streaming goes on and on and does not play anything. When I remove the flv link, the ad starts playing only. How do I change this to play the ad first and then the video?
PLease help...