Hi,
İf ı click overlay or video ads, clip paused.
Can ı disabled this option ?
Hi,
İf ı click overlay or video ads, clip paused.
Can ı disabled this option ?
In version 5.9 it is after the click pause (in the screen) go to the tab 'share' but I would want him in the middle just pause logo shows (just like the play logo)
How do you get this?
Hi - really sorry - I'm struggling a little to understand what you are wanting. My apologies.
Is this an OVA specific question or a general JW Player question? I have a feeling this may be more about the JW Player setup than OVA?
Paul
@Janzen - If you have a JW Player question, please post it here - http://www.longtailvideo.com/support/forums/jw-player/setup-issues-and-embedding/
So there are two things here:
1. OVA for Flowplayer by default leaves the "pause" button enabled on the control bar when a linear ad plays. If you want to disable the "pause" button you can do that with:
"ads": {"controls": {
"enablePause": false,
...
Here's an example:
http://static.openvideoads.org/qa/latest/ova.flowplayer/examples/controlbar/example02.html
2. Then on the overlay - by default if you click the overlay the show clip is paused. You can change that so that the show clip continues to play via:
"ads": {"pauseOnClickThrough": false,
...
That option will mean that both linear ads continue to play if a user clicks through, or overlays will leave the show stream continuing to play if the user clicks through.
Here's the example that shows you how to set the config option:
http://static.openvideoads.org/qa/latest/ova.flowplayer/examples/custom-delivery/example13.html
Hope that helps,
Paul