XML Text Area Links

Hi!

I’ve been able to load an external text file using xml and the text area component. Now I’m trying to figure how to internally link between different xml files. For example when I am in the “10_october_2005.xml” file in the text area I want to click “previous month” and have “09_september_2005.xml” load in the same text area. In FlashMX i was able to use the following code:

<a
href=“asfunction:_root.loadVarsText.load,09_september_2005.xml”>previous
month</a>

But this dosen’t seem to work in Flash 8. I can hover over previous month and it shows as a link but when I click it just dosen’t go anywhere.

Any help would be great :slight_smile: