Simple Flash Spell Checker v2.0 AS3
Simple Flash Spell Checker V2.0 AS3
This actionscript based Simple Flash 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. Version 2 comes with a dictionary compressor and the ability for the spell checker to decompress that dictionary on the fly.
The entire Flash Spell Checker is written in Actionscript 3.0 and can be added to the stage with 2 lines of code:
import com.tse.controls.SCTextField;
addChild(new SCTextField());
v2.0 New Features
- Brand new dictionary with 80,000+ words
- Includes Dictionary Compressor to improve performance
- Accepts compressed Dictionary as input
- Tuned Suggestion Algorithm
- Dispatches COMPLETE event when the dictionary completes decompressing/loading.
Below is a screenshot of the Dictionary Compressor that is included:
The dictionary compressor allows you to compress your dictionary to a smaller size for speedier transfer. The compressor is capable of compressing dictionary files up to 65% of its original size.
Please look at Simple Flash Spell Checker v.1.0 if you don’t need the compressor and the heavier dictionary
Thanks for looking everyone!



14comments