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


Similar Posts:


Flash :: Protect Swf File From Being Decompiled?

Feb 12, 2010

I'm working on important project using Flex framework and i want to keep my algorithms and code secret. Is it possible to somehow protect swf file from being decompiled? I don't want someone extract my code using flash decompilers.

View 5 Replies

Flash :: Protect Swfs From Being Decompiled?

May 4, 2011

I have been building an application using CS4. I currently load the swf file into a byte array of another swf to prevent easy access, but I have been told that this will not keep out more experienced users. How can I improve on my current method to best protect my code from being stolen?

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 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

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

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

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

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

Flash :: Decompiled Swf But Only Intro Opens?

Apr 4, 2011

I was asked to edit a completed website. I was given the .swf file. I decompiled it using SoThink and converted it to a flash file. When I opened it in Adobe Flash CS4, only the intro portion is viewable in the timeline.

When I test the movie the entire website plays out with no problems. But the timeline only shows the intro/home page. I need to edit other content in the scene.

View 5 Replies

ActionScript 3.0 :: Decompiled Flash File Size Changes

Nov 24, 2009

I am a beginner in flash action scripting program. In our project we need to modify some flash files. Client has provided us .swf files. I have decompiled .swf files using Sothink SWF Decompiler. When I copied the actionscript file into a new flash file the new file size is decreasing when compared with the original flash file.

View 1 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

ActionScript 3.0 :: Uploading Local Files Without Requiring User To Select Files?

Feb 3, 2009

My users upload a certain kind of text file that sometimeshas references to images stored locally on their hard drive. I needto check this file either on the server or within a flash app tosee if it has these references and then grab those images in aflash app to upload to my server.So I can use FileReference easily enough to have users uploadlocal images. But FileReference requires users to select their files with a dialog box. I can't have that. Myusers wouldn't know where to look and there are typically way toomany files, sometimes with the same name but in differentdirectories.

I can also just use URLLoader with a local URL, I guess I canprobably just use Loader too? That works great. The problem here isI can't communicate with both the server and the local filesystemin the same flash application due to Flash's security sandboxrestrictions. So I can get out of those security restrictions byplacing or editing a trust file in designated locations on variousOSes. I then need to install this trust file which is more invasiveand confusing to users then I want to be...Java's method of accessing local files from a web applet bysimply signing the applet with a certificate and having a dialogbox popup where the users grants access is ideal. Is there anything

View 4 Replies

Flash :: Realtime RTMP Streaming Of User-uploaded Files, As They Upload?

Jan 12, 2010

I want users to be able to upload audio files to my server (say, over HTTP.. mechanism doesn't matter much), and then I'd like to assemble those files into a playlist and stream them out over a live RTMP stream to a Flash widget.The catch is: I'd like to begin streaming the audio files before they completely finish uploading. For example, if a user uploads an hour-long mp3, I'd like it to be able to begin playing on the RTMP stream once, say, the first minute has been uploaded.I'd like to support mp3 and AAC, and would hope to avoid re-encoding the files. Is is there a way to make this work with Wowza, Flash Media Server, or some other clever solution?

View 2 Replies

ActionScript 3.0 :: Save / Load Files From Flash To Local User Space (Not Network)

Sep 16, 2010

I've been fooling with this problem since AS2.0 (and shared Objects) and I'm not much closer to solving it, partly because every article I read on it is focused on php and server-side stuff that doesn't apply. How to load a String Array from a txt file in local user space (the folder from which the .swf is run). What I need to know: The easiest way for the user to save/load a file. The file has to contain Objects and Arrays reflecting his current status in the game. The goal is to avoid non-Flash apps and languages, and external Classes if possible (I do everything right in the main fla). I don't mind that the user has to initiate and approve the upload/download.

View 1 Replies

ActionScript 2.0 :: Save Information Obtained From Users To Files If The User Is Accessing The Flash File From A Cd

Sep 27, 2003

i'd like to know if its possible to save information obtained from users to files if the user is accessing the flash file from a cd. I would also like to know how it works if possible. And can the flash file be in .exe instead of .swf?

View 5 Replies

IDE :: Encrypt Our SWF's And Prevent Our Code From Being Stolen And Decompiled?

Apr 29, 2010

What is the best current method (for Mac) to encrypt our SWF's and prevent our code from being stolen and decompiled?

View 2 Replies

ActionScript 2.0 :: Use Decompiled Elements As First Hand Deliverables To Customers?

Jul 16, 2008

discourage the use of decompilers. decompilers are meant to help you understand something.. not create content.

this way we are responsible for murdering such a good programming language...

Please do not use decompiled elements as first hand deliverables to your customers.

Decompilers often create bugs hat even the flash compiler cannot identify.

View 13 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 3.0 :: Way To Protect Swf From Flash Dicompilors?

Jan 5, 2012

I have made many games is it any way that I can protect my swf from flash developers who want hack my game?First I was tried way load game swf's into preloader swf and call it by Iframe most flash developers just get only my preloader.swf unable to get game. now i am searching way that to protect swf from flash dicompilors???

View 4 Replies

Flash - Protect SWF From Being Loaded By Another Website

Dec 10, 2009

Is there any "client side only" way to protect a SWF so it'd only be possible to load it from domain X? I'm aware of the server side options such as checking the referrer but unfortunately my server is a "static" CDN where this implementation isn't possible. I wonder why flash cross-domain security files do not seem to handle this scenario as well.

View 1 Replies

Flash :: Protect Images From Being Stolen

Apr 9, 2010

Is flash the best bet to keep images from being stolen? Is there any way to steal images from websites that use flash to display images. I heard that we can use firebug to download flash images. Is this correct?

View 4 Replies

Flex :: Protect URL Where Flash App Can Be Executed?

Sep 24, 2010

Is there an easy copyprotection, so that I can define in code the URL where flash/flex app can be executed

View 1 Replies

How To Protect Flash Videos From Being Downloaded

Nov 22, 2010

How would you be able to stop people from downloading flash video from your site instead of viewing it in a flash player. I would like to prevent people from downloading the flash video by ripping the stream. I am not looking for 100% prevention but ways to make this difficult and annoying.

View 4 Replies

ActionScript 2.0 :: Software Protect Flash Swf?

Nov 29, 2010

Any software protect flash swf.

View 1 Replies

ActionScript 2.0 :: Better Way To Protect Php Flash Communication?

Jun 25, 2007

I have a flash interface that uses php to write/read vars.So if someone wants to hack our website all he has to do is look at the code and send some vars manually to the .php file. I've seen some encryption apps that claim to fully protect your swf but at the same time there are those who claim to decompile protected ones.Is there any better way to protect the php>flash communication?

View 2 Replies

ActionScript 3.0 :: Flash Protect Xml File

Aug 3, 2010

I have used settings.xml file in my swf file. Now i am very sure, somebody can grab the swf file, decompile it and get the full path of the settings.xml file. If they can do that, they can see everything inside the settings.xml file which contains lots of thing. Now my question is how to protect that xml file from getting grabbed when typed the full URL. One solution is to ecrypt/obfuscate the swf file, but i don't trust them fully. If given a little time, I can myself decrypt the swf.

View 8 Replies

Flash :: Protect Method Calls In A Swc Residing In Another Swc

May 13, 2011

I have an alchemy compiled swc which contains methods to perform certain key algorithms. These methods should only return values only if user is authorized(bought license from online service) for security purpose. So I am planning to add another SWC on top of this, which have all the licensing code stuff. But when I import the Alchemy generated swc inside my custom swc, all the methods of alchemy are exposed.

View 2 Replies

Flash :: Protect Mp3 File Path In Player?

Feb 8, 2012

I have flash player in my web site for playing the mp3 files.But if someone uses "viewsource" or any browser tools such as firebug, then they can find the parameter and then sort out the actual mp3 file url.I am using php in my back end.

View 1 Replies







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