Peter, I've implemented exactly as you said, put the content when the application starts.
But the problem is amount of data. If It is larger the memory will be out of. The solution of cache XML in the user's browser has the same memory problem for larger data. I'm praing for that data not become larger... It's my hope right now. Thanks I appreciate your help. On Sat, Nov 22, 2008 at 4:14 PM, Peter Witham <[EMAIL PROTECTED]> wrote: > I don't think we'll see SQL Lite in the Flash player for web anytime soon > due to the security problems it could create. > > Have you considered pulling the auto suggest content in when the application > starts and / or in the background? The only other option that comes to mind > is have the server page generate an XML document and have that downloaded in > to the users browser cache maybe and pull the data from there? Depending on > how often that data changes you could have the server generate the XML > document at intervals or when the application is loaded perhaps, I think a > server should be able to handle the load depending on the amount of users at > any given time. > Regards, > Peter. > > On Sat, Nov 22, 2008 at 12:01 PM, Marco Catunda <[EMAIL PROTECTED]> > 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]> wrote: >> > >> > ----- Original Message ----- >> > From: "Marco Catunda" <[EMAIL PROTECTED]> >> > To: <[email protected]> >> > 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 > > > > -- > Peter Witham > http://www.evolutiondata.com > Internet and Multimedia developer > Certified Flash Designer. > -- Marco Catunda

