Hi, There are many options, the one that come to my mind right now are : - For few data, less than 100k, you can use SharedObject [1]- Bytearray (with its limitations but straightforward to implement)- Sqlite [2]- Custom de/serialization you would have to implement, we built one which store remote data in json / xml format. and sync yourself with the remote or use frameworks like Clear Tool Kit [3] which embed a complete solution if you don't have an expensive LifeCycle license but still use BlazeDS, Spring and Hibernate, I don't know if the same exists with PHP.
HTH Frédéric THOMAS [1] http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/net/SharedObject.html[2] http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118676a5497-7fb4.html[3] http://www.cleartoolkit.com/dokuwiki/doku.php > Date: Wed, 10 Dec 2014 12:10:38 +0000 > Subject: Flex Sync solutions > From: sc...@matheson.it > To: users@flex.apache.org > > Hi > I am looking for a solution where the user data is held client tide, (may > be server objects) and sync to the server when the network is available, are > there andy solutions out there in the flex world > >