Re: Caching Modules in background

2013-08-14 Thread Alex Harui
.com] On Behalf Of OmPrakash >Muppirala >Sent: Wednesday, August 14, 2013 11:20 AM >To: users@flex.apache.org >Subject: Re: Caching Modules in background > >One simple way would be to just make a bunch of urlrequests and let it >download and get cached by the browser. > >W

RE: Caching Modules in background

2013-08-13 Thread Raj U. Shaikh
: Wednesday, August 14, 2013 11:20 AM To: users@flex.apache.org Subject: Re: Caching Modules in background One simple way would be to just make a bunch of urlrequests and let it download and get cached by the browser. When it is time to actually load the module, load it again with the same url - this time

Re: Caching Modules in background

2013-08-13 Thread OmPrakash Muppirala
One simple way would be to just make a bunch of urlrequests and let it download and get cached by the browser. When it is time to actually load the module, load it again with the same url - this time the swf loads from the cache and will be much faster. Loading from the disk would make the module

Caching Modules in background

2013-08-13 Thread Raj U. Shaikh
Hi, Is there any way to cache/load modules (in background). We have a big application which is divided in different modules. There are some screens where around 10+ modules are loaded in different parts of screen. My problem is that when user comes to these screen screens get locked for around 8