Custom dynamic text field .changing the BG color?

i need to make a dynamic text box with a transparent BG…here is my code. also i would like any other code to help customize it…thanks!


loadText = new LoadVars();
loadText.load("http://www.akmphoto.net/images/example.txt");
//creating the loadVarsText function
loadText.onLoad = function() {
        scroller.text = this.exampletext;
};