>I'm a little paranoid about asking users wierd questions
 
Then make the question understandable :)
 
U can regulate the size that will be asked for at the user. So before u put data in the SO, u can put up a message with something like: when u press this button a screen will appear wich ask u to grant this application some harddisk space. This space is needed for this application to work propertly.
 
Then when the button is pressed u do some code like this:
 
myLocalSharedObject.flush([minimumDiskSpace:Number]) : Boolean
 
 
Greetz Erik
 


From: Matthew Shirey [mailto:[EMAIL PROTECTED]
Sent: donderdag 14 april 2005 17:30
To: [email protected]
Subject: Re: [flexcoders] any ideas about flex client side caching?

Just be careful about how much you store in the SharedObject.  By default the client is set to accept up to 100k  A 'Huge' dataset might exceed that.  If you exceed that about I think the client then asks the user if more space can be allocated.  I've just started using a SharedObject; I'm a little paranoid about asking users wierd questions, so I'm trying to keep it fairly limited.

-- Matthew


Yahoo! Groups Links

Reply via email to