is there another way of securing your register page from robots, I’m thinking about doing my registration page as a flash (swf, my site requires flash for video streaming anyway), would that help, or not?
what else can I do?
is there another way of securing your register page from robots, I’m thinking about
Share
… and then your SWF flash page will post a HTTP request. Which any minimally skilled spammer can capture, and automate the HTTP POST to register on your website, instead of interacting with your flash content.
CAPTCHA means “Completely Automated Public Turing test to tell Computers and Humans Apart”. A flash interface only raises the bar, but won’t address the issue at hand. If you are really interested in trying other methods, check these turing test alternatives from W3.org
On the traditional CAPTCHAs, you should check reCAPTCHA before ditching that approach. I use them in a few projects and found it easy to integrate and does the job well.
Good luck there, human! 🙂