Example 18 - Turning off OVA Debug Output


COMPANION AD APPEARS HERE

The configuration for this example is:


flowplayer("a.example", "", {
    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            "url": "",

            "debug": {
                "levels": "none"
            },

            "ads": {
                "pauseOnClickThrough": true,
                "notice": { "textStyle": "smalltext" },
                "companions": [
                    { "id":"companion", "width":"300", "height":"250" }
                ],
                "schedule": [
                    {
                       "position": "pre-roll",
                       "server": {
                          "type": "Direct",
                          "ensureSingleAdUnitRecordedPerInlineAd": false,
                          "tag": "http://v.movad.de/stream.ad?cid=101226"
                       }
                    }
                ]
            }
        }
     }
});