audio not displaying properly | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

audio not displaying properly

<audio controls> <source src="file:///Users/admin/Downloads/shiftMeditation.mp3" type="audio/mp3"> Audio element not supported by your browser </audio> I had tried with a wav file first, but both times it merely displayed a quick image of the player before it disappears completely. On Firefox. Any help appreciated.

2nd Apr 2017, 6:16 AM
Yehudit
2 Answers
+ 12
Make sure the audio format that you are using is supported by the browser and you have the latest version of Firefox. Till now it's only Google Chrome that supports all the major audio formats. Try the .OGG format because both Firefox and opera support OGG for sure
2nd Apr 2017, 7:30 AM
Chirag Bhansali
Chirag Bhansali - avatar
+ 1
best check HTML5 support of you current web browser
2nd Apr 2017, 6:48 AM
Keshave Jat
Keshave Jat - avatar