In that case you are talking about AIR, though, which is a different beast from the Flash Player in terms of sandbox limitations. Within the browser player you have limitations on how much data you can store in a shared object before it prompts the user ( if I recall correctly it is 100kb) to ask if it can use more. The ideal user experience would be that it happens completely transparently to the user. In essence, it "just works".
On Wed, Jan 25, 2012 at 10:32 AM, Frank Altomare <lost...@gmail.com> wrote: > It seems like this may be pretty well handled in Flex Mobile with View > states. Flex gives you some options for how to cash the current view state > as well as to write anything you need to a SharedObject. > > I'm not sure how much of this is handled by the OS but in my experience it > has worked pretty well > > On Wed, Jan 25, 2012 at 11:26 AM, Alex Harui <aha...@adobe.com> wrote: > > > > > > > > > On 1/25/12 8:14 AM, "Nick Collins" <ndcoll...@gmail.com> wrote: > > > > > > > > > > One of the major issues is that of persisting the state of the Flex > > > application. In a portal environment, one of the core concepts is the > > idea > > > of being able to bounce around between pages and having your portlets > > hold > > > their state so that when you go back to them, you can pick up right > where > > > you left off. With a large Flex application, this is nay to impossible. > > > Sure there are all kinds of tricks you can do with LSO's, deep-linking, > > > etc. to simulate it, but I would like to see some of the more > enterprise > > > focused functionality like this be brought into the framework, or at > > least > > > taken into consideration so that it is not quite so cumbersome. > > > Unfortunately, I also realize that in order to accomplish this in the > > most > > > elegant manner, we would likely need changes to the runtime itself. :-( > > How is this done in the HTML/JS/CSS stack? > > -- > > Alex Harui > > Flex SDK Team > > Adobe Systems, Inc. > > http://blogs.adobe.com/aharui > > > > > > > -- > Francis Altomare, >