Posts Tagged ‘Text’

How to Highlight the Text in Flex(with Full Source Code)

Text-Edit Maybe you have read RegExr: Online Regular Expression sample(www.regexr.com) , the high-light effect of matched characters is perfect and with the mouse moving will show the detail information of the alphabetic string as the following image show. 

clip_image002

Because it adds a DisplayObject into the matched alphabetic string.

Then let’s try to do this effect.  

Search-256x256 Demo | DownloadDownload Full Project

(more…)