I want to implement a radio type system on site I am making. The problem is when a user is playing music and then browses to a different part of the site, the music will stop. I was wondering if there is someway to make the music play across multiple pages without using ajax? I know I can use Ajax and then just reload each page with a Ajax call to get the page, the problem is then that the pages won't be able to be bookmarked.
So is there other way or will I need to use ajax in order for this to work.