I am making a game using HTML that doesn't have any graphics, it is supposed to be a text-based point and click. I have gotten to certain point where I want to add background music in the game and using <audio loop autoplay src="mymusic.mp3"></audio>
works, it restarts the music whenever I go to a new page, only hear the first 20 seconds of the song, does anyone know a solution?
To play the game click here