Help me: does anybody know how to edit externaly uploaded text?

can anybody help me, I want to edit externaly uploaded text.

i have no idea how i can do this.

this is the source:

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

thank you very much.

ToB