why in this html music attribute not working? | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
+ 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

25th Jul 2020, 10:25 AM
Aayush Jat
Aayush Jat - avatar
2 Respuestas
+ 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"
25th Jul 2020, 10:35 AM
᮴Ridwan_
᮴Ridwan_ - avatar
+ 5
You should use src insted of srec.
25th Jul 2020, 10:33 AM
Lakshay Mittal
Lakshay Mittal - avatar