Reputation: 47
I will like to know if there's a way with Jquery or any other language to know the current time on a youtube embedded video, if yes, How?
Thanks in advance
Upvotes: 0
Views: 1658
Reputation: 44959
Yes.
It depends on how you are embedding the YouTube video. But, in any case the JavaScript API has this function:
player.getCurrentTime()
Read:
Upvotes: 1