Hi there!
I'm trying a functionality from the ming library (Flash extension) that is
swfmovie()->streammp3(file). This allows the streaming of an mp3 file from a web
server... In fact, that is what it is supposed to do!
The pb is that it doesn't work. Does anybody try it successfuly ?
Thanks
Octopussy.
My peace of code:
<?
$m = new SWFMovie();
$m->streamMp3("test.mp3");
header('Content-type: application/x-shockwave-flash');
$m->output();
?>
My configuration:
a.. Apache 1.3.20 under Windows XP RC1
b.. PHP 4.0.5RC1