+ 27
Having trouble getting audio links.
I've never worked with the audio tag in html,so my problem is not how to use the tag,but that whenever I find an audio on web how do I get its src,(like you do for images),answers will be appreciated!
13 Respostas
+ 16
+ 12
There is several free apps and programs available for generating your own sound effects for things like gunshots. while they may not be fully authentic you would own proprietary rights to the sound in many cases. If you are serious about going into game design you should consider starting to build a library of your own resources for sounds Graphics textures Etc.
+ 10
oh Jayden thought I was the only who had problems with this😂,sadly I cannot use iframe,i need gunshots,ive seen several audios but I'm still messing around looking for how to get their src's
+ 7
there is two way,Src can be used both locally and by address of a path on web
src="/storage/sdcard/Location
/storage/sdcard is the Phone storage,
For example
src="/storage/sdcard/albums/wave_al_ceaft.mp3
or address
src="http://ip_address/local/.mp3 file
or
src="http://address"
+ 4
Use a DB like firebase. Welcome
+ 4
1. Right click the audio and click copy audio address
And that's your src for your <audio> tag :)
+ 3
don't forget "http://" prefix bro.
+ 3
In Firefox press CTRL+U to open the Page source.
If the webpage contains audio, you can usually find the source of the audio file in the Page source.
Search for .MP3 , .OGG to find the link.
+ 3
here is some trick you can use https://www.sololearn.com/Discuss/1291724/?ref=app
+ 2
in a class how many main method
+ 2
есть программы читаюшие html код, через них можно увидеть ссылки на аудио фалы