actionscript - How do I download multiple large files and saving locally -- URLStream or URLLoader? -


this absolutely driving me crazy. while i'm fan of availability of asynchronous calls in air, i'm finding being forced use them should super simple severe limitation. severe may end abandoning air , writing native android , ios apps instead of using shared air platform.

ok, have off chest, here's i'm trying accomplish. have app that, when deployed, relatively small. once deployed user's device user log in using login name/password. once log in, content specific user needs downloaded , saved local device. since content varies user can't include in package deployment.

but cannot figure out how accomplish this: want download 10 files , each file 2-3mb , want show "downloading, please wait..." view during download. application cannot proceed until 10 files downloaded. since i've seen urlstream , urlloader both async cannot figure out how block app opening "view available content" , on "downloading, please wait..." view. can point me in right direction??

i new air/actionscript, seasoned developer. perhaps seasoned in old ways think of elegant solution above!

i take @ bulkloader combination of dispatching/listening completion. way can update progress meter if want, on. hope helps.


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -