# Load text ... again

**URL:** https://forum.kirupa.com/t/load-text-again/98583
**Category:** Uncategorized
**Created:** [January 8, 2004, 8:36pm UTC](https://forum.kirupa.com/t/load-text-again/98583 "2004-01-08T20:36:18Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Uli](https://avatars.discourse-cdn.com/v4/letter/u/ccd318/32.png) [@Uli](https://forum.kirupa.com/u/Uli)
#### Post date: [January 8, 2004, 8:36pm UTC](https://forum.kirupa.com/t/load-text-again/98583/1 "2004-01-08T20:36:18Z")

</div>

Hello,  
i’ve been reading [http://www.kirupaforum.com/forums/showthread.php?s=&threadid=43002](http://www.kirupaforum.com/forums/showthread.php?s=&threadid=43002) but it didn’t help me out…

I’m using this same code:

loadText = new LoadVars();  
loadText.load(“TEXT.txt”);  
loadText.onLoad = function(success) {  
if (success) {  
// trace(success);  
newsBox.html = true;  
newsBox.htmlText = this.myNews;  
}  
};

it works when i test within flash but when i export and test, it doesn’t work anymore … what am i doing wrong???  
I even tried loadText.load("…/TEXT.txt"); but it’s not working either…
