hi,
i´ve got the problem, that i can´t read the whole value out of a .txt-file into a variable in flash if the value in the .txt-file is longer than 12 characters.
example
file: questions.txt
question=What is the name of ...
in flash i´ve created a dynamic multiple-line field with the name question
in the first frame of the movie i write:
loadVariablesNum("questions.txt",0);
_root.question=this.question;
as result the text-field gets the value "What is the ", but not more 🙁
does anybody know, what my mistake is?
thx, mario
🙂==