External text

have a prob here…

i want to load an external text in a dynamic textbox when the movie start playing…this is what i typed…

onClipEvent (load)
{
this.loadVariables(“File1.txt”, 0);
}

but the textbox is still empty when i play the .swf.

What could possibly be the prob here?

:link:

I have been using this to load dynamic text on two of my websites. This works real well:

http://www.kirupa.com/developer/mx/dynamic_scroller.htm

with or without the scrollbar.
:beam:

Also take a look at this tutorial if you need more examples