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

Stop playing multiple videos at same time


I have multiple videos in a single page. However – I can play multiple videos at the same time and hear each of the together. When I start another video – the video that is playing have to shut down. Below is my sample HTML code.

<div class="tab-pane active" id="abc"><div class="panel-body">
<script src="//content.jwplatform.com/players/abc.js"></script></div>
</div>
<div class="tab-pane" id="def"><div class="panel-body">
<script src="//content.jwplatform.com/players/def.js"></script></div>
</div>
<div class="tab-pane" id="ghi"><div class="panel-body">
<script src="//content.jwplatform.com/players/ghi.js"></script></div>
</div>
<div class="tab-pane" id="jkl"><div class="panel-body">
<script src="//content.jwplatform.com/players/jkl.js"></script> </div>
</div>

1 Community Answers

Alex

JW Player Support Agent  
0 rated :

Hi there,

We have an example of how to pause other players on a page when another player begins playback which you can find on our Developer Site.

Thank you.

This question has received the maximum number of answers.