How do you make audio play in the background of your website and where should you save the file, tried, not working | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

How do you make audio play in the background of your website and where should you save the file, tried, not working

18th Jan 2019, 11:13 PM
Ibiwari
Ibiwari - avatar
2 Antworten
+ 4
<div style="visibility:hidden"> <audio autoplay loop> <source src="url"> </audio> </div> source : 1 - https://www.w3schools.com/tags/att_audio_autoplay.asp 2 - https://www.w3schools.com/html/html5_audio.asp
18th Jan 2019, 11:23 PM
[SE]شبگرد
[SE]شبگرد - avatar
+ 1
If you want to create the link of your audio file, you can visit the following thread! ➡https://www.sololearn.com/discuss/1054246/?ref=app
19th Jan 2019, 1:15 AM
AL Araf
AL Araf - avatar