Hi, Since flex is a client tool and the application will download to the client browser (Flash player) when the user requests the application I think you can structure your app to work offline.
When the user has connection to server get all the needed data from server and store them in memory using array, arraycollection or VOs. When the user make changes, update the data in memory objects and finally when the user needs to synch to server check whether connection available and update the data. I haven't tried it yet but I think it will work if we structure the app perfectly. Another choice is use Google gears, http://gears.google.com/ Best regards Anz http://www.digitalmesh.com <http://www.digitalmesh.com/> || http://www.FlickrMailer.com <http://www.flickrmailer.com/>

