[PHP] Re: Cache Question

2003-08-18 Thread Josh Whiting
this is off the topic of caching, but is related and could have an impact on the issue: using a .php instead of a .mp3 would seem like a good idea, but this ties into a problem i'm having right now with streaming mp3s using, in my case, the flash player plugin to stream and play the file. it

[PHP] Re: Cache Question

2003-08-14 Thread Ivo Fokkema
Hi Tony, Chris explained a lot about this... I'm not an expert on this, but you might want to give a try to embed something like : embed src='mp3.php?mp3=filename' autostart=true; And then let mp3.php send all of the no-cache headers together with the contents of the filename.mp3. It might