pasiphilo wrote:When I request resource.php with wget, it still downloads a file called "resource.php" but now that file is 5 MB in size (instead of 262 bytes)
And what happens when you point your Flash player at this PHP script to load the "flv"?
pasiphilo wrote:I suspect that if we can get this PHP script to serve up the FLV with the right file name - or even just with an .flv extension - it ought to load into my FLVPlayback component properly.
Why do you need to mess with the filename? The flash player just wants to see a stream of bits come down the line - most programs don't care what the file name is because they know that often, they are getting piped through an intermediary just like you're doing now.
Try using your Flash player to connect to your server and request the PHP script. It should work.