
Multiple Cloud Embeds
Is it possible to have multiple embedded players on a page? Something like this:
<div>
<script src="//content.jwplatform.com/players/VIDEO-PLAYER.js"></script>
</div>
<div>
<script src="//content.jwplatform.com/players/VIDEO-PLAYER.js"></script>
</div>
Currently the first one loads and the second does nothing. There are no errors in the console.
Thanks!