Hi,
I have an application that is using a MouseDown event on the stage, and a TextEvent to process links within an a TextField that shows HTML (links use a href). When the user clicks on the text link, the MouseDown event for the stage is processed first. I need it to process the TextEvent for link processing before it does the MouseDown one. Does anyone know a way to accomplish this? I tried using the priority in addEventListener, but that appears to only be for the same exact listeners.
Thanks in advance.
Regards,
~David