Quote:
|
Originally Posted by goheadtry
What do you think the best method of having the songs continue is?
|
I guess there are various choices to make this happen. It all depends on your design preference and software and service requirements.
You could design an all flash site so there are no real "page" loads but navigation through a flash object. In my opinion, the cons outweigh the pros with this solution.
You could have a small popup with the sound playing from another floating window, but sometimes this is restricted with blockers.
You could use inline frames or ajax to fill the inner container with navigated content while the outside container is playing the sound continously.
You could use page frames with the frame playing the sound taking 0% of the real-estate and the content page taking 100% of the window. This is similar to something I had done before getting into ajax.
Or you could leave it alone and use it as it is used now.
It boils down to your needs and requirements. For example if you are using metric analytics on your site, some or maybe all of the suggestions above might not allow you to track your visitors and and browsing behaviour.
__________________
<mgraphic /> - I don't have a solution but I admire the problem.
|