Example 4.0 - Linear Tracking Event and Callback Test


The configuration for this example is:


flowplayer("a.player614x345", "", {
    playlist: [
       {
           url: "",
           duration: 40
       }
    ],
    plugins: {
        controls: {
            autoHide: "never"
        },
        
        ova: {
            url: "",
 
            "ads": {
               "schedule": [
                  {
                     "position": "pre-roll",
                     "tag": ""
                  }
               ]
            },

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