+ 3
I had an audio named 1234 of mp3. So what should i write in blank. <audio src="____________" type=
"audio/mp3"</audio>
20 ответов
+ 10
on src like: src="C://Desktop/1234.mp3" (varies on PCs)
+ 5
just write 1234.mp3 and make sure to put that file along side the html file this is easier and accessible
+ 4
write full path on your pc...
+ 3
I had also written this but the audio does not played
+ 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
+ 2
thanks
+ 2
hey ValentineHacker where should we write the full path on our pc
+ 2
OK thanks yo ValentineHacker
+ 2
thanks
+ 2
src="..C://Desktop/1234.mp3"
+ 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">
+ 1
first put 1234.mp3 in same folder where your webpage is and then you write in src:
1234.mp3
0
1234.mp3
0
<audio mp3="1234">
0
<audio src="1234.mp3"
0
How would you source an audio file from a Chromebook OS?
0
i tried to write the full path and nothing happened and also i wrote the name of track and it doesn't work
0
The sources it's located at. Could be folder located on C:// etc
0
???
0
how do i fix that?