External File Help

Is there any way to use one external text file and have different parts for different dynamic text boxes? i tried just putting new headers like bio= and journal= but it all went into the bio text field and not the journal one. Is there a way to do this??

PeacE
-BoB

How do you have it set up? One txt file which contains two variables, or Two different text files?
When you load it into Flash, how are you doing it? ie are you using loadVariables(); or loadVariablesNum();?
Are the two text fields on the main timeline or in movie clips?

Right now i have it set up as multiple text files but i wanted to know if you could have more than one in the same text file. They are seperate movies and loaded by
l
oadText = new loadVars();
loadText.load(“six2.txt”);
loadText.onLoad = function() {
scroller.text = this.bios;
};

PeacE
-BoB

Did you separate your different variables by an & ?
&bios=jjdfgjflk&contact=fdsjldjfkj&info=gjgjjkdfj and so on?

Nope i didnt. i will try it though. hopefully it will help me. thank you

PeacE
-BoB