hello,
i include an audio file as background music to my homepage.
but no web browser starts it automatically. first the visitor has to allow permissions in web browser settings than it started.
no visitor would know that there is an audio to be played.
How can I handle that?
i use this code which i got it from Milos ( MyPresta ) and i use the module " free html box module" from him.
<audio controls autoplay style="display:none"> <source src="//here.url.to.your/mp3.mp3" type="audio/mpeg"> Your browser does not support the audio element. </audio>