Load text ... again

Hello,
i’ve been reading 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…