Dynamic text and anchors

here is my problem… i have a dynamic text field that i am calling text into from an external text file and i need to have flash buttons call to anchors within that text field.

here is my code for the first frame to call the text (if this helps):

myData = new LoadVars();
myData.onLoad = function() {
myText_txt.htmlText = this.content;
};
myData.load(“glossary.txt”);
stop();

and i am using the <a name=“A”></a> code within the text file so that button A will call to anchor named A…but i just can’t seem to figure this one out.

anyhelp here would be very appreciative…thanks in advance…