1/10/2011 12:38:55 AM
Title:
protect swf
Hi to all,
i want to protect my .swf from decompiling how can i achive it? please help me.....
1/10/2011 7:41:17 AM
there is no fool proof way to protect swf file. Swf files that load data from external files like xml, notepad, swf and images etc are difficult to decompile.
1/10/2011 8:03:40 AM
you can load some of your important variables from server before running swf file. This is the most widely used technique. Decompiles can decompile the code but your file wont be able to run without those variables.
1/11/2011 12:20:15 AM
check this article about protecting your swf from decompiling.Kepp in mind that SWF is an open file format, there is no such practice which can totally make your file secure from decompiling. You can only put hurdles in the path of decompiling and prevent your file from easily decompiling.