I've done this recently using the htmlText property of the Label
component and using a regular <a> tag. Flex doesn't style it to look
like a normal link ( blue underlined ) but you can do that with a
<font> tag. What's cool is you can use an event instead of a url (
something like <a href='event:click'> ) and handle the the event in
your Flex app to do some more complicated stuff.

Jamie

On Mon, Mar 31, 2008 at 5:46 PM, kenny14390 <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
> Is there a way to place a link (either LinkButton or just a plan
>  hyperlink) inside of a TextBox component?
>
>  

Reply via email to