Example 8 - Empty Ad Schedule (with show clip specified via player playlist)



The configuration for this example is:


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

        ova: {
            url: "",

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