View Single Post
Old 09-09-2012, 08:50 PM   PM User | #1
garevn
New Coder

 
Join Date: Apr 2011
Posts: 95
Thanks: 13
Thanked 1 Time in 1 Post
garevn is an unknown quantity at this point
keep user's selection through pages

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
garevn is offline   Reply With Quote