Re: [Flashcoders] Capturing TextEvent from image in textfield

2009-11-11 Thread Ktu
...@chattyfig.figleaf.com [ flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Gerry [ noentour...@gmail.com] Sent: Tuesday, November 10, 2009 8:57 PM To: Flash Coders List Subject: Re: [Flashcoders] Capturing TextEvent from image in textfield http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3

Re: [Flashcoders] Capturing TextEvent from image in textfield

2009-11-10 Thread Karl DeSaulniers
Try pageText.displayValue.htmlText = 'pa href=' + event:a1 + 'img src=' + plus + ' /bOur world-class scientists/b/a/p'; I think it was reading your URLs as strings of text instead of variables holding the URLs. Not positive though. J.A.T. Karl Sent from losPhone On Nov 10, 2009, at

Re: [Flashcoders] Capturing TextEvent from image in textfield

2009-11-10 Thread Gerry
http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/flash/text/TextField.html#event:link On Nov 10, 2009, at 7:47 PM, Mattheis, Erik (MIN - WSW) wrote: How do I send an event from a click on an image in a textfield? Clicking on the actual text fires the event, but it doesn't fire when

RE: [Flashcoders] Capturing TextEvent from image in textfield

2009-11-10 Thread Mattheis, Erik (MIN - WSW)
. From: flashcoders-boun...@chattyfig.figleaf.com [flashcoders-boun...@chattyfig.figleaf.com] On Behalf Of Gerry [noentour...@gmail.com] Sent: Tuesday, November 10, 2009 8:57 PM To: Flash Coders List Subject: Re: [Flashcoders] Capturing TextEvent from image