Example 5-7 - Forced impression serving turned off (by default)


The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
        { url: "", duration:10 },
        { url: "", duration:11 },
        { url: "", duration:12 },
        { url: "", duration:13 }
    ],

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

        ova: {
            url: "",

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

            "ads": {
                 "schedule": [
                    {
                      "position": "pre-roll",
                      "server": {
                          "type": "direct",
                          "apiAddress": ""
                      }
                    }
                 ]
             }
         }
     }
});