+ 1
How to import audio ( mp3 ) which are in my phone?
I've a audio which is in mp3 . It's name is "Hello.mp3"
7 odpowiedzi
+ 10
You can listen it through HTML with the following syntax:
<audio src = "file:///path/Hello.mp3>
</audio>
But you will be the only one to listen it, to make it available for all, you should upload the audio file in Hosting/Backup/Other Services and insert the remote path of your audio file.
I.e
<audio src = "https://dropbox.com/user/hello.mp3> </audio>
+ 2
@Maz Check out my new Code!
https://code.sololearn.com/W317BfWx0mHi/?ref=app
+ 1
maybe use some cord connector to import your audio
+ 1
i saw your blog, it's nice! @Tarif
+ 1
@kamsy thank you :'3
+ 1
@Tarif Check my first code 😊
https://code.sololearn.com/W1umsV709Ge7/?ref=app
0
Thank you