Re: [Vbox4php-develop] JS in play audio and fixed IE-bug
Status: Pre-Alpha
Brought to you by:
philippmueller
|
From: Philipp <phi...@gm...> - 2001-10-30 20:33:48
|
Am Dienstag, 30. Oktober 2001 07:14 schrieb Christophe Thil:
> On 30 Oct 2001 at 0:08, Philipp Müller wrote:
> > When we use a popup together with JS, then I would suggest to place a
> > button "close" and have the whole sound as background sound. Background
> > sound works nicely here.
>
> I'm not shure if this would be the right way. Think of you'd like to hear
> the message twice
You can adjust if the background sound is endless or not. I assume there
should be options to control this via JS.
> or save the file?
How about providing a link in the popup which then gives you the possibility
to download?
I'm currently even thinking about "caching" the generated wav files, so a
reload should be much faster.
> > I had problems getting sound. Therefore I worked again but couldn't get
> > it to run with either Netscape nor IE 5.x. Even I don't get AU to work.
>
> I use Netscape with QuickTime-Plugin and Mozilla, both work really smooth.
> IE is broken, but that's an old issue.
not any longer ;-)
> It always asks to save the file.
not any longer too ;-)
I found it on the php homepage in the comments to "header()":
1. IE doesn't like the default caching headers of PHP -> always gave an error
Simply overwrite them
2. IE loves to see a \n\r at the end of the header texts.
Both in CVS now.
> Btw, using these two brosers, AU and WAV work pretty smooth, no probems. I
> never used mp3.
Nice to hear, I got both to work with IE 5.5 too <strike>
Philipp
|