Given that it is really important to have a web app load FAST - what strategies can we use to incrementally download an app - providing interactivity immediately to the user whith content downloading in the background?
1. Images, and other media loaded with a "load url" call as / when / before needed where they will be cached in the revlets memory as a script variable in LibUrl? 2. Text files loaded and used to generate new content using the revLet How about: - loading substacks into hidden divs - so they are ready to use later, but the html page loads first showing the main web content and splash revlet. - loading substacks in some way from the revlet and somehow refreshing the substack in the browser page? - using an AJAX call to load another revlet in a page (but this would also require downloading the revlet engine added to the stack again as a second instance) Any ideas how to best download incrementally large projects as you would with game levels or other large apps? _______________________________________________ use-revolution mailing list [email protected] Please visit this url to subscribe, unsubscribe and manage your subscription preferences: http://lists.runrev.com/mailman/listinfo/use-revolution
