Name is required.
Email address is required.
Invalid email address
Answer is required.
Exceeding max length of 5KB

Stop Button is required in Video Embedding option


Hi

We have hosted our video on JW player and embedding the JW player as follows:
<script type="text/javascript" src="//cdn.jwplayer.com/players/nPripu9l-ALJ3XQCI.js"></script>. When this video runs, we need a Stop button which should stop the running video & reset the video. I have tried with account and review the Player configuration but there are no option to bring the stop button. Can you please guide us so we can show the Stop button as mentioned above.

We are using angularjs 1 for our UI and code looks like :

<div id="botr_.jwVideoId_no67p26Y_div" >
<div ng-bind-html="trustedHtmlSrc"></div>
</div>
We will appreciate your help.

kind regards,
Manish

1 Community Answers

Heidi

JW Player Support Agent  
0 rated :

Hi Manish,

As you see on the player control bar, there is only a play/pause button, and no ‘stop’ button. You will need to add that custom button and use the ‘stop’ method from our Javascript API (or potentially jwplayer().remove():

https://developer.jwplayer.com/jw-player/docs/javascript-api-reference/
https://developer.jwplayer.com/jw-player/docs/developer-guide/customization/css-skinning/skins_reference/

Heidi

This question has received the maximum number of answers.