Hi,
I want to build a dynamic streaming script for streaming mp3 (in swf-format).
The code looks like this:
header("content-type: application/x-shockwave-flash");
readfile($file);
I am not sure whether the file is streaming when I use this code or not... it seems to load all the swf and then start to play.
Does anybody have experience with this?
Thank you,
Stefan