Current version: (AGNO-JavaScript API)

Configuration

This feature can be used as follows:


        // required parameters:
        brand: "agnoplay",
        videoId: "Mbdskc9KsAii",
        url: window.location.href,
        ...
        // add the following:
        autoplay: true,
        hide_controls: true,
        mute_on_autoplay: true,
      

Hiding Controls

This is an example of the Hide Controls feature. This feature can be enabled or disabled in order to make sure that player has no controls. For this to work reliably enabling autoplay is required

For info about autoplay feature please visit this page about Autoplay feature

Note: you can extend this feature with Mute on Autoplay, Autoplay In View and Autoplay Mute Button