As always, it depends. How much data are you going to store? If it's a lot, go for a proper database (Like MySQL). If it's only a small amount you could use a Shared Object, Remote Shared Object, XML File, or even that same database as above.
Let us know what kind of data and how much you need to manipulate and we can give you a better idea. --- In [email protected], "Christophe" <christophe_jacque...@...> wrote: > > Hello, > > What is the best solution to store datas for a flex application : > 1) A mySql database > 2) A xml file > > Thank you, > Christophe >

