Hi,
I'm looking for a way to check my video current time that I have put on my stage (no code to call the video) I put it directly from the library, the Div name is 'Video'
So I made this but the time doesn't want to figure
var myVar=setInterval(function(){myTimer()},1000);
function myTimer(){
console.log(sym.$("Video").currentTime);
}
any idea ?
thanks for your help