Example 3.08.01: Empty response on-demand pre-roll, no show, autoPlay:true

The configuration for this example is:


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

        ova: {
            url: "",

            "autoPlay": true,

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

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