Click to See Complete Forum and Search --> : Email protection?
Maggee
11-13-2006, 03:14 PM
When email link is embedded in .swf file, is it protected from spam-bots or email harvesters? Or does something else need to be added?
necromanthus
11-13-2006, 04:47 PM
When email link is embedded in .swf file, is it protected from spam-bots or email harvesters? Or does something else need to be added?
No, is not protected.
Certain web bots and spiders are able to scan the SWF files.
But you can fool them ... :smoov:
Spread these instructions around:
george = "maggee";
walker = "@hotmail";
bush = ".com";
Now the script for that button:
on(release){
_root.getURL("mailto:"+george+walker+bush);
}
Another method is to encrypt all the variables.
But (in this case) this a waste of resources for an insignificant thing ...
have fun
XareoX
11-13-2006, 06:40 PM
when i click submit it wont work and the bug happend to me again.
XareoX
11-13-2006, 06:48 PM
heres another way for the main timeline actions if you want it in there =)
george = "maggee";
walker = "@hotmail";
bush = ".com";
button.onRelease=function(){
_root.getURL("mailto:"+george+walker+bush);
}
well they both do the same thing.
Stoke Laurie
11-13-2006, 07:52 PM
tried it myself and it worked when I realised my mistake, I han spelt walker wrong in this line
_root.getURL("mailto:"+george+walker+bush);
bet I'm not the first to make that mistake!!!!!!!!!!!!!!!
Maggee
11-14-2006, 02:03 AM
Thanks everyone. Now let's see how bad I can mess it up :rolleyes:
tmoore935
11-14-2006, 08:04 PM
You could look into form mail, which keeps you more privite but not 100 percent. There are some at koolexchange.
flashkit.com
Copyright WebMediaBrands Inc., All Rights Reserved.