How to auto-play audio on custom dawn theme page load?

I was wondering if theres a way to play a sound when a page loads on my custom dawn theme page. the page i made is custom. anything will help. thank you!

Hi @nhellyer

You can do this just by adding below lines in your theme’s theme.liquid file before tag


      
    

if you don’t want looping the sound, remove the loop attribute and have fun.

Working and tested here: https://fastwebservices.shop/

Thanks

Sheesh B