View Single Post

  #10 (permalink)  
Old 29-07-08, 22:09
Petepool Petepool is offline
Junior Member
 
Join Date: Jan 2008
Posts: 1
Rep Power: 0
Petepool is on a distinguished road
Question Re: Captcha for Flash CS3

Quote:
Originally Posted by Flep View Post
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!
Reply With Quote