Changing dynamic text files

Ok, so here’s what I’m trying to do. I have text loaded into a text area from “text1.txt” This file is html and has links in it. When someone clicks on a certain link I want it to change the text that is loaded into my content area. Much like an iFrame works in HTML. So when they click “link 2” it would load “text2.txt” into the text area. Is this even possible?

Another option I have is to have the link tell flash to gotoAndStop on a certain frame as well as send a variable. So tell tell flash gotoAndStop(“newtext”); and textno = “2”; Then have flash do the necessary loading of text files in the frame it was told to go to.

Thanks everyone in advance for any help you have to offer.