Flash mp3 player reloading in every page

i have created a mp3 player in flash for putting it in header of a site. Client wants the player will play unterruptly when the pages will change. But everytime the page changes the player will reload.Even I have tried to put the player in a common header file for all the pages in php , but same problem coming, anybody has an idea how to solve that?

Frames or ajax or sharedObject
If you use frames, you would keep the header static and the content around the header would change, same for ajax. You could set a shared object that keeps track of the play head in the sound object and then the mp3 player would load that shared object, load the mp3 and then jump to the position that was specified in the shared object. but then you have to worry about loading the mp3 everytime, which unless its already cached, is gonna suck

are you talking about html pages or flash pages?

its a html site with a flash mp3 player

in a flash object, exam. navigation. you can use loadMovie “SWF” for music.
so there is no reloading music anymore. gutlak… :slight_smile: