Example 7 - Empty OVA Configuration



The configuration for this example is:


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

        ova: {
            url: ""
        }
    }
});