Hello,
I am having problems loading an external text file into my loaded SWF with a dynamic text box.
I have my main timeline with my buttons on it and I would like to, on release load an external swf with a dynamic text box. Then load my text file into that text box. I gave my text box and instance name of loadText and the text file I want to load is data.txt.
How do I target the swf I just loaded? I’ve tried all sorts of _roots and _parents ect…
I’m using
loadVariables("data.txt","loadText");
which doesnt seem to work. Also tried to add a _root.loadText, _parent.loadText and nothing seems to work. I got it to work from the loaded swf with a simple loadVariables(“data.txt”,this);
Any help would be greatly appreciated…
Thanks…