0

How to put the audio file in the code playground guys please help!

8th Jul 2020, 11:11 PM
Reyz Alas-as
Reyz Alas-as - avatar
2 Answers
+ 4
https://www.sololearn.com/learn/HTML/2193/ To get a link for your audio file, you will have to upload it online somewhere. You can use Google Drive, Dropbox, OneDrive and other sites to get a link. https://www.sololearn.com/Discuss/1054246/?ref=app
8th Jul 2020, 11:18 PM
Rowsej
Rowsej - avatar
+ 1
Reyz Alas-as You CAN load a local file(audio, video, image etc) by providing the entire file path. Like: file:///sdcard/Music/example.mp3 (Android) Working Example.: (But you can't play the file as you don't have it in your phone) https://code.sololearn.com/WLgGTYVqlDxv/?ref=app *******IMPORTANT******* Please use local files only for testing purposes. After finishing the project, please add a online file so that everyone else can access it.
9th Jul 2020, 3:03 AM
Hanuma Ukkadapu
Hanuma Ukkadapu - avatar