How to play background music in webpages? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 12

How to play background music in webpages?

When someone opens a webpage, background music should play automatically and UI of music controls or even 1px of video/audio shouldn't visible to user.

18th Dec 2018, 6:16 AM
UwU Discover Me
18 Answers
+ 8
<audio src="YOUR_AUDIO_URL" autoplay></audio>
18th Dec 2018, 9:00 AM
Rowsej
Rowsej - avatar
+ 7
Rowsej Seniru Pasan What does the JUMP_LINK__&&__Python__&&__JUMP_LINK say? It's not working in sololearn and in my mobile browser or Chrome?
19th Dec 2018, 10:01 AM
UwU Discover Me
+ 7
What does the JUMP_LINK__&&__Python__&&__JUMP_LINK say? Seniru Pasan Firstly, In sololearn it's not working that's fine because i had seen recently checked html lesson, lots of people having conversation that they are facing the same problem and some said that autoplay is working fine in pc rather than mobile. Secondly i had checked my Chrome and other browsers media permission in mobile they were enabled sound or autoplay but it's still I'm facing same problem. Thirdly, i had checked in all other browsers in mobile and find no results of auto play 😔 Finally, check this websites in your mobile and pc, please let me know whether they are auto played because I don't have pc.(i use mobile for coding) below are list of sites autoplay when the are opened, https://econsultancy.com/10-hotel-websites-that-autoplay-sound-to-delight-visitors/
19th Dec 2018, 12:56 PM
UwU Discover Me
+ 6
Thanks Jai Verma Thanks MAHMOUD ABDELNABY MOHAMED ALI GALAL yeah i did still wasn't working
20th Dec 2018, 3:50 AM
UwU Discover Me
+ 5
If you don't want to embed a video frame, you can use js. Please refer to this reference. https://www.w3schools.com/tags/ref_av_dom.asp
18th Dec 2018, 1:16 PM
Seniru
Seniru - avatar
+ 5
Mellifluous🛡️ Nope! It should work. Web audio API is supported here
19th Dec 2018, 11:38 AM
Seniru
Seniru - avatar
+ 5
Thanks Seniru Pasan by the way please provide me an example template 😃
19th Dec 2018, 5:08 PM
UwU Discover Me
+ 4
Autoplay is generally disabled on phones
19th Dec 2018, 11:42 AM
Seniru
Seniru - avatar
+ 4
Mellifluous🛡️ I think dealing with JS is the best idea. Check the link I have posted in upper answers to get a reference. HINT: All you need in JS is loading the audio and calling play() method. If you wish I could create an example
19th Dec 2018, 1:06 PM
Seniru
Seniru - avatar
+ 3
Use autoplay to make the audio play automatically. Use the loop attribute to make the audio play continuously and use the css display: none; property to hide the UI. <audio src="YOUR_AUDIO_URL" autoplay loop style="display: none;"></audio>
19th Dec 2018, 8:43 AM
Shuaib Nuruddin
Shuaib Nuruddin - avatar
+ 3
Seniru Pasan web audio works on my phone but only the autoplay attribute is not working. In the comments in the lesson many other people are saying autoplay is not working on their devices.
19th Dec 2018, 11:40 AM
Shuaib Nuruddin
Shuaib Nuruddin - avatar
+ 3
Mellifluous🛡️ just gimme 2 days because I m in rush because of the contest 😅. Make sure to remind me.
20th Dec 2018, 10:26 AM
Seniru
Seniru - avatar
+ 3
You can do this by HTML 5 only and you can do this by HTML 5 And JavaScript
30th Jun 2019, 5:00 PM
MAHMOUD ABDELNABY MOHAMED ALI GALAL
MAHMOUD ABDELNABY MOHAMED ALI GALAL - avatar
+ 2
Mellifluous🛡️ it seems like sololearns example also doesn't work on WebKit browsers https://www.sololearn.com/learn/HTML/2193/ see the autoplay example.
19th Dec 2018, 11:13 AM
Shuaib Nuruddin
Shuaib Nuruddin - avatar
+ 2
Mellifluous🛡️ from what i read on the web and from what Seniru Pasan is saying it seems like autoplay attribute is disabled in many cases I suppose it's because it can be annoying.
19th Dec 2018, 11:59 AM
Shuaib Nuruddin
Shuaib Nuruddin - avatar
+ 2
Use angular js to get more control whie playing music
19th Dec 2018, 7:07 PM
Jai Verma
Jai Verma - avatar
+ 1
Check your chrome update Then the aduio well work
20th Dec 2018, 1:30 AM
MAHMOUD ABDELNABY MOHAMED ALI GALAL
MAHMOUD ABDELNABY MOHAMED ALI GALAL - avatar
+ 1
In the evening I will message you whole code for same. This time I'm in office.
20th Dec 2018, 4:20 AM
Jai Verma
Jai Verma - avatar