how do you upload a .txt file from the same directory as the .swf file, into the movie, and then display it into a dynamic text box, usingf action script?
mydata = new loadvars();
mydata.onload = showtext;
function showtext (){
mybox.html = true;
mybox,htmltext = mydata.text; //or whatever variable name you use in the text file
}
mydata.load("mytextfile.txt"
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.