10.23.09

Flex Label Linkability

Posted in Flex, Programming at 10:06 am by Justin

Turns out in order for HTML links in the htmltext property of Label/Text to work (both by using a direct link to a URL or by using the ‘link’ event), ’selectable’ must be set to to true. Dumb. Especially considering when it’s set to false, the links still give you the hand cursor, making it appear the link should work.

Leave a Comment