In my site i need to play background music where it should be continuous while navigating to other pages, my following code starts the music from the beginning when I navigate to another page.
<embed src="assets/audio.mp3" autostart="true" loop="true" hidden="true">
</embed>