Linking external files

Ok, i’ve tried the search but that didn’t offer much help.

I have a .swf with a empty movieclip in it ( lets say “main”). In this empty movieclip an external .swf (lets say “content”) is loaded.

In content.swf I have a textArea and with AS I load an external XML or HTML file (lets say: “test1.html”) into the textArea.

Here’s the problem.
I want to use links in the (external) text, and when I press the links in my animation, I want content.swf to display the target of the link (lets say: “test2.html”)

Anybody got some ideas???