View Single Post
Old 03-03-2009, 01:58 PM   PM User | #2
gnomeontherun
Senior Coder

 
gnomeontherun's Avatar
 
Join Date: Sep 2007
Location: Houston
Posts: 2,846
Thanks: 10
Thanked 238 Times in 229 Posts
gnomeontherun will become famous soon enoughgnomeontherun will become famous soon enough
Well, there is no foolproof way to do this. Reason is no matter what you do, someone can figure out how to retrace your steps. So yes you could hide the location of your actionscript, but it would be easy to track down with a decompiler.

Alternatively you can obfusicate the code, basically using a tool that makes the code only readable by a machine. Its great, except that the same tool that scrambles it can possibly be used to reverse it (since its a pattern replacement tool).
__________________
jeremy - gnomeontherun
Educated questions often get educated answers, and simple questions often get simple answers.
gnomeontherun is offline   Reply With Quote