Example 3.09.00: 2 on-demand pre-rolls, first empty, second not, no show

The configuration for this example is:


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

        ova: {
            url: "",

            "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": ""
            }
        }
    }
});