gajus / youtube-player

YouTube iframe API abstraction.
Other
369 stars 79 forks source link

resume Video after pauseVideo() #67

Open donni106 opened 7 years ago

donni106 commented 7 years ago

I start a video with playVideo() and pause it with pauseVideo(). When i want to resume it with playVideo() again, it does not start. I use the same player instance all the time.

Anybody ever tried that?