I'm having trouble getting RC3 to work locally so I can take advantage of the skip ad button.
The example found here works fine:
http://static.openvideoads.org/rc/3/ova.jwplayer.5x/examples/pages/skip-button/example01.html
If I copy that example locally it continues to work:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0" width="450" height="300" id="player">
<param name="movie" value="http://static.openvideoads.org/rc/3/ova.jwplayer.5x/dist/swf/5.7.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="flashvars" value="plugins=http://static.openvideoads.org/rc/3/ova.jwplayer.5x/dist/swf/ova-jw.swf&config=http://static.openvideoads.org/rc/3/ova.jwplayer.5x/examples/config/skip-button/ova01.xml">
<embed id="player" data="http://static.openvideoads.org/rc/3/ova.jwplayer.5x/dist/swf/5.7.swf" src="http://static.openvideoads.org/rc/3/ova.jwplayer.5x/dist/swf/5.7.swf" width="450" height="300" allowscriptaccess="always" allowfullscreen="true" flashvars="plugins=http://static.openvideoads.org/rc/3/ova.jwplayer.5x/dist/swf/ova-jw.swf&config=http://static.openvideoads.org/rc/3/ova.jwplayer.5x/examples/config/skip-button/ova01.xml&file=http://streaming.openvideoads.org/shows/the-black-hole.mp4&duration=30&provider=video">
</object>However, if I swap out the OVA plugin for a local version downloaded from here:
http://static.openvideoads.org/rc/3/ova.jwplayer.5x/
...the ad no longer displays and I get no debug info.
Now, if I also swap out the JW Player for a local version:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0" width="450" height="300" id="player">
<param name="movie" value="/jwplayer/player_5.8.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#000000">
<param name="allowfullscreen" value="true">
<param name="allowscriptaccess" value="always">
<param name="flashvars" value="plugins=/jwplayer/plugins/ova_jw.swf&config=http://static.openvideoads.org/rc/3/ova.jwplayer.5x/examples/config/skip-button/ova01.xml">
<embed id="player" data="/jwplayer/player_5.8.swf" src="/jwplayer/player_5.8.swf" width="450" height="300" allowscriptaccess="always" allowfullscreen="true" flashvars="plugins=/jwplayer/plugins/ova_jw.swf&config=http://static.openvideoads.org/rc/3/ova.jwplayer.5x/examples/config/skip-button/ova01.xml&file=http://streaming.openvideoads.org/shows/the-black-hole.mp4&duration=30&provider=video">
</object>...I still don't get the ad, but I DO get some debug info:
15:09:11 GMT-0500 Debuggable: Debug level has been set to 1088
15:09:11 GMT-0500 Debuggable: OVA for JW 5.x - v1.0.0 RC7 (build 15) - player is 5.8.2011 (Licensed version)
15:09:11 GMT-0500 Debuggable: No OVA configuration provided - ad streamer will not be capable of playing any ads
15:09:11 GMT-0500 Debuggable: OVA startup aborted.
15:09:11 GMT-0500 Debuggable: Unlock called, but OVA does not have the player locked - lock count is 0
15:09:11 GMT-0500 Debuggable: The External API has been registered
It seems like my local version of the OVA plugin refuses to read any config data I throw at it. I've tried a remote XML file, a local XML file, and also the inline option.
Please help!
Hi,
Ok, so you're issue is a config one.. the "No configuration provided" message is the pointer on that..
What happens when you bring up the following URL in your browser?
http://localhost/jwplayer/plugins/ova_jw.swf
?
Paul