Changes between Version 11 and Version 12 of OvaReleaseNote-1.0.1-RC1


Ignore:
Timestamp:
03/15/12 10:27:58 (15 months ago)
Author:
paul
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OvaReleaseNote-1.0.1-RC1

    v11 v12  
    2828The following VAST structures are supported by OVA to deliver Javascript non-linear creatives: 
    2929 
    30 The VAST 1 `<Code>` tag: 
     30The VAST 1 `<Code>` tag as follows: 
    3131 
    3232{{{ 
     
    3838}}} 
    3939 
    40 The VAST 1 `<URL>` tag: 
     40An example can be found [http://static.openvideoads.org/ova.jwplayer.5x/examples/pages/overlays/ad-types-html5/example06.html here]. 
     41 
     42The VAST 1 `<URL>` tag as follows: 
    4143 
    4244{{{ 
     
    4850}}} 
    4951 
    50 The VAST 2 `<StaticResource>` tag: 
     52An example can be found [http://static.openvideoads.org/ova.jwplayer.5x/examples/pages/overlays/ad-types-html5/example07.html here]. 
     53 
     54The VAST 2 `<StaticResource>` tag as follows: 
    5155 
    5256{{{ 
     
    5458     <StaticResource creativeType="text/javascript">http://static.openvideoads.org/tests/overlay-script.js</StaticResource>  
    5559</NonLinear> 
    56 }}] 
     60}}} 
     61 
     62An example can be found [http://static.openvideoads.org/ova.jwplayer.5x/examples/pages/overlays/ad-types-html5/example08.html here]. 
     63 
     64The VAST 2 `<HTMLResource>` tag as follows: 
     65 
     66{{{ 
     67<NonLinear id="12" width="450" height="50" minSuggestedDuration="00:00:20"> 
     68    <HTMLResource>  
     69         <![CDATA[<script type="text/javascript">document.write('<a href="http://www.openx.org"><img src="http://openx.openvideoads.org/openx-2.8.2/www/images/8e19787394a3c7870acc4c4c16fe2172.gif"></a>');</script>]]>  
     70    </HTMLResource>  
     71</NonLinear> 
     72}}} 
     73 
     74An example can be found [http://static.openvideoads.org/ova.jwplayer.5x/examples/pages/overlays/ad-types-html5/example09.html here]. 
     75 
     76The VAST 2 `<HTMLResource>` tag as follows: 
     77 
     78{{{ 
     79<NonLinear id="12" width="450" height="50" minSuggestedDuration="00:00:20">  
     80    <HTMLResource>  
     81          <![CDATA[<script src="http://static.openvideoads.org/tests/overlay-script.js"></script>]]>  
     82    </HTMLResource>  
     83</NonLinear> 
     84}}} 
     85 
     86An example can be found [http://static.openvideoads.org/ova.jwplayer.5x/examples/pages/overlays/ad-types-html5/example10.html here]. 
     87