Qunto
10-16-2002, 07:24 AM
I am wanting to inport a .txt file into dynamic text.. I can't alter the text file in anyway. So i can't put "text=" anywhere.
I am trying with this AS so ar.
function getdata() {
myNews = new XML;
myNews.load("(Link: http://localhost/qunto_news.txt)http://localhost/qunto_news.txt");
myNews.onLoad = function(){
textbox = myNews;
trace(myNews);
}
}
getdata(); {
It inputs it into the flash file, but it doesn't place it inside the dynamic text box,
Also if it is worth anything, it come up with an output box when testing, showing the contents of the .txt
Could some1 help??
Thanks in advance
Qunto
I am trying with this AS so ar.
function getdata() {
myNews = new XML;
myNews.load("(Link: http://localhost/qunto_news.txt)http://localhost/qunto_news.txt");
myNews.onLoad = function(){
textbox = myNews;
trace(myNews);
}
}
getdata(); {
It inputs it into the flash file, but it doesn't place it inside the dynamic text box,
Also if it is worth anything, it come up with an output box when testing, showing the contents of the .txt
Could some1 help??
Thanks in advance
Qunto