Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 02-21-2005, 02:07 AM
Junior Member
 
Join Date: Aug 2004
Posts: 27
Default How to protect my SWF file in the "temp" folder

??? : :-\ :'( :-X
Hello 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
Reply With Quote
  #2 (permalink)  
Old 02-21-2005, 11:55 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re:How to protect my SWF file in the "temp" folder

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");
Then the movie will be invisible.

in swfkit insert a "turnon" script and add code
Code:
FlashPlayer.targetSetProperty("_root", 7, "1");
The the movie will be visible in swfkit

Method 2: add several blank frames at the beginning of your movie, in frame 1 action script
Code:
fscommand("ffish_run", "go");
stop();
Then the movie will be a blank movie.

in swfkit, insert a "go" script and add code
Code:
FlashPlayer.gotoFrame(the proper frame number);
Method 3: remove the main movie just after it has been loaded
Application.onMovieLoaded = function (name)
{
(new File(name)).remove();
}
Reply With Quote
  #3 (permalink)  
Old 02-22-2005, 10:38 PM
Junior Member
 
Join Date: Aug 2004
Posts: 27
Default Re:How to protect my SWF file in the "temp" folder

;D
Dear TopCMM:
Thank you very much for your help , I tried your three ways of swf Protection & they all worked

B.Regards
MultiDesign
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 07:44 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.