The following example shows how you can assign an HTML formatted string to a Panel container’s status text field using the getStatusTextField() method in the mx_internal namespace.
Full code after the jump.
Continue reading ‘Adding links to a Panel container’s status text in Flex’
The following example shows how you can use the link event with the Label control in Flex to handle hyperlinks embedded within a string of text. By using the “event:” prefix in the href property of an anchor (<a />) tag, you can handle links within your Flex application, use the ExternalInterface API to call JavaScript from Flex, or do pretty much whatever else you want.
Full code after the jump.
Continue reading ‘Listening for the link event in a Flex Label control’