Example 3.11.02: 2 on-demand pre-roll ad calls, 1 empty 1 not, delayed

The configuration for this example is:


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

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

        ova: {
            url: "",

            "delayAdRequestUntilPlay": true,

            "ads": {
               "schedule": [
                   {
                      "position": "pre-roll",
                      "loadOnDemand": true,
                      "tag": ""
                   },
                   {
                      "position": "pre-roll",
                      "loadOnDemand": true,
                      "tag": "http://openx.openvideoads.org/openx/www/delivery/fc.php?..._block=1__amp__format=vast__amp__charset=UTF-8"
                   }
               ]
            },

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