Ale Capellan
Ale Capellan

Reputation: 47

current time youtube embedded video

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

Answers (1)

Adam
Adam

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

Related Questions