How do you embed audio,which is in your device to,to a code you have written on the code playground | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How do you embed audio,which is in your device to,to a code you have written on the code playground

Want to transfer an audio file from my device to the code I am writing on the code playground of Sololearn

26th Jan 2019, 7:55 PM
Celestino🇰🇪🇫🇷
Celestino🇰🇪🇫🇷 - avatar
5 Answers
+ 4
You can also use the Dropbox method as a host to create the link of your audio file. https://www.sololearn.com/discuss/1054246/?ref=app
27th Jan 2019, 1:39 AM
AL Araf
AL Araf - avatar
+ 2
https://code.sololearn.com/WM9TG3xRON6U/?ref=app <audio controls autoplay> <source src="? autoplay"/> </audio>
26th Jan 2019, 8:14 PM
BroFar
BroFar - avatar
+ 2
Thanks a lot BroFarOps©®️™️ Also really cool code you have
26th Jan 2019, 8:21 PM
Celestino🇰🇪🇫🇷
Celestino🇰🇪🇫🇷 - avatar
26th Jan 2019, 9:33 PM
BroFar
BroFar - avatar
0
Like that <audio id="x" src="xyz.mp3" type="audio/mpeg" preload="auto"> </audio>
26th Jan 2019, 8:16 PM
EyupJohn
EyupJohn - avatar