I’m building a website which requires continuous music playing even between switching pages. I know I can do this with frames but that would be too detrimental to the site in general.
This website seems to be able to allow you to play music, browse around the URLs update to reflect the page you are on:
Does anybody know this would be achieved?
Many thanks
While the URL changes as you navigate around, you aren’t actually navigating from page to page on BeatPort. They’re using HTML5’s History API, particularly
pushState, to update the URL in the browser when doing AJAX page loads.