Flash AS question about loadvariables?

jok3r

New member
Hello, I'm trying something , if someone know whats the problem please help me. Here is my codes;
_root.loadVariables("results.txt");
var f1:String;
trace(f1)

results.txt is like that
&f1=blabla


This trace gives me UNDEFINED
How can i fix it ?
I already did that but still same
 
Back
Top