ActionScript 2.0 :: Make Advaced Password Protected Movie In Flash8?
Sep 21, 2009
I have planned to create an educational application / movie in Flash 8 (contains exercises and final tests etc.). I want to protect my application with username and password. The script inside movie should generate the password for given key say in my case username it will output the hex key which can be your password and no need to store it. cause you put same logic in your app which will generate the same hex key for same key i.e. is your username
View 1 Replies
Similar Posts:
Jul 29, 2002
that is there any way to protect the Flash source (FLA) file with password. So that if any body wants to open the file in flash it should ask the password before opening.
View 2 Replies
Oct 13, 2008
i have the url of a password protected xml, and i need to load it in my application. but i can't figure it out how. i did find an example but it was in actionScirpt 2 and i'm having troubles coding it in 3.0.
ActionScript Code:
var _login:LoadVars = new LoadVars();
var loggedInXML = new XML();
loggedInXML.ignoreWhite = true;
[Code]....
View 8 Replies
Aug 19, 2002
and i would like to know if there's a way to protect a movie with password like those javascript ones?~
View 1 Replies
Mar 8, 2010
I have my flash setup so that it stores information in an XML file. It grabs the current XML file and then appends the new data to the end of the XML file. It does this by using the short PHP file below:
[Code]....
The problem is that I want to make it so people can't just go and grab the data.xml file. How do I protect the data.xml file so that no one can access it unless it is accessed via the Flash?
I have tried messing with some .htaccess settings but can't seem to get it to work. I was thinking I could create some kind of .htaccess setting so that the data.xml file would be password protected and only the swf and php file could have access to it.
View 3 Replies
Mar 13, 2011
I am tring to build an application that remembers my passwords. like roboform. Is it possible to load the page and then fillin fields using AS?
View 4 Replies
Apr 28, 2011
Today, we can create password protected swfs using various content generation tools. When the user opens that swf, he/she needs to enter a password, and only then the encrypted swf can be viewed.Now, I am trying to load one such encrypted swf in a flex based AIR application, and I am using the SWFLoader class for that. But instead of the user entering the password, I want the application to provide the password at the time of loading the swf. Is this even possible? I tried googling, but nothing came up.
View 1 Replies
Dec 15, 2011
How can I access a password protected webservice from AS3 (compiled using flash ide, so not flex application)I tried just calling it straight like lso tried using this
var authHeader:URLRequestHeader = new URLRequestHeader("Authorization","Basic " + credentials);
//add the header to request
[code]....
View 1 Replies
Oct 29, 2009
earlier using flash action script 2..i have created many password protected pages but how can i create a secure password protected page using Actionscript 3.
View 1 Replies
Feb 5, 2011
I use the JQuery plugin Uploadify for uploading files. It works fine in all browsers. If however I imlement a passwort protection via .htaccess like this
AuthType Basic
AuthName "Restricted Files"
AuthUserFile /my/path/to/.htpasswd
AuthPGAuthoritative Off
Require user dev
uploadify stops working in Firefox. In Chrome it still works.
In Firefox the file select box works, but after I selected a file the progress bar does stay at 0% and the file is not uploaded to the server.
I guess the issue is somewhere with flash on password protected sites. how I can fix this, without removing the password protection?
View 2 Replies
Jul 19, 2011
without having to hardcode a username / password in my .swf file (very easy to decompile!), is it possible to send a URLRequest for some file (perhaps .php?) to a loader object which can load assets that reside in password protected directories?my PHP skills are weak at best, so if calling a .php script is the solution.
View 2 Replies
Apr 29, 2009
I have a Flash application that displays online e-learning tests. Once a user successfully logs in(via .net webservice) the app loads in XML files, images and audio files via Loader/URLRequest objects and uses the loaded data to render the test on screen.This all works fine but recently the decision has been made to put the XML and media files used by the tests in a password protected directory for extra security.I was wondering if anyone has any experience loading files into Flash from password protected folders. From what I can see online I could specify the username and password for the folder as HTTP request headers using a URLRequestHeader object and set the requestHeaders property of the URLRequest to this URLRequestHeader obj. But this only seems a possibility with the POST method and I am using GET.Also even with the POST method there seems to be issues with sending a HTTP Authorization header in player versions before 9.0.124Is what I am trying to do possible or is it not allowed due to Flash security restrictions?
View 3 Replies
Jul 13, 2004
How its done?
on (release, keyPress "<Enter>") {
if (password eq "caleb") {
tellTarget ("_root") {
gotoAndStop("private");
}} else {
tellTarget ("_root") {
gotoAndStop("error");
}}
It contains syntax error.
View 3 Replies
Jan 22, 2006
i am have big problems, im designing a login screen and it will require more than one user to be able to access differnt parts of the flash file. at the moment i am using IF statements.
[Code]...
there is no problem with this method but if a user wants to change there username how to change the script. the other thing is the flash file is being converted to a standalone .exe file so it's basically like a program. to get to the point I need to know if there is any way for the Actionscript to be able to read a .txt document so that when the username and password is changed in the .txt document flash will read it so when they enter the new username and password it will still allow them to access the files.
View 7 Replies
Oct 15, 2010
Is it possible to make my CD copy protected?? So that nobody can create duplicates from it.
My CD contains the main installer that copy all my .swf and main .exe projector file to the hard disk of my client's computer. I am going to create 1000 copies of this project. But I just want to be safe that nobody can duplicate my CD. Is it possible in actionscript 2.0 or any other tool that works for me..
View 3 Replies
Dec 29, 2009
I'm trying to extend a class like panel so that I can fire click events only when the title area is clicked on. The title area is a protected uicomponent of Panel called titleBar. So I want to make that component public.It seems like I'm almost there but I'm getting a "TypeError: Error #1009: Cannot access a property or method of a null object reference." when it tries to add an event listener to the titlebar.
here is my extended panel
package custClass{
import mx.containers.Panel;
import mx.core.UIComponent;
public class ExtPanel extends Panel{
[code]....
And then this in the AS:
newPanel.getTitleBar().addEventListener(MouseEvent.ROLL_OVER,over);
Still getting the same error.
View 2 Replies
Oct 16, 2010
Is it possible to make my CD copy protected?? So that nobody can create duplicates from it.My CD contains the main installer that copy all my .swf and main .exe projector file to the hard disk of my client's computer. I am going to create 1000 copies of this project. But I just want to be safe that nobody can duplicate my CD.
View 3 Replies
Jan 17, 2010
I am going to sell the swf and I was wondering if my code was protectd from the decompilers -- and is their away to protect your classes
View 2 Replies
Nov 2, 2005
I'm working on a puzzle like game where you need a password to get to the next level, but I am not sure how to make a password box.
View 15 Replies
Aug 2, 2011
I have an FLV file that I want to be able to make a text box that acts as a password field.When the user enters the correct password, I want it to route the internet explorer page to a different website.
View 21 Replies
Oct 10, 2009
I am just learning AS. I am trying to make a username and password box that will return a welcome message if the two text fields are entered correctly and a "Sorry Charlie" message if they are not.
I am using an If-Else statement. If I have the Else part commented out, I am able to enter text into the two text fields and get a welcome message. With the else statement though, I am not able to finish entering text in the second text field before the "Sorry Charlie" message appears.
[Code]...
View 3 Replies
Sep 3, 2009
just playing around with stuff and i was wondering if i were to make a small internal site... how i'd go about making it so when you enter your password that it came up with those black dots instead of the letters?
View 4 Replies
Jul 31, 2009
I own and I am trying learn and use the CS3 Master collection which comes with Flash 9. I own and had a website built several (9) years ago which I am trying to update the files, So basiclly, I am trying to make updated changes to my own orginal .swf files and todays Flash program give me the message of "cannot open protected movie" I was not ever aware we locked any of the oringal .swf files we produced.
View 8 Replies
Sep 19, 2009
I'm attempting to make a Username and Password input box, with a set username and password that will take you to the next frame, but whenever I test it it just stays in the same frame.
The code I'm using is
on(release, keyPress "<Enter>"){
if (password eq "###") {
if (username eq "###") {
gotoAndPlay(2) ;
[Code]...
but with the ### being what I actually have the username and password set to. As I said before, when I try this, nothing happens. I have the values for both the username and password boxes set to username and password respectively, but I still cannot get it to work. What am I doing wrong?
View 8 Replies
Nov 21, 2011
How can i make a Password Input Box for a Game, I am creating? I'm using Flash CS3.
View 3 Replies
Jan 31, 2012
I have created a projector/swf for a friend. He wanted it password-protected, which I did, but he wants to be able to change it - without using Flash (which he doesn't have). I thought about writing to an XML file, but that would be way too easy to crack, wouldn't it?Is there any way to write to the .exe file's shell?
View 4 Replies
Mar 29, 2005
How to make a random password generator using only action script??
View 2 Replies
Jan 28, 2009
I am trying to make a password to access a certain level. heres the code ive come up with.
[Code]...
where the input text box var is "input" but for some reason, its not working. the "else" command is working perfectly, but when i try and use the password "35" to get to frame 35 it treats it treats it as "else" as if its not recognizing the password.
View 14 Replies
Mar 29, 2005
how to make a random password generator using only action script??
View 2 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