Play / Pause with javascript
-
I would like to create a play/pause button external from the player. Is there a javascript way?
I mean for example:
$(‘button’).on(‘click’,function(e){
player.play();
});Thank you.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Play / Pause with javascript’ is closed to new replies.