Example 2 - Turning off OVA debug output



The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
       {
           url: OVA_LOGO_IMAGE,
           scaling: "orig"
       },
       {
           url: OVA_HTTP_SHOW_STREAM_1,
           duration: 20
       }
    ],

    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",
            tag: "http://openx.openvideoads.org/openx/www/delivery/fc.php?script=bannerTypeHtml
        	      :vastInlineBannerTypeHtml:vastInlineHtml__amp__zones=pre-roll0-0%3D5__amp__nz=1
        	      __amp__source=__amp__r=R0.8062691302038729__amp__block=1__amp__format=vast
        	      __amp__charset=UTF-8",
        	"debug": { "levels": "none" }
        }
     }
});