current time youtube embedded video

2019-09-09 06:50发布

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

2条回答
我想做一个坏孩纸
3楼-- · 2019-09-09 07:32

Yes.

It depends on how you are embedding the YouTube video. But, in any case the JavaScript API has this function:

player.getCurrentTime()

Read:

查看更多
登录 后发表回答