Changes between Version 22 and Version 23 of OvaRCNotes-1229-2


Ignore:
Timestamp:
01/11/11 04:35:12 (2 years ago)
Author:
paul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OvaRCNotes-1229-2

    v22 v23  
    109109}}} 
    110110 
     111=== 3.3 Showing the Control Bar during VPAID Linear Playback === 
     112 
     113OVA for JW Player 4/5 hides the control bar by default during VPAID Linear Ad playback. 
     114 
     115OVA can be instructed to show the control bar during playback via the following configuration: 
     116 
     117{{{ 
     118   ... 
     119      "ads": { 
     120           "vpaid": { 
     121                 "controls": { "hideOnLinearPlayback": false } 
     122           }, 
     123           ... 
     124}}} 
     125 
     126An example can be found [http://static.openvideoads.org/rc/2/ova.jwplayer.5x/examples/pages/vpaid/example1.2.html here]. 
     127 
     128=== 3.4 Setting the Maximum Timeout Option === 
    111129 
    112130Explain maxDurationTimeout config option 
    113131 
     132=== 3.5 Instructing OVA to pass a Referrer URL to the VPAID Ads === 
     133 
    114134Explain how to turn on referrer URLs being passed to VPAID ads 
    115135 
    116 Known limitations: 
     136=== 3.6 Known Limitations === 
    117137 
    118138   * An exception in the VPAID ad that does not throw an Error event will hang the player (unless timeout is defined)