Example 3.2 - Specifying a max duration timeout timer


The configuration for this example is:


flowplayer("a.player614x345", "", {
    plugins: {
        controls: {
            autoHide: "never"
        },
        
        ova: {
            url: "",
 
            "shows": {
                "baseURL": "",
                "streams": [
                    {  
                        "file":"", 
                        "duration":"00:00:20"
                    }                    
                ]
            },
            
            "ads": {
               "vpaid": {
                  "enableMaxDurationTimeout": true,
                  "maxDurationTimeout": 30
               },
               "schedule": [
                  {
                     "position": "pre-roll",
                     "tag": ""
                  }
               ]
            },

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