Example 3.00.00: Empty response on-demand pre-roll ad call, delayed (single show)

The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
       {
           url: "",
           duration: 16
       }
    ],

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

        ova: {
            url: "",

            "delayAdRequestUntilPlay": true,

            "ads": {
               "schedule": [
                   {
                      "position": "pre-roll",
                      "loadOnDemand": true,
                      "tag": ""
                   }
               ]
            },

            "debug": {
                "levels": ""
            }
        }
    }
});