ActionScript 1/2 :: Protect Swf Files From Being Decompiling

Aug 26, 2009

Can i know whether there is any way to protect swf files from being decompiling. I have seen that some tools are available for decompiling the swf files.

View 4 Replies


Similar Posts:


ActionScript 2.0 :: Preventing Swf Files From Decompiling?

Sep 10, 2009

What is the best way for preventing swf files from decompiling?

View 1 Replies

ActionScript 3.0 :: Protect Files (make External Then Unopenable Such As .lib Files)

Jul 19, 2011

I'm working on making a pretty chunky game engine for games I plan on making, but I was wondering if you make external AS files unopenable such as .lib files, so that if I give it to a friend that wants to use it, he/she cannot change my code. Is there anyway to make external AS files unopenable? Also, obfuscation isn't an option for this problem as it only stops the people who hack the finished product, not stopping people who have access to the actual files.

View 2 Replies

ActionScript 3.0 :: How To Protect .as Files

Apr 20, 2011

I've just spent a few weeks on an flash project that I want to protect. The problem is my project has a lot of classes in external .as files. How can I protect these from being copied?

View 9 Replies

Php :: Protect Files From An External Call?

Jul 26, 2011

I've got a Zend Framework project with an admin area. In the admin area is a Adobe Flex (Flash) application to create, save and open pdf files. The pdfs are stored in http://localhost/public/pdf/.Is it possible that only the flex application (logged admin) has the permission to open the generated pdf files?How can i protected the files from a direct external browser call eg. through http://localhost/public/pdf/mysecret.pdf

View 2 Replies

Flash :: Protect Files From Being Decompiled By Any User?

Feb 27, 2007

Is there a way to protect my flash files from being decompiled by any user?

View 2 Replies

ActionScript :: Flex - Protect .swf/.swc Files From Decompilation?

Aug 1, 2010

it is possible to protect a .swf file from decompilation?i've been reading about compiling class libraries in a .swc file for distribution without revealing the code - possibly selling it. however, there are .swf decompilers you can use to expose the code, and a .swc file is simply a .zip archive, so changing myswc.swc to myswc.zip will reveal the .swf files of the library.

View 2 Replies

Flash :: Protect Images Embedded In Swf Files?

Jan 19, 2011

I need to protect images embedded in a swf file. I've noticed Swf Encrypt scrambles the images, like so:

How is something like this achieved ? How does image scrambling work ? I've noticed the image is stored a bitmap. Not sure how information is stored.I imagine it would be possible to use something like AS3SWF to access the content of a swf, but what would I need to change for the image swf tags ? I don't know much about security/obfuscation/encryption, so any tips will be handy. The programming language for this shouldn't matter much.

View 1 Replies

ActionScript 2.0 :: Protect SWF Files From A Decompiler At Website?

Feb 4, 2012

i have an important swf file and i want to make full protection to prevent any one from downloading or saving the content in any way.

View 2 Replies

Actionscript :: Block Any Decompilers,protect Also Protect Graphics?

Aug 18, 2010

I would like to protect my flash files. I would like to block any decompilers,protect actionscript and also protect graphics. Some time ago,I tried to decompile a swf and when I placed it inside a decompiler , it showed me a login form and no graphics.I believe that is the ultimate protection method.Do you have any idea what software can do that ?

View 2 Replies

Flash :: How To Prevent SWF From Decompiling

Oct 29, 2009

How do I prevent my SWF from decompiling?

Is there any difference between ActionScript 1/2 and ActionScript 3 in the perspective of decompile prevention?

This is an opposite question of the following question:

How do you decompile a swf file? [URL]

View 2 Replies

Flash - Swf File Decompiling Program?

Aug 11, 2010

I have decompiled an swf file in to .fla file by using a registered decompiling software, in that fla file there is code "getURL("./home.html", "_self");" , but when i run this file getting the following error.The currently targeted Flash Player does not support the getURL action.

View 1 Replies

ActionScript 3.0 :: SWF Protection Prevent Decompiling?

Jun 17, 2011

Has anyone used Flash Secure Optimizer to protect their SWF files? I read an article about it online, how reliable the article was.

Basically, I just want to take precaution from my SWF file being decompiled and/or reverse engineered.

View 6 Replies

ActionScript 2.0 :: Cool Decompiling Text Effect?

Mar 27, 2006

I have the following code but it only works when published for flash 6 and I need it to work for flash 8.Ive tried to tweak it but cant get it to work.I think it would be best if I could make a function out of it - ie:call the function like:myTextbox.textEffect("this is some decoding text");My actionscript is coming along but Im still learning.

Code:
myString = "this is some decoding text";
charDisplay = myString.length;

[code].....

View 4 Replies

ActionScript 2.0 :: Login Form - Extract The Password By Decompiling The Swf In Flash

Aug 2, 2008

I have a simple login form in Flash for a website. All users login using the same password. The current actionscript which I am using is as follows.

[Code]...

however it is very easy to extract the password by decompiling the swf. somebody direct me to a Flash - PHP (but no Sql) validation tutorial?

View 4 Replies

IDE :: Protect AS Classes Going Out On Cd?

Mar 17, 2011

i've got an AS3 project going out on cd. The project will consist of the SWF, several folder directories containing flvs, and folders containing ActionScript Classes used by the SWF. I'm not so much worried about protecting the FLV's or the Swf, but the cd could eventually be snagged by a rival company. is there a way to somewhat protect or encript external actionscript classes?

View 3 Replies

Protect Against Audio Downloads?

Aug 30, 2009

I have a flash application that plays .mp3 files. I use the Sound object and the .loadSound method. It is quite easy for someone to download the mp3 files from say a plugin for Firefox called DownloadHelper, or using the Safari Activity window. Is there a way to protect against this?

View 5 Replies

ActionScript 3.0 :: Protect A Swf When It Is Placed On A Webpage?

Jun 8, 2010

Is there anyway to protect an swf when it is placed on a webpage.  I know I can copyright things, but this will not stop people from getting their hands on it.  Is there any code I can do to stop any of these decompilers working on it or anything.

View 7 Replies

Professional :: Preloader To Protect Swf?

Mar 1, 2011

I have found heaps of preloaders that work on the time line of game but offer no protection.Does anyone know where I can get a sample code for this or where I can buy a preloader from so that it loads before the game and if someone tries to save the page they get the preloader instead of the SWF? flash designer I know said its possible but hasn't got time to create one. He gave me this code in a FLA but when I embedd the swf in to the site it doesn't load anything just displays the preloader

function setProgress(num)
{
_root.percentDone = int(num);

[code]....

View 10 Replies

ActionScript 3.0 :: Protect A SWF File?

Mar 24, 2011

I'm wondering if there's a way to protect a swf file from download, something like DRM video file.

View 1 Replies

Professional :: How To Protect An Application

Jul 29, 2011

My flash app is pretty much finished, before II put it online I was wondering how does one protect it? for example from someone just taking the swf and putting it somewhere or from someone using one of those flash decompilers that turns a swf to a fla?

View 7 Replies

Professional :: Protect SWF Against Decompiler?

Aug 23, 2011

i want to ask question about swf protector against swf decompiler.i saw so many protector using obfuscator,encryption like that..i want to use FMS (flash media server) that will invoke callback function..i'm afraid using encryption,will not detect the name of the functionmy question is :is there any other solution except using obfuscator to handle decompiler?

View 2 Replies

Way To Protect Incoming Stream

Oct 26, 2011

I like to protect, with a password and user name, the incoming stream to the FMS (application Live Packager). How can I instal a password (I don't mean SSL), to prevent that unauthorized persons can stream their own content over my server. This means, the Flash Media Encoder should ask for a password and username.

View 1 Replies

Php :: Is Rtmp The Only Way To Protect Images

Jul 5, 2010

I have images that I need to manage access to. I've come across osmf and rtmp streaming which are flash/adobe technologies and would require me to install a special server. Anyone knows of other ways to get the same effect with php.By "manage access to" I mean that the average user would not be able to save the page and save the image with it. If they want to view the image again, they would have to revisit, re-request it. Flash streaming server offers that, but are there non-flash/adobe solutions to compare it to.

"Give up" is not something you say to your employer who is a publisher and has legalrequirements to protect the IP other entities license to them. Sorry, but I don't make management decisions, and I'm not a lawyer. I work in the technical department and need to find the best technical solutions to what's being asked. If it still fails occassionally, I would say this is the best technology has now, and I've given it to you. I don't want to be found personally negligible when I should have done my best. Some people don't seem to have real jobs?

View 5 Replies

Asp.net :: How To Protect Flash From Getting Downloaded

Feb 15, 2012

I am developing a elearning site and we have developed our courses in Flash. I want to know how we can prevent our courses from getting download from our site. Technology used for developing website is ASP.NET with C#.

View 2 Replies

ActionScript 2.0 :: Protect Swf From Download?

Sep 27, 2009

Is there any way I can prevent a swf from being downloaded? In IE I can use the temp folder to find the swf once I viewed it online. In FF I can download it using the page info window. In Safari through the activity window.

Does anyone know of a way to protect my swf's so people can only view them online, but not download them in any way?

View 1 Replies

ActionScript 3.0 :: Protect Swf Against Decompilers?

May 3, 2010

protect all SWFs that you have developped and invest hours against decompiler by encrypt it? If yes what it's a best way to encrypt swf files?

View 9 Replies

Protect External Assets, XML On CD?

Oct 1, 2009

I'm developing some elearning material to be distributed on CD. The main swf loads text, images, sounds via an XML file. protecting the assets/XML from being edited/stolen?

View 3 Replies

ActionScript 2.0 :: Protect Swf From Hotlinking?

Apr 29, 2004

Can an swf check to see what the url of the page in which it is embedded is? I don't care if other people host copies of the swf, but I dont want them to embed my copy in their pages, so I want to show some kind of default image if the html address is not my site

View 2 Replies

ActionScript 2.0 :: Protect SWF From Theft?

Dec 15, 2007

Iam currently work on the flash player it now almost completed but i have some minor problem. regarding protection my swf file on the web. some going tell me solution on that so no one can't decompiled from any software.

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved