# Help with dynamic text

**URL:** https://forum.kirupa.com/t/help-with-dynamic-text/93482
**Category:** Uncategorized
**Created:** [October 31, 2003, 4:24pm UTC](https://forum.kirupa.com/t/help-with-dynamic-text/93482 "2003-10-31T16:24:35Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![bredhead](https://avatars.discourse-cdn.com/v4/letter/b/e480ec/32.png) [@bredhead](https://forum.kirupa.com/u/bredhead)
#### Post date: [October 31, 2003, 4:24pm UTC](https://forum.kirupa.com/t/help-with-dynamic-text/93482/1 "2003-10-31T16:24:35Z")

</div>

i followed the tutorial and got some other advice. I can load the text from a text file till later in my movie. i have 8 different areas of information but there is no text shown in the last two even though the actionscript is identical. the link is [www.polo-intereactive.co.uk](http://www.polo-intereactive.co.uk) if anyone can help i can add the fla  
this is the gist of the actionscript given to me:  
loadText = new LoadVars();  
loadText.onLoad = function(success) {  
if (success) {  
\_root.mc\_07.text01.text = this.myWater;  
}  
};  
loadText.load(“main.txt”);  
can anyone help?  
still lost:(  
bredhead
