I went through Flowplayer API and on: flowplayer(function (api, root) { api.on("load", function () { // do something when a new video is about to be loaded }).on("ready", function () { // Added the DTM code here });What is happening is when the video starts I am not getting any value in debugger but...