| 56 | | }}] |
| | 60 | }}} |
| | 61 | |
| | 62 | An example can be found [http://static.openvideoads.org/ova.jwplayer.5x/examples/pages/overlays/ad-types-html5/example08.html here]. |
| | 63 | |
| | 64 | The 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 | |
| | 74 | An example can be found [http://static.openvideoads.org/ova.jwplayer.5x/examples/pages/overlays/ad-types-html5/example09.html here]. |
| | 75 | |
| | 76 | The 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 | |
| | 86 | An example can be found [http://static.openvideoads.org/ova.jwplayer.5x/examples/pages/overlays/ad-types-html5/example10.html here]. |
| | 87 | |