Casey Sistrunk - 2003-04-18

should make a automatic (real time) or even a manual spell checker built into it.. i wish flash had that feature too.. my spelling is horrible.. i dunno anyways.. i bet there are some open source spell checking code or a database of words.. i'm not sure if whatever it is that you use to program it in has string matching features.. but you know like with php it has soundex and metaphone... if the language your using dosnt have soundex i wrote a php function to make the soundex string of a word (to prove i could do it).. so if you were to get a word database somewhere that has the soundex of the word in the database or whatever you could easily convert the php function into c++ (assuming that's what you use) and booya! ok sorry.. the idea is good my method is prolly crap... anyways :-D