|
|||
??? : :-\ :'( :-XHello TopCMM : I have a question about the folder that opens in "temp" when the application runs??? When the SWFKIT application runs we notice that it opens a temprorary folder at windows folder "temp" and this folder contains the swf file which allows any one to copy it from this folder. so, is there any way to protect the swf file that opens it this temporary folder from being copied & used by anyone. Thanks for your time MultiDesign |
|
|||
|
There are many ways to protect your movie.
Method 1: in frame 1 of your swf movie, in action script Code:
_visible = 0;
fscommand("ffish_run", "turnon");
in swfkit insert a "turnon" script and add code Code:
FlashPlayer.targetSetProperty("_root", 7, "1");
Method 2: add several blank frames at the beginning of your movie, in frame 1 action script Code:
fscommand("ffish_run", "go");
stop();
in swfkit, insert a "go" script and add code Code:
FlashPlayer.gotoFrame(the proper frame number); Application.onMovieLoaded = function (name) { (new File(name)).remove(); } |
![]() |
Was this information helpful? Yes No
| Thread Tools | |
| Display Modes | |
|
|