Hello to all,
I'm connecting a flex application via xml to a php server.
Because of the response can spent a lot of time ...as 1:00 minute per consult, I would like to show a progress bar while the application is receiving data.
It´s not possible with httpservice, that only throw the result event when the complete information is received.
I´ve tried with urlstream class that have the progress event...but it only work with a static file to download...
It doesn´t work like a service with a buffer that is progressively being filled by the php server.
I´ll apreciate your suggestion, Thanks.