Connecting Tech Pros Worldwide Help | Site Map

Background Sound

Jeff Dillon
Guest
 
Posts: n/a
#1: Aug 15 '08
Per the client request, I have a background sound that plays on:

http://www.christies-catering.com

She wants the sound to play continuously as the user goes from page to page,
as it does now. Plus the ability to turn the sound off, like now.

But it uses frames, which I would prefer not to use. Any other ideas?

Jeff


Lloyd Sheen
Guest
 
Posts: n/a
#2: Aug 15 '08

re: Background Sound


Jeff Dillon wrote:
Quote:
Per the client request, I have a background sound that plays on:
>
http://www.christies-catering.com
>
She wants the sound to play continuously as the user goes from page to page,
as it does now. Plus the ability to turn the sound off, like now.
>
But it uses frames, which I would prefer not to use. Any other ideas?
>
Jeff
>
>
If you want that to happen you cannot reload the page. You would have
to use Ajax for all page updates so that the element that is playing the
sound is not changed.

LS
Jeff Dillon
Guest
 
Posts: n/a
#3: Aug 15 '08

re: Background Sound


"Lloyd Sheen" <a@b.cwrote in message
news:Of$wJTm$IHA.4380@TK2MSFTNGP02.phx.gbl...
Quote:
Jeff Dillon wrote:
Quote:
>Per the client request, I have a background sound that plays on:
>>
>http://www.christies-catering.com
>>
>She wants the sound to play continuously as the user goes from page to
>page, as it does now. Plus the ability to turn the sound off, like now.
>>
>But it uses frames, which I would prefer not to use. Any other ideas?
>>
>Jeff
If you want that to happen you cannot reload the page. You would have to
use Ajax for all page updates so that the element that is playing the
sound is not changed.
>
LS
Ajax is a very good suggestion. A bit of rework, but a good idea. Thank you

Jeff


Closed Thread