Example 6.1 - Default behaviour - pause/resume with linear state change


The configuration for this example is:


flowplayer("a.player614x345", "", {
    playlist: [
       {
           url: OVA_HTTP_SHOW_STREAM_1,
           duration: 40
       }
    ],
    plugins: {
        controls: {
            autoHide: "never"
        },
        
        ova: {
            url: "",
 
            "ads": {
               "schedule": [
                  {
                     "startTime": "00:00:02",
                     "position": "auto:bottom",
                     "duration": "recommended:20",
                     "tag": "http://www.adotube.com/kernel/vast/vast.php.." 
                  }
               ]
            },

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