Relax Breath of Solution.

Just I wanted.. Do you?…

Customizing the Look & Feel of a Flex Application

Applying Styles Flex styles are based on the web standard CSS (Cascading Style Sheets). There are several levels a style may be applied at: You may specify a single style on a particular component, use a CSS Class selector to set several styles together or use a type selector to specify that all components of […]

HTML link in Flex – Listening for the link event in a Flex Label control

I’ve never found the need to have HTML links in Flex behave (and look) like their true HTML counterparts, but a student recently asked how she could get HTML links defined in a Text control to behave like regular HTML links.