Open donni106 opened 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.
playVideo()
pauseVideo()
Anybody ever tried that?
I start a video with
playVideo()
and pause it withpauseVideo()
. When i want to resume it withplayVideo()
again, it does not start. I use the same player instance all the time.Anybody ever tried that?