Example 5 - Showing non-linear ads indefinitely

The configuration for this example is:


flowplayer("a.example", "", {
    playlist: [
       {
           url: "",
           duration: 40
       }
    ],
    plugins: {
        controls: {
            autoHide: "always"
        },

        ova: {
            url: "",

            "ads": {
                "schedule": [
                    {
                        "startTime": "00:00:03",
                        "tag": "http://openx.openvideoads.org/openx/www/delivery....."
                    }
                ]
            },

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