0
How to put the audio file in the code playground guys please help!
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
+ 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.