
December 3rd, 2003, 07:48 PM
|
|
Gotta get to the next screen..
|
|
Join Date: Nov 2003
Location: Legion of Dynamic Discord
|
|
|
Hi,
you use the loadVariables function.
make a text file called mytext.txt. inside that write:
name=tommy&hair=brown
now in a new flash movie make a two dynamic text boxes. call the first one name and the second one hair.
In the first keyframe (the only one so far) enter in the actionscript panel:
loadVariables("mytext.txt", _root);
That should then load the variables from the text file into the relevant text boxes.
you use the & sign to append more variables like hair is above.
__________________
-Tann
-Vote for your favorite ActionScript editor here.
|