can i use loadVariablesNum in MC and the variable from the txt file is transferred to be a variable of the MC.
ray chan
Printable View
can i use loadVariablesNum in MC and the variable from the txt file is transferred to be a variable of the MC.
ray chan
yes, just target the Movie clip instead of a window... not "_blank" or "_self", just use the mc name instance name instead...
MyLoadvars.SendandLoad("www.locationoffile.com", "movieclip", "post");
something to that extent...
theres a few good example at www.actionscript.com