HTML Text?

I have my action script that will display basic HTML

loadText = new loadVars();
loadText.load(“services.txt”);
//creating the loadVarsText function
loadText.onLoad = function() {
servicestext.text = this.services;
};

i need to know what to add.

I think its
html = true?