0
Guys, How could import an music file( link ) in sololearn program???
I want to make an audio in my website https://code.sololearn.com/WxnIbIf0n36d/?ref=app
2 Antworten
+ 5
Use dropbox
Here is tutorial for hosting files from dropbox
https://code.sololearn.com/WW6t4B73kJVz/?ref=app
Note: don't forget to change "dl=0" to "raw=1" otherwise audio will not work
code :
<audio controls>
<source src="dropbox_audio_link" type="audio/mpeg">
</audio>
+ 6
1.First import song on dropbox
2. click on copy link of ur song
3.paste this in ur src path
4.remove the value where u see "0" to 1
5.finally you added a song in ur website
6. Enjoy happy coding