Well, to load the text in as a number of variables, create a text file using the following format:
var1=var1text
&var2=place variable 2 text here
&thirdvariable=this is the third variable
or like this:
var1=var1text&var2=variable 2 text here&thirdvariable=3rd variable&var4=this is fun
then, load the texfile into the flash movie, creating/updating the variables. To load the text file use the following script:
loadVariablesNum("filename.txt", 0);
the zero afterward is the target level to load the variables into.
Hope This Helps!
Lumstar
______________________________________
Keep On Coding!!
If my post helped you, please give me a star.
If your post helps me, I'll give you one!