TextMetrics
From the site:
Have you ever needed to find out where the line breaks occur in a dynamic TextField? How about the precise x/y coordinates of a particular phrase/string along with its width & height so that you could highlight it somehow? Or maybe the width of each line of text? That’s all possible with the gs.utils.text.TextMetrics class. And to be consistent with the getTextLineMetrics() function in the TextField AS3 class, it also returns the descent, ascent, and leading values too. You must publish to Flash 8 or later for accurate results.
http://blog.greensock.com/textmetrics/
HTMLStyle
HTMLStyle is a component I developed for the sake of simplifying the process of formatting html-text in Flex. It allows you to create a stylesheet pretty similar to the way you would place a mx:Style tag for declaring style definitions for your components.
The component also has a source property which can be set to target an external css file..
Check it out here:
rubenswieringa.com/blog/htmlstyle
TextAnimator
Animates text in a given textfield.
http://www.meychi.com/source/actionscript/classes/TextAnimator.asÂ
Autocomplete Text Field
Create an automcplete text field in an AS 3 project.
http://www.asserttrue.com/articles/2006/04/09/actionscript-projects-in-flex-builder-2-0
Text Search Engine Class
From the site:
Create text search engines in ActionScript easily using this versatile and lightweight class. It can be used in a simple way, or with expert features such as excluded characters, case sensitivity, etc.
http://www.pippoflash.com/index.php/2006/07/10/downaload-flash-text-search-engine-class/Â