Basic Integration
Load the SDK
<script src="https://arc.nexx.cloud/sdk/:domainid.play" type="text/javascript" crossorigin="anonymous"></script>window.onPlayReady=function(){
//nexxPLAY SDK is ready to use
}
window.addEventListener("nexxplay.ready", function(){
//nexxPLAY SDK is ready to use
};
if((typeof(_play)=="object")&&(_play.control.sdkIsReady())){
//nexxPLAY SDK is ready before Listeners were added
}Adding a new Player Instance
Last updated