Please Any body tell me How to do Captch in Flex?
This type of Captch Creation needed any Java Services?
Could you give some example How to do Captch in Flex?(Just want 4 Word Text)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess that spambots are not so clever to interfere with flex app,
so if you want to check code at client side,
you can create text component with random text and (if you feel paranoid about bots that capture images and recognize text on them) apply some standard filters like blur, dropshadow and so on.
Alternatively you can create something like mx:HTML and then use some captcha service, like one you can see on following page: http://bash.im/add .