I'm currently working on a Flash typing game, where you have to re-type some text from one text box to another, then the game detects all the various types of errors you made (inverted characters, inverted words, added, missing or wrong characters and lower/uppercase errors) and displays the text back to you with the errors highlighted with different colors.
Since I couldn't work out how to do this on my own (and couldn't "legally" find anything similar with source code), I found an online Java app which does exactly this (1), decompiled the code with JD Java Decompiler (2) and tried to port it to ActionScript. I think I got everything right (the languages are fairly similar), but I can't get it to work 100% right in Flash. I don't know to fix this and been banging my head for the last couple of hours with this.
Can anyone help me shed some light on this? Thanks a bunch in advance.
Since the site won't let me allow posting more than one link, all the relevant links are here