How do you segregate MP3 player so it keeps playing when changing pages
am 22.04.2009 12:54:33 von Rey
------=_NextPart_000_02D1_01C9C317.32121600
Content-Type: text/plain;
charset="us-ascii"
Content-Transfer-Encoding: 7bit
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://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 Buy Domains as low as
with GoDaddy
http://nellysparkles.com As Good as Gold for Far
Less!!
------=_NextPart_000_02D1_01C9C317.32121600--
Re: How do you segregate MP3 player so it keeps playing
am 22.04.2009 13:41:06 von Ferenc Kovacs
--001636c5b5173351710468233d87
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit
2009/4/22 Rey
> 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://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 Buy Domains as low as
> with GoDaddy
>
> 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
--001636c5b5173351710468233d87--
Re: How do you segregate MP3 player so it keeps playing
am 22.04.2009 13:59:43 von harlequin2
Hi Rey,
as Tyrael suggested I would try to use a frameset with one frame at the top containing the player and another one right below with the content of the web page. But why avoiding using flash? Have a look at this page:
http://www.nature-one.de/events/mayday/index.html?/events/ma yday/deutsch/_livezone.htm
The flash player is really minimalistic but is just right for this kind of job and it does not have a big impact on the page layout.
GMail uses iframes to divide navigation, page elements and mail content, but if you know how to handle frames, you won't even recognize that they are used on a web page.
Regards, Sascha
--
Psssst! Schon vom neuen GMX MultiMessenger gehört? Der kann`s mit allen: http://www.gmx.net/de/go/multimessenger01
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php