If you are using RichEditableText component in Flex 4 for text layout and want to call actionscript methods within the texts, the old Flex 3 event handler “TextEvent.LINK” won’t work as it is using Text Layout Framework(TLF) now… There are 2 ways of handling AS methods within RichEditableText component: 1. Use same old Flex 3 [...]

continue reading.....