RE: [flexcoders] FZip loads cached zip before downloading online

2008-10-17 Thread Kevin Benz
Not sure exactly what is happening but I suggest an improvement to your approach. You should detect the change in network connection status and use that event to flush any objects that are waiting on an event to fire. AIR fires a NETWORK_CHANGED event and I would make sure you clean up your

Re: [flexcoders] FZip loads cached zip before downloading online

2008-10-17 Thread Jon Bradley
On Oct 17, 2008, at 10:17 AM, Kevin Benz wrote: When I restart the application it looks like FZip is first checking the temp folder for the cached zip and if found, it uses that one to unzip, even if the zip was not completed the last time. Does anyone know of a way to prevent that? Compare

Re: [flexcoders] FZip loads cached zip before downloading online

2008-10-17 Thread Jon Bradley
On Oct 17, 2008, at 10:17 AM, Kevin Benz wrote: When I restart the application it looks like FZip is first checking the temp folder for the cached zip and if found, it uses that one to unzip, even if the zip was not completed the last time. Does anyone know of a way to prevent that? Scratch