Voice recognition based UI

Hello!

I am currently developing an voice recognition based app for my college project. I am using Speech(string) that uses the Microsoft Speech SDK for it and i’ve got a rough patch to detect the words and they show up using the DX9 renderer.

My issue is that the app I am making has been made on Flash and I need to switch between screens using the voice recognition. which means i just say the command and it goes to that screen. Also There is the option of touch functions that switch screens too (since voice is not 100% accurate) so I need to be able to do that too…

Any ideas on how to do this? any input would be much appreciated! Thanks!