Groups | Blog | Home
all groups > flash actionscript > june 2005 >

flash actionscript : Dynamic text


Ineedsleep
6/7/2005 10:50:05 PM
I have a dynamic text field that loads in from another source

this is the code I use:

loadText = new LoadVars();
loadText.load("http://www.djnow.co.uk/~newsite/data.txt");
loadText.onLoad = function() {
infoa.text = this.infoa;
};

this works fine when its on the main time movie but I want to put it in a
movie clip and make it move but when I put it a movie clip it just disapears?
does any one know how to remidy this?

please help
kglad
6/8/2005 1:31:22 AM
AddThis Social Bookmark Button