Changes between Version 11 and Version 12 of OvaReleaseNote-0.5.0-RC5


Ignore:
Timestamp:
08/31/11 18:25:30 (21 months ago)
Author:
paul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OvaReleaseNote-0.5.0-RC5

    v11 v12  
    602602You can find some examples of the minimum OVA for JW setup [http://static.openvideoads.org/qa/rc5-final/ova.jwplayer.5x/examples/pages/minimal/index.html here]. 
    603603 
     604When the "ova.tag" option is used, a default 300x250 companion will also be configured - OVA will expect to place this companion into a DIV with an ID of "companion-300x250" on the page - e.g. 
     605 
     606{{{ 
     607<div id="companion-300x250">OVA will insert the companion here</div> 
     608}}}  
     609 
     610Accordingly, the default companion config provided to OVA with "ova.tag" is: 
     611 
     612{{{ 
     613... 
     614   "ads": {  
     615       ... 
     616       "companions": [  
     617             { "id":"companion-300x250", "width":"300", "height":"250" }  
     618       ],  
     619       "restoreCompanions": false, 
     620       ... 
     621}}} 
     622 
     623Note that the "restoreCompanions" option is set to false which means the companion will remain on screen post the ad playing. 
     624 
    604625=== 6.2 Minimum OVA for Flowplayer Setup === 
    605626