Bill i get a page cannot be displayed on your link do those include how to have differnt formationg in the text box? like using html code? I need some lines to be bold and some to be regular. also i got it to load using this .. but do i need all this code?
brief = new loadVars();
brief.load("txt/test.txt"

;
//assign a function which fires when the data is loaded:
brief.onLoad = function(success) {
if (success) {
trace("done loading"

;
//Now that we know the data is loaded,
//set the text content of the Text Field
//with the instance name "scroller" equal to the
//contents of the variable
briefing.text = this.var1;
} else {
trace("not loaded"

;
}
};