all groups > flash (macromedia) > november 2004 >
You're in the

flash (macromedia)

group:

Dynamic Text wont submit


Dynamic Text wont submit GOTO_10
11/27/2004 10:02:47 PM
flash (macromedia):
I am trying to load dynamic text into multiple text boxes. Two of the three
work just fine but the third is just ignoring me.
All of the text boxes are on the main stage, all set to dynamic, the var names
are ( Home_Page, AboutUs, and Adventure)
I have tried LoadVariables and LoadVariablesNum. I have three seperate text
files with the text in them.
Text file format - Home_Page=sometext...&end;

The home page text box is the only one that isn't loading.
Looking for some trouble shooting direction I have run out of ideas.

:confused;:| Stupid text box :|
Re: Dynamic Text wont submit J_o_h_n_n_y
11/27/2004 10:52:13 PM
Hey there,
Re: Dynamic Text wont submit GOTO_10
11/30/2004 4:11:37 AM
And I have made sure that the var names in the text file and in flash match,
including case.




Code from Frame 1
//Load exteral data.
loadVariablesNum("intro.txt", 0);
loadVariablesNum("site.txt", 0);
loadVariablesNum("about.txt", 0);

stop();

intro.txt:
H
Re: Dynamic Text wont submit J_o_h_n_n_y
11/30/2004 5:25:43 PM
You can load multiple vars from a text file by putting them in URL encoded format. Example:

AddThis Social Bookmark Button