Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
RubenFlash #1
Flash blocking multiple server requests
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!
RubenFlash Guest
-
Feature requests for Flash Media Server 3
Hello Adobe FMS dev team :) Who i must contact in the Adobe FMS dev team to indicates a whish list of all new features and fix bug i want in the... -
Blocking on multiple threads with timeout
I have a few threads that might need as long as a minute or more to complete and terminate. If they exceed an arbitrary time, they can be... -
IIS handling multiple requests for the same ASP
<% Response.buffer = true Dim a a = 0 while a < 1000 Response.write "Im Looping" Response.flush a = a+1 wend -
different proxies and multiple requests in LWP::Parallel
I've written the following script to verify a list of proxies in a seperate file. It works fine except that I can't get LWP::Parallel to use... -
Multiple Requests (windows)
My web application will open a popup that, upon a user action, will initiate a request that will result in a file being sent as an attachment to the...



Reply With Quote

