Example 0.06.00-3: Deferring Ad loading no show stream or splash image

The configuration for this example is:


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

        ova: {
            url: "",

            "delayAdRequestUntilPlay": true,

            "ads": {
                "servers": [
                    {
                      "type": "OpenX",
                      "apiAddress": "",
                    }
                ],
                "schedule": [
                    {
                        "zone": "6",
                        "position": "pre-roll"
                    }
                ]
            },

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