View Full Version : External File Help
HumanSimulator
September 1st, 2002, 12:24 AM
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
upuaut
September 1st, 2002, 02:04 AM
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?
HumanSimulator
September 1st, 2002, 02:32 PM
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
eyezberg
September 1st, 2002, 03:58 PM
Did you separate your different variables by an & ?
&bios=jjdfgjflk&contact=fdsjldjfkj&info=gjgjjkdfj and so on?
HumanSimulator
September 1st, 2002, 07:14 PM
Nope i didnt. i will try it though. hopefully it will help me. thank you
PeacE
-BoB
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.