I had an audio named 1234 of mp3. So what should i write in blank. <audio src="____________" type= | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

I had an audio named 1234 of mp3. So what should i write in blank. <audio src="____________" type=

"audio/mp3"</audio>

22nd Dec 2016, 2:00 AM
manas
20 Answers
+ 10
on src like: src="C://Desktop/1234.mp3" (varies on PCs)
23rd Dec 2016, 8:29 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 5
just write 1234.mp3 and make sure to put that file along side the html file this is easier and accessible
24th Dec 2016, 6:09 AM
Darsh
Darsh - avatar
+ 4
write full path on your pc...
22nd Dec 2016, 4:48 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 3
I had also written this but the audio does not played
22nd Dec 2016, 2:44 AM
manas
+ 2
https://developer.mozilla.org/en/docs/Web/HTML/Element/audio Check this. Also did you put the correct path of the file? If you're using just the file name, it must be in the same directory as the html file
22nd Dec 2016, 2:46 AM
Rishi Anand
Rishi Anand - avatar
+ 2
thanks
22nd Dec 2016, 2:51 AM
manas
+ 2
hey ValentineHacker where should we write the full path on our pc
23rd Dec 2016, 8:21 PM
Abderehman Ali
Abderehman Ali - avatar
+ 2
OK thanks yo ValentineHacker
23rd Dec 2016, 8:38 PM
Abderehman Ali
Abderehman Ali - avatar
+ 2
thanks
24th Dec 2016, 3:14 AM
manas
+ 2
src="..C://Desktop/1234.mp3"
24th Dec 2016, 8:11 AM
Vaibhav Tandon
Vaibhav Tandon - avatar
+ 2
put the correct path of the file. If you are using just the file name, it must be in the same directory as the html file. If it just inner then you can put folder\1234.mp3 like this: <audio src="audio\1234.mp3" type="audio/mp3">
14th Mar 2018, 11:35 AM
Vishwajeet
Vishwajeet - avatar
+ 1
first put 1234.mp3 in same folder where your webpage is and then you write in src: 1234.mp3
17th Jun 2017, 1:46 PM
Vishwajeet
Vishwajeet - avatar
0
1234.mp3
22nd Dec 2016, 2:37 AM
Rishi Anand
Rishi Anand - avatar
0
<audio mp3="1234">
22nd Dec 2016, 2:30 PM
mangalodayan v
mangalodayan v - avatar
0
<audio src="1234.mp3"
2nd Jan 2017, 4:12 PM
Denzel
Denzel - avatar
0
How would you source an audio file from a Chromebook OS?
6th Jan 2017, 10:58 PM
Ryan Cloyd
Ryan Cloyd - avatar
0
i tried to write the full path and nothing happened and also i wrote the name of track and it doesn't work
13th Jan 2017, 5:24 PM
Yosra Elkhawaga
Yosra Elkhawaga - avatar
0
The sources it's located at. Could be folder located on C:// etc
4th Feb 2017, 5:24 AM
George
0
???
17th Feb 2017, 6:13 PM
joaquim matusse
joaquim matusse - avatar
0
how do i fix that?
17th Feb 2017, 6:14 PM
joaquim matusse
joaquim matusse - avatar