I am having the toughest time finding documentation on the simple step of just getting a dynamic text box to import the text file. can someone maybe point me to step-by-step instructions on the basics on how to do this? I am so helpless right now!!!
I don't want to have any buttons loading the text, I just want it to load when you get to it in the frame that the text box is in... is this possible?
basically - I have a menu on the main page of the flash - and when you click one of the items in the menu it goes to a certain frame number which then plays a movie.... inside this movie it loads a dynamic text box and stops (hopefully displaying the text in a text file).
Hey - i tried all that and for some reason nothing is working right.
my textfile name is "news.txt" in the body of the textfile I have this: News="blah news blah blah news";
on the frame that it stops at it has this:
Is the onClipEvent(load) necessary? Unless you have the textbox etc. in a separate movieclip that is loaded at that frame it shouldn't be. When you're loading variables into movieclips it's important to target things properly, the variables will be loaded into the _root of level 0 of your movie.
Try placing the textbox into a frame of the main movie on the _root level first of all just to check that you can make the principle work.
Once you know that you can load into the _root of the movie successfully it's easy then to point your movie clip at that variable using a path such as _root.News in your movieclip's textbox.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.