Hi!

The problem is this: if you have an open conection with the server, like, for
example, streaming a mp3/flv, Flash simply ignores any other requests until the
the mp3/flv completely downloads. I'm using PHP, sendAndLoad class, net
Conection for the streaming and a server in Linux.

This problem happens also when downloading files (by using fopen, readfile or
any byte streaming PHP function). This really screws any kind of parallel
navegation, because Flash, instead of handling multiple requests at once,
stacks them and execute each one by the order they are made.

Does anybody have any idea why Flash does that? If so, can you point me to a
solution? I've searched the entire Web, so this is my last option. Any help is
great. Thanks in advance!