Play background audio on page load?

Hi. How do I get audio to play automatically on page load (without the player)? My use-case is someone with limited eyesight who needs text passages read aloud. I am designing a prototype for this use-case.

1 Like

This is what I do:

  1. Set a section or container at 100% wide and 100vh.

  2. Quick Add menu add Video to that section or container

  3. In Video Box Behaviors set to play Automatically, with no pause on click, and set it to loop

  4. Then click on the expand button to fill the section or container

Keep videos short and light for a fast load.

I hope this helps.

Teejay

Thanks Teejay. I will give that a try. Much appreciated.