Example 5-1 - Turning off OVA debug via ova.debug

This will be replaced by the SWF.
COMPANION AD APPEARS HERE

The configuration for this example is:


   var flashvars = {
      'plugins':    	OVA_PLUGIN_2,
      'playlist':       'none',
      'repeat':         'list',
      'autostart':      'false',
      'dock':	        'true',
      'frontcolor':     'ffffff',
      'title':	        'Big%20Buck%20Bunny%20Trailer',
      'image':	        'http://content.bitsontherun.com/thumbs/nPripu9l-480.jpg',
      'stretching':     'uniform',
      'ping.script':    'http://content.bitsontherun.com/pings/',
      'lightcolor':     '009999',
      'controlbar':     'over',
      'displayclick':   'play',
      'backcolor':      '000000',
      'playlistsize':   '200',
      'skin':           'http://content.bitsontherun.com/skins/VFgGj89b.swf',  
      'file':           'http://content.bitsontherun.com/jwp/nPripu9l.xml',
      'ova.tag':        'http://u-ads.adap.tv/a/h/fy8HuCqcy0y5CmMetFZUPVRg8BYfUdag9T3gJOflx7IRS2LqU9Qh0Q==?
                         cb=15783059__amp__spot=preroll__amp__eov=eov__amp__artEid=vast_2_0__amp__ocb=9035
                         __amp__rid=test__amp__pageUrl=http%3A%2F%2Fwww.adap.tv__amp__gubed',
      'ova.debug':      'none'
   };

   var params = {
      'allowfullscreen':    'true',
      'allowscriptaccess':  'always',
      'width':              '320',
      'height':             '254',
      'bgcolor':            '#000000'
   };

   var attributes = {
      'id':             'player1',
      'name':           'player1'
   };

   swfobject.embedSWF(OVA_PLAYER_2, 'player_left', '320', '254', '9', 'false', flashvars, params, attributes);