So basically, I would like to make something that requires the user to say terms like "next", "previous", etc. and link them to specific actions within the script.

I've searched the internet for voice recognition scripts, but I failed to find anything useful.

It's no problem to store the sound fragments on my server, but it's rather the proces of checking if voice input later on matches one of the previously recorded words.

Is there any way I can make this work in AS3, or should I just abandon what I'm trying to accomplish?