Simple Flash Spell Checker V1.0 AS3
Simple Spell Checker allows the designer/developer to provide spell check and word suggest function to their users. The spell checker is an extension of the flash.text.TextField and it inherits all the properties of a textfield. All you have to do is create an instance of the spell check textfield and add it to the stage. The component will load the dictionary and do the rest of the work for you.
In order to keep the loading time to a minimum and provide flexibility to the users, I’ve included a really light weight dictionary that can be extended as you desire.
Light Weight Dictionary Info
Words: 11,000
Size: 104 kb
NOTE : Please make sure the dictionary is sorted in ascending order after every modification.
Please look at Simple Flash Spell Checker v.2.0 if you need a more powerful dictionary with compression ability

Thanks for looking everyone!
