ActionScript 2.0 :: Use One Input Field And Have Multiple Possible Passwords
Dec 19, 2007
I'm trying to create password protection something like this site's:[URL]..I've tried looking up tutorials, but all I can find are ones that tell me how to create one password for one movie. What I'd like to do is use one input field and have multiple possible passwords that would take you to their corresponding movies.
View 1 Replies
Similar Posts:
Jan 14, 2012
I tried to make an exam and I came up with a few issues. The exam is located here: [URL]. One problem is that I don't know how to make the login and input usernames and passwords. How do I make the Start Exam button work so when an appropriate username and password are entered it takes you to the test.
View 11 Replies
Jun 14, 2005
I am working on a client log-in page, and I would like to have multiple passwords instead of one. This is the code I am using:
password = inputName
if (password == "kirupa") {
inputStatus = "Access granted!" ;
[Code]....
I have tried making two action frames and on this: if (password == "kirupa"){ I just did this: if (password == "kirupa""WandMan""Lizrds""Foz"){
View 8 Replies
Mar 21, 2010
I'm trying to create a password input area where a player can insert several passwords and be correct, each password triggering the typing of that password in a separate area (which is what the numbers one to ten in the script below refer to). However, there is some flaw I can't find in the script and if I try to enter anything in the box, it is changed to "orangemarmalade" (see below) and only enters there (acting as if I typed "orangemarmalade" every time).
[Code]...
View 3 Replies
Mar 18, 2010
Below is my code and it is working. What I need to know is how to setup multiple passwords for one result. So look at the first four actions.. they go to the same page. I also want it to go if it is small caps verses large. How do I put all in one statement or do I have to do it this way. How do I put this in a text file if I have multiple passwords going to different pages. So as you see below if they put in password1,PASSWORD1,cash,CASH this all goes to page1.html If this put in password2,PASSWORD2 it goes to page2.html[code]...
View 1 Replies
Jan 29, 2011
I have a simple kids game where they need to enter a password to move on in the game. The password is a string "Explore solutions and plans".I would like them to be able to move on if they have it partially right; e.g. if they type just "explore" or "Explore" or "Explore solutions" or "Explore plans" etc. Current script:
stop();
var myPassword:String = 'Explore solutions and plans';
submit_btn.onRelease = function (){
[code]....
View 5 Replies
Mar 9, 2009
I found a Kirupa code for creating a password:
if (password == "kirupa") {
inputStatus = "Access granted!" ;
} else {
inputStatus = "Access denied!" ;
}
I'm wondering if it's possible to modify this code so it can accept multiple passwords, with each correct password offering a different action.
View 8 Replies
Apr 15, 2011
Using AS3 to create a basic number guessing game but for some reason the input text field won't accept text input. I can't figure out which piece of code is causing the problem and it's driving me nuts considering it's from a tutorial.
Code:
package
{
import flash.display.MovieClip;
[code]....
View 2 Replies
Jan 20, 2009
is there a way to make it so when you are done putting something into an input field it will automaticly add/subtract from a dynamic field.Dynamic1 + Input = Dynamic2where each time you change the input text it will readd dynamic1 and input show it on dynamic2
View 5 Replies
Jun 8, 2011
I have made this before with one simple line of code but I just cant seem to remember...
View 2 Replies
Sep 27, 2006
How can I type something in my input text field without clicking on the field first? Basically I just have one input text field on the stage and when I Test Movie I would like to just type in some text without clicking on the field...
View 1 Replies
Jan 17, 2003
You can refer to the attached excel file. my boss wanted me to make a replica of it in flash. the problem is I don't kno how to do it. In the excel file he wanted some cells - in orange - be available for user to input data at same time display the data. I find it difficult to do. I don't know if it is possible to display output in an input field.
View 1 Replies
Jul 17, 2003
Is it possible to login through flash using one Dynamic Text Field and one Input Text Field and no buttons? If so how? I have seen many tutorials dealing with logging in to PHP using flash but it requires you to make your own php scripts which i am not familiar with. Can some one tell me how to do this with PHPBBs existing php scripts... I want to be able to login thorugh a Input Text Field box and have it verify it in PHP and also be able to register and view other PHP info such as users online and FAQ..
View 2 Replies
Mar 30, 2006
I'm making a calculator using Flash MX that works the same way as the basic calculator found on windows (not the scientific one). But having the user input a number, store it as a variable, store which function the user wants to perform and clear the text field then store the new input in the same text field as a different variable and multiply or add or divide or subtract the 2 numbers and getting the equals sign to display the answer when clicked is harder than I thought it would be.
View 3 Replies
Dec 16, 2010
What I'm trying to do is to write something in an input field and then it should show up in a dinamic field. I can make this happen, but the problem is that the dinamic field shows its new text in the same format as the Input field. For example, the input text is written in TimesNewRoman and the dinamic text is in Arial, but when the dinamic text shows the input, the text is still in TimesNewRoman when I want it to be in Arial.
View 11 Replies
Mar 18, 2010
I want users to input a number into an input text field called "myNumber" which will be put into a variable.
all the rest of the code works if I just type in a number into actionscript on this line:
var theNumber = 8
But if I try to get the number from the input field my code doesn't work. So far I've tried:
var theNumber = myNumber.text
var theNumber = value(myNumber.text)
var theNumber = value("myNumber".text)
View 3 Replies
Aug 26, 2010
I have an input field where the result is added to a htmlText. The problem is, if the user is goofing around and types a < or a >, they can potentially stop any future additions to the htmlText.
Is there some way I can either:
a) stop the user from typing them into the input field or;
b) delete them upon submission of the entry?
View 5 Replies
Mar 5, 2010
I've played with flash a bit and made a few sites but never with input fields....How would i go about make a input field suchs as: name: (type name here) Job Needed: (blah blah typed in here) and a couple input fields like that......and then when they hit the <submit> button it will send a email to a specified email account........a good tutorial will work.
View 5 Replies
Mar 27, 2009
I know how to enter information into a field using a button or an event, but I can't find any material on how to do it with the enter key. I want it so you can just enter something into an input field and press enter, instead of using a button.
View 1 Replies
Oct 6, 2009
I seem to remember in an older version of Flash you could have a text field as an integer (whole number) and with a decimal point. Can someone please tell me how to do that in CS4?
View 0 Replies
Dec 14, 2009
am extreme newb to the slightly more complex level of actionscript (anything beyond tweening and setting initial object states makes my head hurt a bit lol)anyway.. trying to set up pretty simple thing.there's an input text field named nameBox, and I have a button that calls a function that sets a text variable to the contents of the nameBox.text
View 9 Replies
Sep 20, 2010
I have a problem with input text field in flash cs5. I am using fscommand in my project, so, the input text fields are not working in my project.If i remove the fscommand text fields are working properly.I am using fscommand("fullscreen","true") command to fullscreen my project.For the same I am publishing my project in widows projector (.exe).
View 2 Replies
Jun 6, 2011
I have two text fields: one is an input text field and the other is a dinamic text field.I also have a XML file with Zipcodes and Cities.
When the user fills the input field with zipcodes from his country (4 digits) the City names have to open on a dropbox menu for the user to select, since the same zipcode will be linked to more locations.
View 0 Replies
May 24, 2005
i 've an input text field and i want to insert a "<br>" when i hit the "enter key", meaning, i will read the text variable and then insert the tag each time break the line.
Then i will just pass to php and print on screen in html format. But i don't want use the textarea component or any component.
how can i manipulate that text variable.
View 2 Replies
Nov 1, 2006
how do I add input fields ONE AT A TIME at runtime, so that I can UNDO them, one by one ?
This is a 'Whiteboard' function and I've done the above for lines and shapes, no worries.
However, when I try to add Input text fields in the same way (one by one) nothing appears on screen.
This is the working code for drawing squares:
_root.canvas["stroke"+d].lineStyle(2, 0xcb6f14, 100);
_root.canvas["stroke"+d].moveTo( xm, ym );
//_root.canvas["stroke"+d].beginFill( 0xcb6f14 );
[Code].....
View 4 Replies
Jan 9, 2007
i published my flash file in flash player version 6 and my text fields all work perfectly now...yet when i publish it in flash player 8 which is what i need otherwise major parts of my site won't work...the text fields don't work?
View 3 Replies
Jul 9, 2008
Anybody know how to create inputfield (that actually works) inside Papervision object or material? I've tried a few tweaks but haven't found a simple solution..
View 4 Replies
Jun 14, 2009
inserting the a name from an input text field and displaying it in another movieclip please take a look [code] 1067: Implicit coercion of a value of type String to an unrelated type flash.text:TextField.
View 1 Replies
Aug 27, 2009
I'm trying out this script: [URL] and I'll like to find out if it's possible to tweak it in a way that after the text is entered and submitted, the text will not only appear in the text field but also be added to a javascript contact form.
Jus inncase it's nt really clear, I'm using a javascript contact form whereby users will add in details such as name, etc, and they're also required to input some details in the .swf (the input in the flash is a must). After they're submitted the input in the flash (as seenn in the link above), the detail will be send together with the rest of the details from the contact form.
View 1 Replies
Apr 21, 2010
I am having a problem getting my xml to filter based on the contents of an input text box.
I have:
var myList:XMLList = myInput.item.name.(text() == str );
if I set str i.e.
var str:String = "Test";
it works but if I set
var str:String = myInput.text;
View 1 Replies