Flash-Database

[color=black][font=Arial]Hi everyone[/font][/color]

[color=black][font=Arial] [/font][/color]

[color=black][font=Arial]I am looking for help. I am trying to make a small program with flash mx 2004 that allows me to read and write information to hard drive, basiclly personal information like name, profession, country and photo. It is like a guess book but without using xlm,php nor access, because I do not know anything about them. I plan to collect around 1000 names and put them in a dataholder component. [/font][/color]

[color=black][font=Arial] [/font][/color]

[color=black][font=Arial]Any idea? What is the best way to do it? is it possible to use just .txt files? is there a component for that?[/font][/color]

[color=black][font=Arial] [/font][/color]

[color=black][font=Arial]thanks alot[/font][/color]

[color=black][font=Arial] [/font][/color]

[color=black][font=Arial]Costa[/font][/color]

Flash does not have any native text file write ability. A component may exist, but I don’t know of any. The best you can do without involving some other program of some sort is to use the SharedObject functions to write basically a flash “cookie” which will remember your data. I would just use a php script myself, it will be a lot easier and will perform better.

–EP