ActionScript 2.0 :: Dynamically Password Protect Flash MovieClip?
Oct 17, 2007
I am making a screensaver and wondered if it is it possible to temporarily or dynamically password protect a Flash movie clip via a user input text field? For example, a user thinks up a password on the spot, types it in, hits a SET button and the mc cannot be disabled without re-entering the correct password. I am new to actionscript and from what I can find on Google it ooks as though the answer could lie in using veriables but i'm not sure how to implement this.
Currently I am using this code to hard wire passwords into my swf files before compiling them in SWF Studio:
on (keyPress "<Enter>") {
if (password.text == "password") {
gotoAndPlay("mc");
} else {
feedback.text = "INVALID";
}}
View 6 Replies
Similar Posts:
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
May 18, 2010
here's the problem:
I want to protect SWF files that contain graphics, code and audio from rippers. I want to sell the SWFs online via credit card but not allow unauthorised use or sharing. I want customers to be able to use the dynamically served SWF on a learning management/content system (web training delivery). The learning management/content system is hosted externally to the corporate intranet via a firewall. I want to control the licence - for example: a company buys the licence for max 100 persons per month (i.e. 100 deliveries of a training course).
The above is possible with non-Adobe products but I haven't found one that also dynamically serves SWFs/video. Is it possible with Adobe products?
I envisage on the LMS web page, there is a SWF link to the server, with a licence code in the web page, so when the page is loaded, it calls for the SWF and provides the licence, the adobe media server checks the licence and counts the uses, with firewall permission, and deliveres the SWF to the intranet web page.
View 8 Replies
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
Oct 16, 2011
what I'm trying to do is accessingsnapText = scrollPane.source.textSnapshot;from an external swf. I've tried:
trace("-->: "+scrollPane.source.textSnapshot.getText(0, 1000));
trace("-->: "+myLoader.content.textSnapshot.getText(0, 1000));
trace("-->: "+mc.textSnapshot.getText(0, 1000));
[code].....
View 3 Replies
Dec 13, 2011
I want access MovieClips Dynamically from the external flash file.There are 5 MovieClips named Loader_1_mc, Loader_2_mc,.Loader_5_mc like so. Each of this movieClip contain 5 movieClips by named acc_1,acc_2, acc_5 like.How Can I access From the swf file. i tried few steps within nested loop.[code]
View 1 Replies
Mar 5, 2010
Lets say you have a bunch of similar movieclips and you want to move anyone of them dynamically. We would use:
[Code]...
Something like that. However, my issue is not selecting a movieclip dynamically, but selecting another movieclip dynamically within a dynamically selected movieclip.
View 2 Replies
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
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
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
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
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
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
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
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
Nov 29, 2010
Any software protect flash swf.
View 1 Replies
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
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
Feb 27, 2007
Is there a way to protect my flash files from being decompiled by any user?
View 2 Replies
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
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
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
Mar 15, 2012
I have a Flash file in which I want to embed a font, but the licence terms for that font mean I can only embed it in a file if that file is security protected to be non-editable. Assuming this means I need to take some sort of precautions to prevent the file being decompiled and the font extracted, is there any way of enforcing this?
Note: I don't care about the code itself being public, I just don't want the font file to be available.
View 1 Replies
Jul 16, 2009
I develop applications with Flash, AS 3.0 and PHP. I need to give the source code to my clients. But once I give them the source code they can also re-sell the applications to other people. So, I have deceided to use some code hiding process so that without my permission the application will not run in any server. In that case I am ready to keep informations in my server. Only my direct client will be able to run the file once they have registered their domain name and other info into my server.
View 5 Replies
May 18, 2011
Is there any way to protect our code from flash decompilers like Sothink etc.
View 1 Replies
Sep 8, 2009
How can I bend a movieclip dynamically using AS3 in Flash?
View 2 Replies
Dec 4, 2009
For AS 3
I have a class which crate a panel with close button. and i create an instance of this class like this
function _smallThumbClick(evt:MouseEvent):void {
var _popup:Popup=new Popup( square.width ,evt.currentTarget.y, evt.currentTarget);
addChild(_popup);
}
and this mouse event from the thumbnail(suppose), so if i click on the thumb it will create popup. so i want to close all other or previously opened pop window.
How do u get the popup class object to close from another class..
or is there any alternate method for detect instance of the movieclip or class..
View 1 Replies
Sep 11, 2010
Trying to do hitTestObject on instances that are dynamically placed on the stage. Receiving an error:
TypeError: Error #2007: Parameter hitTestObject must be non-null.
at flash.display::DisplayObject/_hitTest()
at flash.display::DisplayObject/hitTestObject()
[code].....
View 1 Replies
Aug 17, 2010
There are multiple MovieClips that will be dynamically placed on stage. These MovieClips are coded to be buttons. I'm trying to figure out--when a user clicks on the MovieClip...figure out which object on the flash stage the user clicked on.Inside function toggleClick I put the trace statement: trace("movieClip Instance Name = " + e.target.name);
In the OUTPUT window:
movieClip Instance Name = instance5
movieClip Instance Name = instance12
[code].....
View 2 Replies
Jan 17, 2011
Sure this will be a simple fix, and I'm just not seeing the wood for the trees. I have a movie with a movieclip called scroller_mov. Inside it are 15 movieclips named pic1 thru pic15.
My code is on one frame, on the same level as scroller_mov. Just want to dynamically assign a click action to the pic1 - pic15 movieclips! have tried hardcoded links and dynamic, but no joy! Everything else works fine.
[Code]...
View 1 Replies