WebComponent
<nexx-play
id="player"
data-mediaid="12345"
data-streamtype="video"
data-config='{"disableAds":1}'
></nexx-play>_play.config.enableWebComponents().then(function(){
window.customElements.define("nexx-play",nexxPLAY);
}catch(function(){
// provider a Fallback
});Last updated