I've been having some problems making a webpage of mine play music as a background.
I have seen this thread: How to make audio autoplay on chrome However none of the solutions seem to work.
I've been using a blank HTML so I know it's not the fault of any other elements messing around and I know it works on Firefox because it does.
I also did try to load like a nifty little loading screen that I got from codepen to see if it plays if I put it after some stuff and it still does not work.
I've also tried the W3Schools version and variations of it where I add an audio tag and a source tag with a .ogg and .mp3 file.
At this point I've got to ask, how do some websites do this for Chrome Browsers?