0
FlowPlayer:html5 "timeupdate"イベントに相当するものがあるので、flowPlayerオブジェクトのcurrentTimeプロパティを取得できますか?このよう
$("video").on('timeupdate', function() {
console.log(this.currentTime);
});
、どのように私はflowPlayerオブジェクトCURRENTTIMEコンソールのですか?