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>