
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>