Hello i have a simple audio player like this
Code:
<audio autoplay="autoplay" loop="loop" controls="controls" class="audio">
<source src="/site/Music/song.mp3" type="audio/mp3"/>
</audio>
And i dont want when the user switch pages the song restart or stop