Hi,
I?m involved in a project that need to load data from a txt file. The txt file
will be in the same folder of swf file, that will load the data. I have already
did it in other projects, but, they load data such ?menu?, or simple
information, and the txt file was downloaded to user?s machine. In this case,
the data to be loaded is larger, and confidential, something like ?salary?,
birth date, and others, and I need to load just the specific data about one
person. I won?t change the data, just read.
My question is, there is a simple solution, that don?t make me work with asp,
php, cfc?
Thanks for any help
Hugs
OCVS
Randy1969 - 26 Jul 2005 22:46 GMT
From what your stating, you need to read information based on a passed parameter. To do this you would need a server side page such as those you referenced.
ocvs - 27 Jul 2005 13:13 GMT
It was what I was afraid
tanks