Music Player keeps changing on each page

Permalink
Hey everyone, I want the music player to continue playing and not stop and restart playing when I change the page, how can I do this?

 
noXstyle replied on at Permalink Reply
noXstyle
Hey,

Pretty much depends on your site's layout and your skill level, but here is couple of relatively easy ways to achieve the functionality:

1. Make a base set of static elements, e.g. header footer and load the main content via ajax instead of changing page.

2. Make a fixed positioned element on top or bottom of your page, such as the c5 panel, and load rest of the site via iframe. (cant really advice you on doing so, but at least its easy to do)

The third and by far the cleanest one: Launch the musicplayer in a popup window.

If anyone else has better ideas for this, I'd too love to hear them.

Cheers.
wingsofmercy replied on at Permalink Reply
wingsofmercy
I am trying to accomplish the same thing - music that playes continuously while navigating through pages.

I have read on the forums about iframe and I have no clue how to accomplish that. So maybe a popup would work but I do not know how to do that either.

Can you point me in a direction where I can get detailed info on how to do either one of those options? Thank you very much!