Example 4.0 - Event tracking and callback tests


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": [
                  {
                  	"region": "auto:bottom",
                    "startTime": "00:00:05",
                    "duration": 10,
                    "tag": ""
                  },
                  {
                  	"region": "auto:bottom",
                    "startTime": "00:00:15",
                    "duration": 10,
                    "tag": ""
                  }
               ]
            },

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