ActionScript 2.0 :: How To Make A Password Box
Nov 2, 2005I'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 RepliesI'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 RepliesI 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 RepliesI 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]...
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 RepliesI'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?
How can i make a Password Input Box for a Game, I am creating? I'm using Flash CS3.
View 3 RepliesI 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 RepliesHow to make a random password generator using only action script??
View 2 RepliesI 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.
how to make a random password generator using only action script??
View 2 RepliesI 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 RepliesIm 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 RepliesI am having a problem trying to make a little game. I want to create a password box using input text but i dont know how to put a variable on my input text. It's telling me i can only do it with AS2. What I am trying to do is that if you enter (in the password box) a specifically word like ''Pizza'', your sended to ''Question 1'' using go to and stop. I tryed to create once myself with this tutorial [URL] but I think it's for AS2 cause i cant place a Var on as3. Can someone tell me how to put a Var on my inputtext? My Input text occurence is called ''Pass'' and is already set as ''Password'' (not single line or multi line). how to cade a var myself and i juste dont understand.
View 8 Repliesthat 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 RepliesI am currently using Flash CS4. Trying to do a very simple redirect via a password. What I want to do is whatever password they enter (variable defined as code) I want it to direct them to the keyframe. The below works if they enter hi (sometimes it seems to work sometimes not). The password "no" does not seem to work. I have attached simple fla based on the logic I am using.
[Code]...
Does anyone know if you can have two passwords for one input text box, if so, is there syntax that concatenates the two or something, i.e set variable pass=mypass1+mypass2?
View 2 RepliesI'm developing an AIR application and I need to store password there so user don't have to write it everytime when he launch the application. I want to ask you if you know some way how to store the password in no plain string. I can store it in the file but everybody can read it there... Is there any way how to encrypt and then decrypt saved password?
View 2 Repliesmy question is about multiple password boxes and multiple ''if'' . I explain, i want to have a page that you need to enter multiple password, let's say 3, and if the 3 password are the good one, you can go to another frame. My actual code is this one
{if(Pass.text == "Coco"){
gotoAndStop("Pizza");
}
[code]......
I have a build server that generates our signed packages for deployment. However, I would prefer not to embed our passwords for signing the package in our ant file. Is there a way to get around this? It would be nice if I could setup something like how password-less ssh works or even use the keychain.<rant>Why do Adobe products seem so unfriendly in terms of working in a team environment or when it comes to trying to automate them as part of a tool chain/regression suite?! Don't get me started on the Adobe updater either.</rant>
View 2 RepliesThis is probably very simple but here goes...How do I hide text in a password field? You know, the dots in place of text?
View 2 RepliesI use the Windows MEdia Server, but iŽd like to migration to FMS. I set a login and passwrod on WMS to Encoder to use. Using FMS, how can i do to set a login and/or password for use by Flash Media Encoder?
View 9 RepliesAfter trying many methods in Flash 6 I have not been able to create a working password field. If anybody has code that works with FLASH 6 please post it. I just want to have two frames a frame to enter the password, and a frame to say that the password was wrong and go back. Then if the password is correct I would like It to go to a different flash document.
View 1 RepliesI have a swf file-A which requires to key in a password. Can I open this swf file-A with another swf with the password already set in, or open with another software?
View 2 RepliesI would like to develop a package made in Flash, if I put it on the internet as such and have downloads etc, is there a way to generate a password (or activation key and a password) that can then be embedded with the download so it can be used offline. If I can automate the process so I do not need to make individual packages but can control their use... this would be good. I don't have a problem if they also have internet connection, but the package needs to function off line. I guess I could use a batch passwords then selectively send out passwords in that batch, but this seems heavy.
View 7 RepliesI need to automatically make a series of .swf go into full screen mode and only be able to come out via a password.They are for kids and i need to be able to keep them inside these. i have been on a commercial kids site Zoodles which does this , what code would I have to use? in AS2 using Flash 8 pro...
View 3 RepliesI'm making an Air file that uploads and overwrites an XML file.
So far, the php is very simple:
$everything = $_POST['saveThisXML'];
$everything = stripslashes($everything); $toSave = $everything;
$fp = fopen("settings.xml", "w"); if(fwrite($fp, $toSave)) echo "writing=Ok"; else echo "writing=Error"; fclose($fp);
I'd like to set up a user name and passowrd that the user enters in the Air app. Is it then just a matter of sending POST data to the php file, and have it check the user and pass variables? Is that a reasonably safe way to do it? If not, can someone please point me in th edirection of a good tutorial that they're used on this topic?
How do you encrypt the password and username for a login form in as3?
View 5 RepliesI'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 Repliesi have a problem while username and password validation.i retrieved data (username and password)from an xml doc using http service but the problem is that i have to verify the username and password entered by he user with the username and password of the xml doc...
my xml doc is as follows:
<employees>
<employee>[code]....
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]....