Problem displaying external TXT in dynamic textfield

Hi guys,

This the code:
loadVarsText = new LoadVars();
loadVarsText.load(“home.txt”);
loadVarsText.onLoad = function(success) {
if (success) {
// trace(success);
textBox.html = true;
textBox.htmlText = this.myText;
}
};

These are the settings of the dynamic textfield.
instance name: textBox
Font: FFF Bussines
Size: 8
Multiline

The problem!!!
When playing movie.
The text is rendered really bad + certain characters like “ë” it cannot display.
When i dont use the option (load external txt) just use a static textfield with the same options set as the dynamic text field the movie displays the text really good.

I want to load external!!! But need help with settings

Thanks Ian