RE: Caching Modules in background

2013-08-14 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-14 Thread Alex Harui
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. When it is time to actually load the module, load it again

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