Currently, I am utilizing an ASP.NET server side control to play MP3 files on my website. While I could utilize JavaScript or Flash controls for this purpose, the issue I'm facing is that I want the music to only play once (at the start of the site) and continue playing as the user navigates to new pages. This control is being used in the master page, and I do not want the music to restart each time a new page is loaded. How can I go about solving this dilemma?
Thank you.