.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
: 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
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
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