Quick Tip (Flex 4): Using asfunction in TLF (Text Layout Framework)
Do you remember the very old school global function called asfunction? It was used to call custom ActionScript methods clicking an HTML link. The definition in HTML was something like this: < a href='asfunction:myFunction' >my link< /a > .
