From where I can get the URL of an audio file? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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>

7th Feb 2023, 12:50 PM
Krish
Krish - avatar
4 Answers
+ 1
24th Feb 2023, 12:24 PM
Alex Wairegi
Alex Wairegi - avatar
7th Feb 2023, 1:31 PM
Alex Wairegi
Alex Wairegi - avatar
+ 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>
24th Feb 2023, 12:22 PM
Alex Wairegi
Alex Wairegi - avatar
+ 1
Sorry it took a while I was so busy
24th Feb 2023, 12:33 PM
Alex Wairegi
Alex Wairegi - avatar