Quote:
Originally Posted by Flep
PS:
is someone thinks it's too hard to catch the letters, just change the font 
|
Hi,
I am trying to change the font and must be missing something. I did this change in the Captcha.as file:
private function getFormat():TextFormat
{
var format:TextFormat=new TextFormat();
format.font="Courier New";
//format.font="Flubber";
format.size=24;
format.color=0xFFFFFF;
return format;
}
But when I run the flash, I just get the background and the text in the captcha graphic is not visable.
Thanks for any help.
PS This site is fantastic! What a great find for a newbee!