Email Spam Protection

Inspired by ActionScript.org
Email Spam Protection by ManMeng
Special thanks to SWFOBJECT

Email siaukia@gmail.com for information

Email Spam Protection ( 24th September 2007)
Copyright (c) 2007 ManMeng.net. All Rights Reserved.

+++++Using the Script++++++++++++++++++++++++++++++
A combination of help from DECONCEPT’s SWFobject (http://blog.deconcept.com/swfobject/)
that basically enable this trick to work. You wouldn’t need to open up Flash to edit
and add email address for your site which the variable can be added through the html file.

<script type=”text/javascript”>
var so = new SWFObject(“email_protect.swf”, “mymovie4″, “200″, “30″, “8″, “#FFFFFF”);
so.addVariable(“variable1″, “siaukia@gmail.com”);
so.write(“flashcontent”);
</script>

Note the “variable1″ which is automatically grabbed from the html file.

Author’s Note
Enjoy and share the love!

Email Spam Protection
Download (zip) / View Demo