Text and Resizing

I know that you can add a scrollbar to display all dynamically loaded text files, but I was wondering if there was a way to have the document resize so all of the text will be visible using no scrollbars within the flash document.

I guess I am just trying to make it look like a regular page as if it were done in Dreamweaver. I have outside people uploading txt files and I want them to seem like they aren’t flash files. Maybe there is another way to do this instead of using flash.

Hoping for some good feedback / info on how to do this.

Thanks in advance.

Here is the code I already have:

loadText = new LoadVars();
loadText.load(“frontpagetext.text”);
loadText.onLoad = function() {
frontpage.text = this.frontpage;
};