From the same Flash file I pass 4 variables to a database.
I store: instance name of my clip x and y position and a text for each of them.
Now, I want to recollect those records so when the page is loaded for the next time the clips already created show up using the propreties stored on the db.
I know I have to create a cfm file that creates a .txt file and then call from Flash that file.
But how? And... Since each variable has different values everytime, how flash understands that?
Ex:
myInstanceName = block1, block2 or block3
Each "myInstanceName" has its own values for x and y.
thanks,
