prevent copying flash projectors?
prevent copying flash projectors?
Out of context: Reply #7
- Started
- Last post
- 10 Responses
- honda0
can't say much on the .exe distribution thing. i'll look into it.
but here is what i use in my .swf's.
a = preloader._url;
if (preloader._url.slice(0, 4) != "http"){
trace ("i see you");
for (n=1; n>0; n++){
trace ("sucker");
}
}put that code in the first frame of your movie. MAKE SURE YOU COMMENT IT OUT WHILE YOU ARE TESTING LOCALLY. once your file is done and ready to put on the web, uncomment the code, publish and upload. if the .swf is run in the browser, no problem, things are great. they try to run it as a standalone outside of the browser, it locks their computer in an infinite loop.
cheers and good luck.