Re: [flexcoders] Why SharedObject.flush so slowly

2009-04-16 Thread iiley
Yes, if app crashes, we'll lose data, but if user close app(generally users do this), data will be saved. 2009/4/15 Tom Chiverton tom.chiver...@halliwells.com On Wednesday 15 Apr 2009, iiley wrote: Finally, we found a way, first time request a big enough space by

Re: [flexcoders] Why SharedObject.flush so slowly

2009-04-15 Thread Tom Chiverton
On Wednesday 15 Apr 2009, iiley wrote: Finally, we found a way, first time request a big enough space by shareObject.flush(bigNumber), make use to allow the big number space, then later save, we do not need to call flush method, because if the space is enough, then the data will be save

Re: [flexcoders] Why SharedObject.flush so slowly

2009-04-14 Thread iiley
SharedObject.flush so slowly Hi folks, We are making a online game and want to store some little data to local disk(although it is not very important data, but we don't hope it often be lost), but we found that SharedObject. flush is so slowly, whatever we write something, even a little

Re: [flexcoders] Why SharedObject.flush so slowly

2009-04-01 Thread iiley
instead immediately, that should help you with animation and all taht to make a smooth UE ... C -- *From:* iiley iiley.c...@gmail.com *To:* flexcoders@yahoogroups.com *Sent:* Tuesday, March 31, 2009 1:30:59 PM *Subject:* [flexcoders] Why SharedObject.flush so

[flexcoders] Why SharedObject.flush so slowly

2009-03-31 Thread iiley
Hi folks, We are making a online game and want to store some little data to local disk(although it is not very important data, but we don't hope it often be lost), but we found that SharedObject.flush is so slowly, whatever we write something, even a little String test, it need almost 100ms, you

Re: [flexcoders] Why SharedObject.flush so slowly

2009-03-31 Thread claudiu ursica
, 2009 1:30:59 PM Subject: [flexcoders] Why SharedObject.flush so slowly Hi folks, We are making a online game and want to store some little data to local disk(although it is not very important data, but we don't hope it often be lost), but we found that SharedObject. flush is so slowly