I’m trying to load text1.txt in my dynamic text box Scrolltext, but it won’t work. I have tried several tuts on several sites, but none of these work. Here is my script:
Make sure all your names match up. For example, you mention your textbox is called Scrolltext but you have it as scrolltext in the code. Also you say you are trying to load text1.txt but in your code you have TEXT2.txt. I do believe that Flash is picky about capitals and such so make sure all your t’s are crossed and your i’s dotted. If you are still having problems post again.
Oh and one more thing to check. In your text file make sure it starts with myNews=whatever your text is - with no spaces before or after the equal sign.
you see the line that says:
loadText.onLoad = function(success) {}
you need to take that last character off, so that it only reads:
loadText.onLoad = function(success) {
and then, to the very end of that piece of code, add another
}
so that you get:
Thanx for the replys, but there is still nog solution.
All the names match up, and the updated code from cyberathlete work neither.
More sugestions?
EDIT:
I have done the code inside a frame. Everytime i test the movie, flash shows the warning:
The identifier ‘loadVars’ will not resolve to built-in object ‘LoadVars’ at runtime.
loadText = new loadVars();
But i don’t really understand what it means (I’m dutch you know).