Using OVA with SWFObject with "ova.xxx" Longhand Flashvars

This will be replaced by the SWF.

The configuration for this example is:


<script type="text/javascript">
   var flashvars = {
      'plugins':    	                '',
      'file':                           'http://streaming.openvideoads.org:81/shows/the-black-hole.mp4',
      'ova.debug.levels':      		    'fatal, config, vast_template',
      'ova.ads.schedule[0].position':	'pre-roll',
      'ova.ads.schedule[0].tag':        'http://openx.openvideoads.org/openx...&charset=UTF-8'
   };

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

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

   swfobject.embedSWF("", 'player', '480', '272', '9', 'false', flashvars, params, attributes);
</script>