Changes between Version 48 and Version 49 of OvaReleaseNote-1.1-RC1


Ignore:
Timestamp:
07/04/12 07:50:35 (11 months ago)
Author:
paul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OvaReleaseNote-1.1-RC1

    v48 v49  
    222222== 9. Using Expandable Regions with VPAID Non-Linear Ads == 
    223223 
    224 Under development. 
     224If a non-linear VPAID ad has expanded sizing specified in the VAST response, OVA will create an auto-sizing region to display the VPAID ad - this allows clicks on the player display outside of the VPAID ad area to be passed into the player enabling standard player controls on the display (e.g pausing by clicking on the player display). An example of a VAST response with expanded sizing is as follows: 
     225 
     226{{{ 
     227<NonLinearAds>  
     228    <NonLinear width="300" height="50" expandedWidth="300" expandedHeight="250" scalable="false" apiFramework="VPAID">  
     229         <StaticResource creativeType="application/x-shockwave-flash">  
     230                <![CDATA[http://localhost/ova/ova.vpaid.ads/dist/vpaid-expandable-example.swf]]>  
     231         </StaticResource>  
     232    </NonLinear>  
     233</NonLinearAds> 
     234}}} 
    225235 
    226236== 10. Tracking Ad Tags that Failover ==