Linkevent node information

Hi all,

I have an xml file with linkevents written in like this: <a href=“event:images/image2.jpg”>Image2</a>

when i run my actionscript, the links show up (amongst other text) in a textfield and when clicked trigger linkevents which create popups based on the url given in the xml. Is there any way to get additional information from the corresponding <a> node when a link is clicked? I want to possibly add a different sound for each link, but I’m not sure of what would be the best way of doing this. Any help would be greatly appreciated.

Thanks