URLStream download incomplete
Hello,
I use URLStream to download avi files.
The source file is ok because when i download it within web browser, i get it fully.
But threw my AIR app, the file downloaded is corrupted. I get a little difference between event.bytesTotal read from ProgressEvent, and the sum of myStream.bytesAvailable of every ProgressEvent plus the quantity received in CompleteEvent.
The result is a corrupted file, lacking of 500o to 1Ko for several Mo file.
It's not a 100% reproducing bug, but it is quite often...
Do you know what could be the cause of it?
Thanks
