Posted by Norman Peelman on 12/03/06 01:48
"Brian Huether" <bhuetherNO@comcastSPAM.net> wrote in message
news:neednVcT8u3VOuzYnZ2dnUVZ_qCdnZ2d@comcast.com...
> I have since learned that the proper way to stream is to create an m3u
file
> which will cause the default browser to stream the mp3. But my audio files
> are external to the web dir. And I simply can not get fpassthru to work.
>
> thanks,
>
> brian
>
>
You may need to open the file in binary mode as well:
fopen($filename,'rb');
or check into the 'readfile()' function as you need no fopen() to dump the
file to the client...
Norm
--
FREE Avatar hosting at www.easyavatar.com
[Back to original message]
|