Hello!
I am using a licensed version of JW 5.8 player! I am trying to test implement the OVA plugin with embedder code but unfortunately only the video plays skipping the Ad. I have given my code below:
jwplayer("container").setup({
file: 'http://localhost:5074/Web/test.flv',
flashplayer: "Includes/Swf/TestPlayer.swf",
width: 700,
height: 500,
stretching: "uniform",
autostart: "true",
plugins: {
"ova-trial": {
"ads": {
"servers": [
{
"type": "OpenX",
"apiAddress": "http://openx.openvideoads.org/openx/www/delivery/fc.php"
}
],
"notice": { "textStyle": "smalltext" },
"displayCompanions": true,
"companions": [
{
"id":"companion",
"width":"200",
"height":"240"
}
],
"schedule": [
{
"zone": "47",
"position": "pre-roll"
},
{
"zone": "48",
"position": "auto:bottom",
"width": 320,
"height": 80,
"startTime": "00:00:02",
"duration": "15"
}
]
}
}
}
});
Please Help!!
Hi,
Unfortunately you can't currently use the "ova-trial" plugin (which is loaded from the Longtail repository with the JW Embedder.
To run with the JW Embedder, grab the latest OVA Release Candidate from the OVA developer site (http://developer.longtailvideo.com/ova), load it up on your server and then reference it using a relative path.
To grab the release candidate, register on the site and then grab RC5 or the latest development version (RC6) from the "Download the Latest" page.
Here's an example of it working:
http://static.openvideoads.org/qa/rc6-13/ova.jwplayer.5x/examples/pages/setup/jw-embedder.html
Note; If you use RC6, the OVA SWF is now called "ova-jw.swf"
Hope this helps,
Paul