Avatar of John Carney
John Carney
Flag for United States of America

asked on 

Audio player won't start songs automatically on my Android phone

I have a series of each of which has its own page with code that should make the song start playing automatically but it doesn't. Here's the code I'm using, what can I add or modify that will make the song start playing on load or perhaps within 2 seconds.
<audio src="Songs/Man Of My Words.mp3" controls>    
	<embed 
	src="Songs/Man Of My Words.mp3"
	width="360"
	height="90"
	loop="false"
	autostart="true" />   
</audio>

Open in new window


Thanks!
John
AndroidHTML

Avatar of undefined
Last Comment
John Carney

8/22/2022 - Mon