2009/4/22 Rey <rey@xxxxxxxxxxxxxxxxxx> > Hi: > > > We have a huge problem that we can't figure out. We have a website that > needs music but it is all PHP and no flash (which would be a no brainer for > this one) and they need to have music with an MP3 player. We got the > player > and everything we need, however, what we can't figure out is how to make > the > MP3 player stay playing the same song when people switch pages. Yes I know > we can make a popup that opens in the background (and we have) but that is > not an elegant or viable solution because of popup blockers and plane > ugliness. We need some kind of code that lets the player be independent of > the page switching without a popup (maybe an AJAX popup which is very > acceptable). We have tried frames and frames and it does not work well and > it does not look good. An AJAX popup like the one Google uses in Gmail > that > stays open and steady when switching pages would be ideal and welcomed if > anyone knows the code, or any other code that allows for elegant > presentation and no traditional popups. > > > > I welcome all advice! Thank you! > > > > Regards, > > > Rey Tamayo > > 786-553-9264 > > <http://aWiserSolution.com> http://aWiserSolution.com > > <http://aWiserSEO.com> http://aWiserSEO.com For all of your Search Engine > Optimization and marketing needs--No contracts as low as $25, all services > a > la cart buy as much as you can afford! > > <http://aWiserDomain.com> http://aWiserDomain.com Buy Domains as low as > with GoDaddy > > <http://nellysparkles.com> http://nellysparkles.com As Good as Gold for > Far > Less!! > > Its easy for a chat window, but for a mp3 player its suxx.on every page you have to pass the seek position around but because of the buffering and so, your music will be stopped for a short time. so I suggest you to use frame, iframe or new window. Tyrael