WebComponent
The nexxPLAY SDK also supports Integration via WebComponents.
After the initialization of the SDK, a WebComponent Class can be registered globally, if the Browser supports these APIs.
The nexxPLAY WebComponent will be integrated into HTML like this:
After the nexxPLAY SDK has been loaded, the Instance can be started as a WebComponent:
In this Moment, the custom HTML Tag has been registered and will start the nexxPLAY Instance in the given Container. For registering for Events or further Control, the WebComponent Container offers a method to get the _play.PlayerInstance
Instance, which runs inside the HTML Container and exposes the regular SDK Methods:
Last updated