How to add audio file in html | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to add audio file in html

I used the below process but I can't play the audio <html> <body> <audio src="phone/download/maskhari-dil bechara"controls> </audio> </Body> </html> https://code.sololearn.com/WDjB44ULzwMg/?ref=app https://code.sololearn.com/WDjB44ULzwMg/?ref=app

5th Aug 2020, 7:28 AM
Aarif Elegance
Aarif Elegance - avatar
17 Answers
+ 6
Your Syntex for path of internal file is wrong. See I have a Dil Bechara music file in internal storage /download Then I would link it as file:///storage/emulated/0/Download/Dil Bechara.mp3 file:/// is important link local files.
5th Aug 2020, 8:36 AM
Divya Mohan
Divya Mohan - avatar
+ 3
Brother if you put your audio in the same file where you html page is then it will work. Otherwise upload audio in Google Drive and then copy past it's link and try.
5th Aug 2020, 7:34 AM
Omkar Kamat
Omkar Kamat - avatar
+ 3
Use audio tag
17th Aug 2020, 10:27 AM
Sakshi💕
Sakshi💕 - avatar
27th Oct 2020, 2:28 PM
HARDIK JAIN
HARDIK JAIN - avatar
+ 2
Bro.. I hav given a try to both the processes... Like (coping link from Google drive and also I tried to give a path From my music) but it doesn't work... "I not getting that where I'm committing a error🤷🏻..?
5th Aug 2020, 7:40 AM
Aarif Elegance
Aarif Elegance - avatar
+ 2
Aarif Elegance in solo learn it creates such problems but if you try from PC in any updated browser then it will work.
5th Aug 2020, 8:12 AM
Omkar Kamat
Omkar Kamat - avatar
+ 2
Simba Okay, I will try
5th Aug 2020, 8:17 AM
Aarif Elegance
Aarif Elegance - avatar
+ 2
Check if their is some mistake in your previous code.. Try debugging it
6th Aug 2020, 11:49 AM
Kunsh-Tyagi
Kunsh-Tyagi - avatar
+ 2
If you put your audio file in the same folder only then it will work otherwise copy the link of audio from you-tube etc.... You can also learn it from HTML 5
7th Aug 2020, 7:11 AM
Sakshi💕
Sakshi💕 - avatar
+ 1
Okay bro..
5th Aug 2020, 8:15 AM
Aarif Elegance
Aarif Elegance - avatar
+ 1
The prblm is already sorted out... Anyway...... really thanks for responding 🤗🤗🤗
6th Aug 2020, 9:25 AM
Aarif Elegance
Aarif Elegance - avatar
+ 1
Edit your question and add [solved] if it is solved.then save.
6th Aug 2020, 9:32 AM
Divya Mohan
Divya Mohan - avatar
+ 1
Learn html5
6th Aug 2020, 10:33 AM
Ved Thaker
Ved Thaker - avatar
+ 1
Use embed HTML tags....🤔
6th Aug 2020, 11:25 AM
Sanjay Kamath
Sanjay Kamath - avatar
+ 1
I'll advise you put the audio file in the same folder as the html file, else use the html5 method or upload directly. If it still has issues check your code
6th Aug 2020, 3:18 PM
Treasure Mayowa
Treasure Mayowa - avatar
+ 1
It can be added with help of .mp3 extension
7th Aug 2020, 5:16 AM
K.Aniruddha Bhardwaj
K.Aniruddha Bhardwaj - avatar