PDA

View Full Version : Spam bot Avoidance...


Jimbrowski
10-17-2006, 06:03 PM
Hello....

Could someone tell me if spam bots can read Flash movies for email addresses please ??

If they can....is there a way of avoiding them ??

Cheers people...

Jimmy

icktoofay
10-18-2006, 09:27 PM
if you're using static text exporting as html, yes, without tweaking
to avoid, use actionscript
change static text to dynamic text and give it an instance name like email_txt
then on keyframe put
email_txt.text="myname@mydomain.com";

Jimbrowski
10-19-2006, 12:02 AM
Cheers for that.....nice and simple :)