Hi All, pleasure to be here.
I get a simple question. I am developing an application using simplecaptcha1.2.1.jar (http://simplecaptcha.sourceforge.net/).
Everything is fine, I know how to use SimpleCaptcha API and AudioCaptcha, and I know how to customize creating my our Servlet with AudioCaptcha ac = new AudioCaptcha.Builder() and Captcha captcha = new Captcha.Builder(400, 100).
What I am trying know is to synchronize the text that appears at the Image behind the Simple Captcha, and the audio behind of the AudioCaptcha, basically what you see is what you play and hear.
Any ideas on how to play and hear the text behind the image?
I will be more then grateful.
Best Regards
Marcel Aguiar