ActionScript 3.0 :: Protecting/Encrypting Flash 9 SWF Files?

Jun 22, 2008

protecting SWF files written in AS3? I've tried some trial software but they didn't seem to do very much.

Its sad when a developer spends months developing an app/game only to have it stolen, edited, recompiled and sold by some moron without principles or ethics.

View 21 Replies


Similar Posts:


Encryption - Encrypting Flash Files

Dec 8, 2009

what's the recommended method to encrypt flash files? i'd like to make some flash programs that are commericals, how can i made sure that they won't get decrypted or to make sure that i used to strongest file encryption possible.

View 2 Replies

Professional :: Protecting Files Against Download?

Oct 4, 2011

Right now, if someone types in a popup window comes up asking if they want to download the file.I want my swf files (I'm building a site on the Gaia flash framework) to have access to all of my flv's/videos, but I don't want people to be able to download them.e Flash IDE to 'protect' your swfs (though I know there are ways around that) - but for flv's do those have to go in some type of special folder with a .htaccess file to protect them - and if so, how do I let my swf's communicate with the flv's and load them when necessary.

View 8 Replies

ActionScript 3.0 :: Protecting SWF Files From Malicious Intentions

Jul 13, 2009

I am about to upload a flash application to the web and I was wondering what things i should consider (security wise). What are things I should do (and know) to "protect" my swf files from malicious intentions (whatever they may be)...

Somethings I am concerned about are:
*my swf file being stolen / someone else will claim its their own
*swf file being decompiled and things that can be done once decompiled
*...and a host of other security issues that i might not be aware of..

I am basically creating an online portfolio in case yall are wondering either post the information here, give me links to articles, videos, or whatever...

View 5 Replies

Flash :: Encryption - Encrypting Data Using Blowfish

Dec 8, 2009

how can i encrypt data in flash? is there a toolkit or class or something that can help me do that?

View 3 Replies

Flash :: Encrypting A Sensitive Parameter In A SWF Embed Statement?

Jan 4, 2010

Just looking for some advice/leads on "best practices" for protecting a sensitive id (personally identifiable information) I've got a Java-based webapp (JSPs, Servlets, etc) that is going to need to embed a SWF file running on a trusted 3rd party site.

As part of embedding the SWF file, I'm going to need to pass a parameter in the block containing the currently logged in customer's ID. Question: knowing that I have a Java stack and not really knowing (or caring) what technology stack the SWF hoster has, what's the best way of encrypting that customerID such that someone who views source and starts trying to change the customer ID parameter can't suddenly get a SWF that's not related to them?

View 1 Replies

Professional :: Protecting CD Distributed Flash Application

Mar 8, 2011

I have an application developed in Falsh (EXE) that is to be distributed on CD-Rom and was wondering if anyone had any suggestions on protecting the application from copying.Is there a way within the dev environment I can "stamp" it to prevent copying, or another technique?I don't mean using getDate(), getMonth(), getFullYear(), etc.I have used this to create an expiry date on versions that are being distributed, which then shows an out of date message (which can be easily worked around with the system clock unfortunately).But I wish to protect the disk from being copied, and wondered if there was any techniques from within Flash to do so.Glass mastering and watermarking is not viable as it'll only be a very small duplication run (10, maybe 20 disks).Alternatively, are there any stable utilities that anyone has used (and recommends), prior to me investigating available commercial copy protection software?

View 2 Replies

Flex :: Encrypting An Unencrypted SQLite Db?

Aug 26, 2011

This link: [URL] has an interesting class to do just that! Encrypt an unencrypted database: but I'm having difficulty with a few things: You can find where the author, @probertson! Now I've got the following error: Compiler Error: Error #2044: Unhandled error:. text=Error #3125: Unable to open the database

Let me start by saying the source file works, since I've been using it (and the path) in another application. The error arises in the call to attach the source db to the newly created db.

View 1 Replies

ActionScript 3.0 :: Protect Encrypting Part Of .fla Code?

Apr 6, 2010

How do you protect part of a .fla file? I see how you can encrypt a swf file, but if it's the raw source code, and you want to protect a part of the file that would never need to be modified, how would you go about it? I had a look at [URL], but it can't encrypt .as files that have global variables that are referenced internally to your .fla. Ideally, I'd like to be able to encrypt an integral part of the code that makes the component unique, but would not need to be modified if the developer needed to add something to the component.

Also, on a similar note, how do you go about including domain name checking in the source, so that the component can only be used on one domain? I've seen articles on using this type of code in swfs, but is there a way if the component is a .fla file?

View 2 Replies

Javascript :: Flash - Security / Protecting Code In JavaScript?

May 10, 2010

With all the recent hype about JavaScript and HTML5 replacing Flash, I wanted to know - How would it be possible to protect client-side js code? Of course, it is possible to obfuscate it, but that would only make it a little harder. Also, for games which submit high scores to the server, wouldn't it be incredibly easy to modify those scores before they are sent to the server? I know even Flash files can be decompiled, but they can be obfuscated and flash decompilation is not as easy as modifying data in JS - could be done easily using a plugin such as Firebug. I'd like to know everyone's views on this.

View 2 Replies

Protecting Front End Part Of SWF From Decompilers

May 19, 2009

I know there are softwares which can protect the swf files from decompilers; where the actionscript appears to be gibberish once decompiled. My question is is there any way i can make sure the swf catcher cant find the swf file to download?

View 2 Replies

ActionScript 3.0 :: Password Protecting A Swf: Effective Or Not?

Feb 15, 2012

I've created a password variable w/input text on the first frame of a swf to enable private viewing of a swf; so if you dont know the password you cant procedd to frame 2, to see the whole thing.

View 21 Replies

ActionScript 2.0 :: Protecting Variables Using LoadVars?

Feb 9, 2009

I'm experimenting with loading an array of elements into my Flash project using the LoadVars property (I'm using Flash 8 - AS 2) The elements are queried from MySQL using PHP to a page named "elements.php" and loaded into the Flash file. It works fine, but I'd like to be able to protect the "elements.php" page so that the variables queried from this page cannot be viewed by someone who types the absolute path to the elements.php file in the browser address bar [[URL]. Using includes, I'm able to protect other pages in my site from direct assess but these methods don't seem to work when the URL is called from within my SWF file.

My fear is that someone might decompile the swf to reveal the LoadVars URL present in the actionscript. I know there are ways to obfuscate the code, but I'm not sure how well these methods really work. I also understand it is practically impossible to completely hide the code from someone who is REALLY intent on getting it, but I'd like to make it as difficult as possible.

View 3 Replies

ActionScript 2.0 :: Protecting Second Frame Content?

Oct 18, 2011

So the first frame will be password protected if someone know the password he can go to next frame. I want that passwords was in .txt file (so every password have his own .txt file). And if someone type correct password and go to next frame the .txt file of this password will be deleted (so you can use password only once). I want to put this game to my website so the txt files will be in online folder.

View 0 Replies

ActionScript 2.0 :: Protecting SWF From Hotlinking Or Rehosting

Jun 17, 2005

I've made a game in flash that I want to upload onto my site but I don't want it to be able to get hotlinked to or hosted from/on another site.

What would be a good way to prevent this?

I first thought of getting a varible from a text file and using an IF function on load to check if that var was loaded but that would only prevent Hosting.

I then tried putting the var in the html code for the swf but that don't seem to work so well, when I refresh the page the movie randomly seems to play normally or goto my "this is stolen" screen.

View 4 Replies

Professional :: Password Protecting A Swf To Upload To Website

Jul 19, 2011

how to password protect a swf uploaded to my website.
 
I have a swf that is a work in progress, is NOT ready for public viewing, and i need some critique from a friend in the USA, and if i could upload it and give her the password, it would be viewable only for her, or for whoever else i'd give the password.
 
So, i've looked at a thread from a while back,[URL], which explains stuff that is beyond me, on xml programming.
 
And, i am aware that the Publish settings has an option to add a password, I tried it but am unsure what that does if anything.

View 12 Replies

Media Server :: Protecting RTMP And HLS Streams?

Apr 7, 2012

We have RTMP and HLS live and vod streams running on FMS interactive 4.5. Given that FMS documentation on security and content protection is very scarce I have the following questions:

1. How do I protect my live and vod RTMP streams from embedding in other webpages?

2. How do I protect my live and vod RTMP streams from capturing with special tools like rtmpdump?

3. How do I protect my live and vod HLS streams from embedding in other webpages?

4. How do I protect my live and vod HLS streams from capturing with special tools?

As far as I understood RTMPE is flawed by design because it can be captured with rtmpdump. SWFVerification also fails, because one can use exactly the same SWF player on their site. Can I somehow tell to my FMS server that it would allow only SWF player from my domain?

View 1 Replies

Media Server :: Protecting Live Stream Encoding URL

Apr 21, 2010

We set up a Flash Media Server and we are trying to figure out how to protect our live encoding url. Seems like anyone with a Flash Media Encoder and who knew the location of our server could publish a live stream.

View 13 Replies

Actionscript 3 :: Parent.AddChild Not Working After Protecting Swf Using SWFProtection?

Apr 22, 2011

I usually, use SWF Protection, to protect my swf's from decompiling. It also adds a load bar to the swf.

The problem is that I have codes like this:

logo= new marca();
parent.addChild(logo);
logo.mouseEnabled=false;

I use parent, because I need to put the movie clip above everything, because my application allows the user to add a lot of things to the stage, so a don't want anything covering the logo.

The application works well while unprotected, but If I protect it using SWF Protection, then, I get just white screen. Nothing appears after loading.

Is there another way, to put a movieclip above everything, without being necessery to add a ON ENTER FRAME LISTENER, to update the movieclip deph, to keep it above everything?

View 2 Replies

Javascript :: Protecting Websites From Outdated Browsers / Plugins Via Whitelist / Blacklist Combination?

Feb 6, 2011

Aside from using browser headers, I want to blacklist/whitelist browser and plugins from my site so that I can prevent these older unpatched systems from (1) being a general user of my site (2) removing those 'targets' from would-be-attackers reach.Is there a standard way to use Whitelisting or Blacklisting to control browser access to my site? For example, I want to prevent any browser that has outdated Flash, but I want to permit them if they have no Flash at all.

View 1 Replies

ActionScript 3.0 :: Place In Flash Files In Xhtml Files On IE Without Manually Controls By Clicking On The Flash File?

Apr 28, 2009

I'm in the process of making a web page that'll successfully checked as XHTML 1.0 Transitional ([URL]), but as soon as I place in the fixit.js script under the flash object and view the page in IE, all the flash elements turn white. Quote:

[Code]...

Anyone knows how to place in flash files in xhtml files on IE without manually controls by clicking on the flash file.

View 1 Replies

Professional :: Flash CS4 Can't Open .fla Files Or Lose Files/graphics?

Mar 20, 2010

I installed Flash CS4 Professional trial version for school use.  It wouldn't install successfully.  I deleted the font files the troubleshooting guide said to, tried again, but gave up. (I'm afraid to run regedit and mess up everything else I have loaded.)  (I previously had the Fireworks CS4 trial version loaded, then uninstalled it.)  My problem is this- I have it running, but it saves files and then they can't be opened, even if I use the save function often- it's worse when I create the file, test the movie and then save.If I try to open it again, it says "cannot open file."  Once it opened a copy I had saved, and it appeared blank, even though it was 544 kb file size.  I only need it for a few more days, one more assignment and I'm afraid my previous files are corrupt.  I have Windows Vista Home Edition.

View 4 Replies

ActionScript 2.0 :: 2 Flash Files - Both Files To Be Independent To Each Other And Controlled Separately?

Jul 13, 2005

i have attached a flash file.the problems are

1) i have palced 2 flash file on my web page.if i stop the sound on this file then the sound on another flash movie placed on my web page also stops.i want both the files to be independent to each other and controlled separately

2)if i click on play it shows loading.even after it loads the file it doesnt change itz status. if i click again on play then itz status changes to play.my codes for flash.....

soundUrl = "test.mp3";

// create sound object, assign properties and events
function createSoundObject(){[code].....

View 1 Replies

Professional :: Using SWF Files To Assemble Larger Flash Files

Mar 27, 2011

I am constructing a Flash animation and I was hoping to build it by scenes. These scenes would be individual SWF movies that I could import into my final Flash file in consequential order and when finished I would have a completed Flash Movie. There would be no interaction beyond Play/and replay. Where can I get information on how to construct this and is this a recomended way to do it?

View 7 Replies

Professional :: Convert Flash Video Files To MOV Or AVI Files?

Nov 16, 2011

I've tried exporting a MOV file using Flash 8. I've tried converting to a MOV using ffmpegx. Neither have worked.

View 1 Replies

Finding Flash Files Embedded In Office Files

Jun 15, 2010

Can anyone improve on this? Requires Sysinternals Strings

date /T >N:output.txt
net use z: /delete
net use z: \svr-002

[Code].....

Basically it mounts a share as a network drive then runs through the share looking for swf files inside office documents.

View 1 Replies

Flash :: Add .as Files But Skip .fla Files?

Feb 3, 2011

Is there a way to add .as files to a subversion repository but to get it to skip over my .fla files?

View 4 Replies

Media Server :: Recording Video/audio Files Using Flash Media Server Through Rmtp, And Allow Users To Access The Recorded Files Through Http?

May 25, 2009

As titled, what is the way to record video/audio files using Flash Meida Server through rmtp, and allow users to access the recorded files through http?What I am trying to do, is to record a user's microphone's input and save it to the server.fterwards, I would like other users to be able to access the recorded files and mainuplating the audio data, by computeSpectrum(), to do some visualization of the audio. As I know computeSpectrum() cannot work on streaming files, so I think I need to access the recorded files using http instead of rmtp. Is that true?

View 1 Replies

Actionscript 3 :: Adobe Air Native Installer Is Not Including .class Files And .properties Files

Feb 20, 2012

I have some files in my src directory, some are .class files (Java class files) and some are .properties files, when I create the Adobe air native installer these files are not included. Why is that? How can I work around that?

Also it excludes .mxml files, but that's good. I'm sure that's related, how to change what it includes or excludes?

View 1 Replies

ActionScript 2.0 :: Xml Gallery - Images Appear On The Tshirts To Be .png Files Or Gif Files As The Tshirt Colour Can Be Changed

Apr 7, 2009

I have created a flash file that allows you to click on a thumbnail image and larger image appears ontop of a tshirt. The same way as a gallery would work. The images and thumbnails are pulled in through xml. However I have a problem, I need the images that appear on the tshirts to be .png files or gif files as the tshirt colour can be changed. At the moment my flash file will only display jpegs! I dont knwo why. The jpegs leave me with a white background, so I need the transparency of a png/gif. My actionscript is:

[Code]...

View 2 Replies







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