dahongpalay
12-03-2007, 08:22 AM
Hi, i'm fairly new to AS3.
I have a textfield, say textFieldSample, that has an externally loaded html content and I added a listener (textFieldSample.addEventListener(TextEvent.LINK,h andlerFunction); ) to it to detect when links are clicked within my textfield. Everything was working fine until I added images in my html content, and then the listener doesn't simply fire anymore. I'm don't know what is wrong with it.
Help please?
I have a textfield, say textFieldSample, that has an externally loaded html content and I added a listener (textFieldSample.addEventListener(TextEvent.LINK,h andlerFunction); ) to it to detect when links are clicked within my textfield. Everything was working fine until I added images in my html content, and then the listener doesn't simply fire anymore. I'm don't know what is wrong with it.
Help please?