+ 3
why in this html music attribute not working?
in this html the music attribute is not working i was given right path why did it happen https://code.sololearn.com/WUSomZ829HZy/?ref=app
2 Answers
+ 16
Try this
src="file:///storage/extSdCard/Download/audio.mp3"
replace audio with audio filename
Or try to move file to emulated/0/Download/
And src attribute will look like this
src="file:///storage/emulated/0/Download/audio.mp3"
+ 5
You should use src insted of srec.