Hey, ummm
Well ...Later, I plan on getting my entry information from a database... but for the moment, I simply want to get my variables from a external text file. Umm.... I "think" I have used loadVariables(); correctly.... but I'm not to sure....
//File name is "January_2002.text"
//I wanted to place the info on the _root
// would this be correct way to access the file? I always thought it was.
loadVariables('January_2002.txt',0,"GET");
Anyway.... I think my problem may have more to do with finding a correct way to access the variables, after I have brought them into Flash. I don't get any errors from the output window when I test it.... So it does find the file.
So, let say the content my external file looks like this: var1=Ron&var2=Jeremy
In Flash, could I see the variable simply by doing something like:
trace(var1+var2);
or
firstName=var1;
lastName=var2;
I have tried using the variables directly, like in the examples above... but that doesn't seem to work.
Any thoughts?
Thanks,
JM Guitard