Hi,

In addition to what Glen said, I suggest that you refer to this post here:
http://troyworks.com/blog/2008/03/14/flash-textfield-actionscript-hyperlink-in-as30/

It's mentioned there that rollovers can be detected using
TextField.getCharIndexAtPoint(x:Number, y:Number).
Although you can use CSS to change links during "hover" it doesn't dispatch
an event for you listen to.

HTH

Thanks & Best regards,
Daniel Boey


On Tue, Dec 2, 2008 at 5:07 PM, Glen Pike <[EMAIL PROTECTED]> wrote:

> Hi,
>
>   You can use <a> tags in HTML textfields an you can also have these call
> ActionScript functions using "asfunction:funcname" or similar.  This would
> work nicely for text with only a few words that you want to highlight.  You
> can even use css to style your links.
>
>   If you want every word to do this, it would possibly better to write your
> own class to work out what word your cursor is over and highlight / tooltip
> for that.
>
>   Glen
>
>
> [EMAIL PROTECTED] wrote:
>
>> Hello List,
>>
>> Is there something like a "hover" event for links in HTML textfields? For
>> example, imagine an HTML textfield which displays the poem Jabberwocky. If
>> the user hovers over any of Lewis Carroll's nonsense words, a definition
>> appears in something like a tool-tip. Is such a thing possible?
>>
>> Cheers,
>> CB.
>> _______________________________________________
>> Flashcoders mailing list
>> Flashcoders@chattyfig.figleaf.com
>> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>>
>>
>>
>>
>
> _______________________________________________
> Flashcoders mailing list
> Flashcoders@chattyfig.figleaf.com
> http://chattyfig.figleaf.com/mailman/listinfo/flashcoders
>
_______________________________________________
Flashcoders mailing list
Flashcoders@chattyfig.figleaf.com
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to