+ 8
How to insert an audio element present in my pc??
4 Antworten
+ 13
<audio controls>
<source src ="///(file path)\(file name).(audio format,i.e.,mp3,ogg )"
type="audio/mpeg">
</audio>
+ 1
if you use <audio autoplay> then the audio will be played as background music.there will be no control. and if use <audio autoplay > then audio will be automatically played at startup but you can control it after
0
easy <audio src="file:///c፡/a.Mp3" />
0
<audio src="address of the song" controls> </audio>