An old but very useful thread...
Three simple questions:
1. In the code (posted by Skribble_Style) verifying the website a game is being played on, it says:
code:
...
if (webSite.indexOf("www.website.com") != -1) {
//load the game
} else {
stop();
myMessage = "Copyright Infringement! ...
Does '//load the game' mean that AS should go there, or that the 'else' will be skipped and thus the game will be loaded?
2. So the javascript breaking frames should be placed right in the main timeline Actions of the FLA?
3. Running it through the obfuscator as the last thing I do won't clash with the other methods, right?
Licence Key Software for SWF?
Does anyone know of license key software that can be used to protect swf files against copying? - Nothing fancy - just simple, like most Pocket PC software, which runs for a month and then needs the key to be purchased and entered.
Thanx.
There are amazing obfuscators out there
The best obfuscators turn regular variables into keywords. That way when you decompile the swf, someone can't recompile it as easily.
----
Thus spake Alex Birch