I was just came across the post on jessewarden.com, it might be worth looking in to. I am curious myself now as to the possibility to cache data as it would be most useful. Peter.
On Sat, Nov 22, 2008 at 10:24 PM, Mark Carter <[EMAIL PROTECTED]> wrote: > > Does this help? > > > http://jessewarden.com/2008/11/writing-a-caching-engine-for-flash-player.html > > > Marco Catunda wrote: > > > > The kind of data is a dataprovider with a lot of records (500 - 2000). > > > > The shared objects don't store many datas. :( > > > > Let me explain my problem. > > > > I have a screen which user have to input data very fast. It is a kind > > of POS (Point of Sale). The input text, with autosuggest approach, in > > this screen, > > is searching data into dataprovider using memory search. If I implement > > server > > search for this autosuggest the latency of this approach won't be accept > > for > > input data very fast. > > > > Until 2.000 records I guess no problem, but If It will be more, I will > > have > > a problem. > > > > The AIR has a SQL local data store. I'm looking foward to have the same > > thing in > > Flash Player. :) > > > > On Sat, Nov 22, 2008 at 1:38 PM, Paul Andrews <[EMAIL > > PROTECTED]<paul%40ipauland.com>> > wrote: > >> > >> ----- Original Message ----- > >> From: "Marco Catunda" <[EMAIL PROTECTED]<marco.catunda%40gmail.com> > > > >> To: <[email protected] <flexcoders%40yahoogroups.com>> > >> Sent: Saturday, November 22, 2008 3:00 PM > >> Subject: [flexcoders] Store local data > >> > >>> Hi, > >>> > >>> Is there any way to store local data using Flash Player? > >> > >> Yes - shared objects (like cookies, really) > >> > >> > http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/net/SharedObject.html > >> > >> These are fine for persisting data between sessions and/or sharing data > >> between concurrently running flash instances. > >> > >>> I've just seen using AIR. > >>> > >>> I would like to use it for cache solution. > >> > >> I doubt it will be suitable, but maybe your use of the word cache isn't > >> quite right. > >> > >> What kind of cache? > >> > >> Paul > >> > >>> > >>> -- > >>> Marco Catunda > >>> > >>> ------------------------------------ > >>> > >>> -- > >>> Flexcoders Mailing List > >>> FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt > >>> Alternative FAQ location: > >>> > >>> > https://share.acrobat.com/adc/document.do?docid=942dbdc8-e469-446f-b4cf-1e62079f6847 > >>> Search Archives: > >>> http://www.mail-archive.com/flexcoders%40yahoogroups.comYahoo! Groups > >>> Links > >>> > >>> > >>> > >> > >> > > > > -- > > Marco Catunda > > > > > > -- > View this message in context: > http://www.nabble.com/Store-local-data-tp20637193p20643194.html > Sent from the FlexCoders mailing list archive at Nabble.com. > > > -- Peter Witham http://www.evolutiondata.com Internet and Multimedia developer Certified Flash Designer.

