How to Highlight the Text in Flex(with Full Source Code)
...TextField
1.getLineIndexOfChar(charIndex:int):int
Returns the zero-based index value of the line containing the character specified by the charIndex parameter
2.getLineOffset(lineIndex:int):int
Returns the character index of the first character in the line that the lineIndex parameter specifies
3.getLineLength(lineIndex:int):int
Returns the...
