Player
Programmatic control
<!-- E.g.: Widget with name "my-carousel" will have its player accessible by -->
<fw-carousel name="my-carousel" channel="my-channel" />
<!-- will have its player accessible -->
<script type="text/javascript">
document.addEventListener("fw:player:ready", ({ detail: { name, player } }) => {
// `window._fwn.players[name]`
// or `player`
})
</script>Attributes
Name
Description
Methods
Method
Description
Events
Event
Description
Last updated
Was this helpful?