0
From where I can get the URL of an audio file?
// Cause this isn't working. <audio controls> <source src="https://drive.google.com/file/d/1rKyqBrCbMaxG7ebASCbjgjNHKmaFFaVW/view?usp=drivesdk.mp3" type="audio/mp3" > </audio>
4 Answers
+ 1
Now it's working check it out
https://code.sololearn.com/WpWOesZMrEs0/?ref=app
+ 2
Hope it helps
https://code.sololearn.com/WpWOesZMrEs0/?ref=app
+ 1
Hy Krish hope you still there I finally found a solution
<audio controls autoplay>
<source src="https://drive.google.com/uc?export=download&id=FILE_ID" type="audio/mp3">
Your browser does not support the audio element.
</audio>
+ 1
Sorry it took a while I was so busy