Hi,
I want to disable play button after the user completed watching a video.
onFinish : function() {
this.getControls().enable({play: false})
}
this is not working. Any other suggestions?
Thanks!
Arun.
I want to disable play button after the user completed watching a video.
onFinish : function() {
this.getControls().enable({play: false})
}
this is not working. Any other suggestions?
Thanks!
Arun.