ActionScript 3.0 :: The CS4 Built-in Password Protection Safe?

Apr 9, 2009

I've spend the last 6 months developping a Flash (CS4 / Flash v10) game. As I'm now ready to publish it online, I would like to ensure that my actionscript code is safe. Hence my questions are: - Is the CS4 built-in password protection safe? (I guess not given that my actionscript still needs to be executed hence has to be readable for the client)
- What are the best options to further protect my code? (I guess obfuscation is the most common approach: which obfuscators are good?)

View 13 Replies


Similar Posts:


Actionscript 3 :: Safe To Store A Password In A SharedObject?

Mar 28, 2012

Is it safe to store a password in a SharedObject if it gets saved over https from a Flash based webapp?

View 1 Replies

Flash :: Air Library For Zip Files With Password Protection Support?

Sep 11, 2011

Is there any AS3/Air library for Zip files with password protection support? Previously i check FZip, it was great but it doesn't support encryption! Also another library that works good, but it not support encryption too.

View 1 Replies

ActionScript 2.0 :: Save A Page - Add Some Sort Of A Password Or Save Feature To People Can Type In The Password

Sep 23, 2008

Im new at actionscript, and I am making a very project. Basicly, I have some thing were there is a page you can get to by beating other parts of the 'game'. I want to add some sort of a password or save feature to people can type in the password of something at the opening screen and jump to that page.

View 1 Replies

ActionScript 3.0 :: Xml Load And Safe And Php

Aug 23, 2010

I am putting together an simple xml read and write swf for online usage and i need to show each "".xml filename loaded in the bombobox, when you select the name from a drop down combo box i intend in using this xml and populate the fields in my document and have it saved when i click the save button. right now i just need the function i cannot seem to master so far i have the xml loaded in the combobox and when i select any of the items from the combobox it will load the right xml file. so far so good. coz it shows up in my traces.

[Code]...

View 13 Replies

Actionscript 3 :: Is It Safe To Use 72 FPS For Flash Animations

Apr 20, 2010

I'm working on some generative art animations using Flash ActionScript which appear much smoother at a frame rate of 72 FPS compared to 30 FPS or lower rates.On a Intel Pentium E2200 Dual CPU @ 2.20 Ghz, Flash Player hardly uses more than 9% during the animations at 72 FPS. The animations are meant to run for a quite short period of time (less than 10 seconds each).Is it safe to use this frame rate?

View 1 Replies

Actionscript 3 :: RFC - Safe Enum In Flash

Aug 8, 2011

Since the dawn of time, man has wished for and invented ways to do enumerations in Flash AS3. There's been various problems with many attempts, such as the ability to use a constructor to create new types of the enum (insecure). I believe the following is type-safe at compile time, and safe from being able to create new instances of the enum class at runtime. The main issue surrounds the inability in AS3 to have a private constructor. In this example, the constructor can only succeed if passed the private static const variable ENFORCER, which is only visible inside of the class.

[Code]...

View 2 Replies

IDE :: Making Swfs Safe From Hackers?

May 5, 2009

Well I remember kirupa saying swfs were disabled here because someone hacked the forum using them.How safe are swfs?

View 2 Replies

Professional :: Unable To Safe File Correctly?

Sep 19, 2010

in my timeline i have two orbs transforming into arrows. it works, i watch it, then i'm like, ok, all good time to save. i save. exit/open, and come to find that my orbs were not transforming. i looked on the timeline and they are not set to transform, so i redid the shape tween, save,exit open and the same thing. so why won't my file save the shape tweens? i'm previewing it in cs5.

--edit--for some reason it works in the swf file, but not the fla file.

View 1 Replies

ActionScript 2.0 :: Troubleshooting Safe/locker Key Input?

Aug 27, 2011

I used this video to teach me how to create a safe: [URL]The buttons work when I 'Enable Simple Buttons' (not the text input but the Down image shows) but when I export it, absolutely nothing works. The instance name of the text box is 'input_txt' and it is set to 'Dynamic Text' using the font 'Cambria Math'.Here is the ActionScript for one button:

ActionScript Code:
on(release){
input_txt.text+="1"
}

View 4 Replies

Actionscript 3.0 :: Safe Way Of Putting SWFs Online

Jul 14, 2009

How to "protect" SWF files when uploaded to the net (from being downloaded / decompiled)...

View 2 Replies

ActionScript 2.0 :: Make (safe) Administration With Php And Flash Mx 2004?

Apr 30, 2004

How to make (safe) administration with php and flash mx 2004? don't work MySQL on server!!! But is it safe to make administration with flash? Maybe someone know good sample fla?

View 1 Replies

ActionScript 2.0 :: Safe Framerate For Medium To Highend Computers?

Feb 24, 2005

What would be a safe framerate for medium to highend computers. Ive had some problems with framerate.

View 6 Replies

Flash :: Protection For FLV Videos?

Jul 13, 2010

I have some FLV videos was to play on web (play in a flash player, e.g. JWPlayer). How can I protect it? I do not want someone else to download these videos.The videos was high secret! Only allow play on my website.

View 3 Replies

Flash - How To Implement Domain Protection In AS 3.0

Sep 7, 2009

I want to limit my SWF file so that it cannot be stolen and hosted on another server. So if the domain serving the SWF file isn't on a list of approved domains, the SWF will not load normally but will instead display a message that links to one of the approved locations. What I'm unsure about is how to access the domain that is hosting the file (or get the fully qualified URL of the file). If You know how to get that information, I'm using Flash CS4 to compile the code targeting FP 9.

View 2 Replies

Flash :: Strengthening Protection Of .swf File?

Dec 25, 2010

I'm still a beginning in flash in general and I'm attempting to strengthen the protection of my .swf file.One of the ideas I had was to split the .swf file up, to so speak; creating a new swf with sensitive, but vital functions and values, storing it on my webserver, and having the launcher request the files after passing a few verification processes. Only flaw in this idea, is I have no idea how to add a class (if that's the right term?) to my project. I reversed another .swf file which included the same method using Base64 encryption, but I'm not too sure how to add an external .as file to execute in my project.Of course, I've also found additional methods, such as using DCOMSoft SWF Protector (which wouldn't do much good) and obfuscation programs (which, too, can be reversed). I've recently found out about a .SWC called AS3Crypto, which I have no idea how to use. I've added the file to my AS3 Properties, but that's as far as I have gotten. The rest of AS3Crypto and its mysteries remain vague to me, and I am unable to find any useful information via Google.

I would really like to split the .swf into parts having them in different areas to make it more difficult to reverse, but I am not too sure how effective that would be, let alone how to actually do it. In regards to the external class (terminology?), since I was unable to find how to implement it with my project, I thought of salvaging the functions from the reversed .swf I have found and adding them into my internal script. Even then, the package begins with public class $Base64 extends Object -- extendsI assume simply adds additional functionality to objects, but I do not believe this is entirely necessary.

View 4 Replies

ActionScript 3.0 :: Protection For Memory Values?

Oct 15, 2010

Is there any way to protect against hackers that load up swf and modify values in memory?

View 6 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 3.0 :: Flash - Write Protection Take Over?

Mar 16, 2010

I've always found it very annoying that Flash takes over the write protection of files that has been used, and suddenly felt an urge to do something about it. I'm not sure if it always happen on all computers but at least most of the times I can't rename a folder if a fla-file in it at some point have been opened in Flash if Flash is still running. So I have to close Flash in order to rename or move files.

View 2 Replies

ActionScript 3.0 :: Flash Protection From Hackers?

Oct 24, 2010

1.When a person Logs In, a PHP file makes an XML file of questions from the DataBase2.The Flash application then calls for the XML file .. Reads from it and asks the question to the user.3.This XML file also has the answers to the questions so that i can show on my Flash Application.4. The Problem:Softwares like Tamper Data (it Firefox Extension which gives you the power to view, record and even modify outgoing HTTP requests.give the complete path of the XML file when it is called by the Flash Application.

View 14 Replies

ActionScript 2.0 :: Gatekeeper Protection For Swf Files?

Jul 9, 2004

how to make a gatekeeper for flash files that don't let the movie play if the file is running on a forbidden site? Example: Original content located in: [URL] if another site include that example.swf, it redirects to: [URL] I need to do that to malicious people don't steal my bandwidth or just steal my games or any other flash content. btw my site: [URL]

View 1 Replies

Professional :: Flash Intellectual Property Protection?

Feb 23, 2011

I wanted to find out how my intellectual property, such as graphic designs, photos, tweens designs, etc can be protected in a .swf flash file?.This is because there are .swf file decompliers which can very easily convert my files into .fla and so access can be gained to my jpeg designs, photos, etc.Is there a best practise which can be followed whereby some form of security measures can be taken within flash code, etc? And if so does anyone know what these measures are?

View 6 Replies

Actionscript 3 :: What Is The Purpose Of Flash's Crossdomain.xml Protection

Jun 22, 2011

If you want to use content on another server, that server needs to host a crossdomain.xml file allowing access. If this file isn't there, flash won't let you access it. Given that it's easy enough to just write a proxy (say a php script that curls the external URLs) what is the purpose of this restriction? It seems that the content is still 100% available to external people, but there is just one extra hoop to jump through.

View 2 Replies

Flash Protection - Any Way To Detect User IP Address?

Aug 23, 2007

Using flash is there anyway to detect the users IP address as a means of identifying someone who tries to copy your work off the internet?

View 7 Replies

ActionScript 3.0 :: Anti Cheat Protection For MultiPlayer Games?

Feb 22, 2010

Is it possible to write an anti cheat protection for a multiplayer game?
Game type: boards, moving color gems or squares to make three in line.
I know there are programs capable of analize the pixel color of each square and auto resolve the game by play itself. Is anyway to protect against this?

Examples:
- Detecting if mouse had been moved by a program?
- Detecting if keyboard Keys has been sent by a program?
- Maybe record player screen or manual review?

View 2 Replies

Flash :: Media Server Streaming: Content Protection?

Apr 28, 2010

i have to implement flash streaming for the relaunch of our video-on-demand system but either because i haven't worked with flash-related systems before or because i'm too stupid i cannot get the system to work as it has to.

[Code]...

View 1 Replies

ActionScript 2.0 :: XML / Enable Hotlinking Protection With Bluehost In Firefox

Feb 5, 2008

Flash 8, Actionscript 2.0 I wasn't exactly sure where to post this, but I figured here would be alright. I've got this image slideshow/scroller here, that grabs its data from a xml file on the server. nothing new, but the problem is that when i enable hotlinking protection with bluehost, firefox is unable to deal with the file. safari, opera, handle it fine. when hotlinking protection is disabled, firefox handles it fine. [URL]

View 2 Replies

Media Server :: FMS 4.5.1 - Individual Flash Access Protection Settings

Mar 16, 2012

Any way to set up individual Flash Access protection settings for each of some <Location /{url-path}> tags in httpd.conf in the Apache. I have found in the documentation that EncryptionScope can be set to content or server. If I set it to server and use FlashAccessV2 as ProtectionScheme, how or where do I specify the Flash Access certifications and so on?

View 4 Replies

Profiling :: Turn Off Flash Protection Against Long Executing Scripts?

Jul 23, 2010

I am profiling some AS code by measuring wall clock time. In order to minimize the error I need to run the code for a long period of time. However, flash seems to protect itself from unresponsive scripts by throwing an exception after some period of unresponsiveness, namely: Error #1502: A script has executed for longer than the default timeout period of 15 seconds.

Is there any way to disable this protection, or at least extend the timeout period?

View 2 Replies

Actionscript 3 :: Flex Loader Class Won't Load Image Hotlink Protection

Oct 30, 2011

I'm building an Adobe Air app that needs to load external images from different webservers. I have my basic loader function set up, but I encountered one server that wouldn't let me load it's images. it gave me the following error[url]...

After that I got in contact with the server's manager and he told me he had been working on some basisc hotlink protection for his images. He also told me that I could subvert this by supplying[url]... as the referrer when building the request headers.

First of all I found no trace of hotlink protection with online testapplications for hotlink protection. Secondly I have no idea how to set up what he told me with a simple Loader class function.[code]...

View 2 Replies







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