Copy link to clipboard
Copied
Dear Friends,
Greetings! iam creating an app using Air. i have 2 buttons in it. when user click on each button it has to download respective zip files from site and unzip to the local system. iam using Fzip to unzip and "fileStream.writeBytes(data_val, 0, data_val.length);" for copying zip files to local.
i can download files and unzip to local system successfully.
When iam downloading 100mb any number of time its working fine. When iam downloading 500mb files, first time its downloading and unzipping fine, second time onwards it is not downloading giving following error.
Error: Error #1000: The system is out of memory. at flash.net::URLStream/readBytes() at flash.net::URLLoader/onComplete()
please help me to solve this..
Thanks in Advance,
Syed Abdul Rahim
Copy link to clipboard
Copied
Find more inspiration, events, and resources on the new Adobe Community
Explore Now