EMBED AUDIO FILE FROM PHONE | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

EMBED AUDIO FILE FROM PHONE

Please how can i upload an audio link from any website to my html document and make it play on my phone. I have tried so many time..it just show the music but it doesn't play.... I am using <audio> <source src="https://m.soundcloud.com/mp3soundproduction/mp3soundnet-smooth-sexy-rb-instrumental-beat-sexy-lady.mp3" type="audio/mpeg"> <\audio> I am using my phone for this. Please tell me step by step on how to do this successfully and also give me some examples of how you too have used it and it worked for you as well. Thank you and God bless.

14th Feb 2024, 7:32 PM
Kikile Uncle
Kikile Uncle - avatar
4 Answers
+ 2
Your code is good But your audio closing tag should be </audio>
15th Feb 2024, 12:14 AM
Rashid Rashi
Rashid Rashi - avatar
+ 1
And put controls attribute to show play, pause and volume button <audio controls>
15th Feb 2024, 12:26 AM
Rashid Rashi
Rashid Rashi - avatar
0
Thank u
15th Feb 2024, 12:19 AM
Kikile Uncle
Kikile Uncle - avatar
0
Thank you very much
15th Feb 2024, 12:27 AM
Kikile Uncle
Kikile Uncle - avatar