I have a very dynamic site built in as2. all of the content comes out of an XML file. this file helps to create the menu and loads all the text. My text often contains links to other sections and i use this format to call my functions <a href="asfunction:_root.myFunction....

anyways. that works perfectly. Now the client wants something to happen on roll over. basically i need to call a function based on when the user rolls over a link in my htmlText. Also, because the site is so dynamic i don't think its feasible to manually place invisible buttons over my links. How can i do it dynamically? does anyone have a solution?

Thanks in advance