ActionScript 3.0 :: Making Exam Login - Input Username And Passwords

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


Similar Posts:


ActionScript 3.0 :: Making An Exam: Submit Exam Button?

Jan 17, 2012

So I tried to make an exam and I came up with a few issues. The exam is located here:My third problem is that after I add all the questions (multiple choice/checkbox) on each frame, how does the submit button have to be in order for a member to submit his exam.

View 7 Replies

Prefilling Flash Login Form With Username And Password

Jul 26, 2011

My problem is rather simple. I have a site built totally in flash that I need a couple other people to be able to log into, but I don't want them to know the password. Does anyone know if there a way that I can load the flash site in an iframe, and then use some javascript to fill the flash username and password with the correct text so that they can just click the login button without knowing the username and password?

View 1 Replies

ActionScript 3.0 :: Register Button - User Login With Entered Username / Password

May 5, 2009

I want to make a file that that has a register button where the user can put in their name, username and password. Then I want the user to be able to be logged in with the username and password they put in.

View 9 Replies

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

ActionScript 2.0 :: CS3 Create A Password Input Area Where A Player Can Insert Several Passwords And Be Correct

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

ActionScript 2.0 :: Input Box That Remembers Username?

Mar 2, 2010

how i would add actionscript to the following

i have a button that when clicked turns into an input box, where the user would enter their name

I need the program to save the name of the person and then print welcome <their name> in the next frame

View 8 Replies

ActionScript 2.0 :: Make A Username And Password Input Box?

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

ActionScript 2.0 :: Comparing An Input Username With A List In MX?

Apr 2, 2004

So far I have the AS which imports the userlist and saves it in the variable $usercheck.

userlist = new loadVars();
userlist.load("text/userlist.txt");
userlist.onLoad = function() {

[code]......

View 1 Replies

ActionScript 2.0 :: Not Case Sensitive Input Of Username?

Jan 20, 2008

I have a login section that has a username and password input field. I am not sure if I am doing this right, but since there is only one username and one password, this is how I did this.

[Code]...

My question now is how can I have the username not be case sensitive. Is that possible?

View 3 Replies

ActionScript 2.0 :: Compare An Input Username With A List In MX?

Apr 2, 2004

So far I have the AS which imports the userlist and saves it in the variable $usercheck.

userlist = new loadVars();
userlist.load("text/userlist.txt");
userlist.onLoad = function() {

[code].....

View 1 Replies

ActionScript 2.0 :: Flash Login With Input Text?

Jan 29, 2011

I Wanted to make a login with input text's I Got 2 frames.1 Is for Use ur desired username2 To show your usernameActionScript Code:usernamelogin_txt.text "Hi " +_global.movieclip1So dont mind using +_global and that text thing cause it wont work

View 7 Replies

ActionScript 2.0 :: Login Input Text Defaults?

Jul 21, 2010

i am trying to have a login text field that has default text in it which disappears when a user clicks in the text box. i've tried every solution on this forum and it seems to get the default text in the box but i can;t get it to disappear when curser clicks in box.

currently:

userText.text = "username";
userText.onSetFocus = function(){
userText.text = "";
}

View 1 Replies

ActionScript 3.0 :: Get's Two Values From An Input Text And Sends The Data To Login Php

Oct 9, 2010

So i have this class, It get's two values from an input text and sends the data to my login php where everything works fine. It is supposed to return 0 (bad login) , 1 (good login).

[code]...

View 1 Replies

ActionScript 2.0 :: Create A Login Page In Flash Site That Relates To Information Input To A Mysql Database

Oct 11, 2006

I need to create a login page in my flash site that relates to information input to a mysql database. after the submit their information we want to send them a link to a differnt flash page with a login screen they will use their first name and a password (already in our database) to gain access to this "new" page. on that page there will be a welcome message that says "Welcome, User First Name" so I guess i have two questions

1: how do i set up a login page?

2: how do i pull that login info to a welcome page?

View 7 Replies

Flash Login Page For Multiple Separate Login Accounts

Aug 17, 2009

I have a need to build a flash login page. No big deal, but I need to have six seperate login accounts. For example:
Username: user1 Password: pass = link to [URL]
Username: user2 Password: pass = link to [URL]
Username: user3 Password: pass = link to [URL]
and so on for up to six users.

Again the usernames and passwords would not change, but need to redirect the particular user to a certain page.
stop();
var user_input = "";
var pass_input = "";
login_button.onRelease = function(){
if(user_input == "user1"
&& pass_input == "pass"){
getURL([URL], "GET");
}else{
gotoAndStop (3);
}}

View 7 Replies

ActionScript 2.0 :: Make A Login Form For People To Use To Login To A Certain Area?

Nov 10, 2004

how could i make a login form for people to use to login to a certain area?? like for instance on this website [url]..... at the bottom he has a client login form....how could i do that?

View 4 Replies

ActionScript 3.0 :: Regarding Flash CS3 ACE Certification Exam

Jun 26, 2009

I started preparing for Flash Cs3 Adobe ACE Certification exam. But I don't have enough information on this. I just started practicing and reading completely the whole ebooks what I have. I don't know the exact pattern of the questions. So can you please provide me the links/sites or any dumps regarding the question papers/sample tests etc.

View 2 Replies

ActionScript 3.0 :: Select Number Of Questions In Exam Via XML

Apr 14, 2010

I have an application which pulls in data (questions) via XML and randomizes them. Right now if there is 50 questions in the XML file, 50 questions are displayed and randomized in the application. I am trying to figure out how to limit the randomizing pool so that only 35 questions display(even when the XML file has 50 questions) or something like that. My current code which brings in the file and randomizes is below.

Loads the XML data
Code:
package exam {
import flash.net.* //to create URLRequest and load XML file
import flash.events.* //for Load events
//import flash.display.* //for testing purposes - remove when testing complete
//This class downloads the XML document, and then inserts info into arrays and variables.
[Code] .....

View 8 Replies

ActionScript 1/2 :: Making Input Field Such As: Name

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

ActionScript 3.0 :: Setting XML Based Exam To Where There Are Two Correct Answers In A Question

Apr 9, 2009

I have an exam which pulls in questions from an XML file and to indicate what the correct answer is you would indicate in the XML as such:

[Code]...

There is one question, that is structured so there are two right answers, but when I add correct="true" to both answers I want as right only one is calculated correctly in the scoring. I thinking I need to make an adjustment in the code that pulls in the XML, but not sure where. Here is the AS code.

[Code]...

View 11 Replies

Actionscript 3 :: Creating An MCQs Exam And Have An Error With The Counter Of The Score?

Oct 24, 2010

I'm going to make a counter that will count the correct answers of an exam questions.The counter will collect only the correct answers from each frame.

Here is the first frame:
var counter:Number = 0;
var correctAns:Number;
correctAns = ans1_mc.alpha;
function clicked1(event:MouseEvent):void

[Code]...

View 1 Replies

ActionScript 2.0 :: Turn A 100question Paper Exam Into A Digital Version?

Jan 20, 2009

I'm trying to turn a 100question paper exam into a digital version, but I keep getting problems.The names are in dutch, my appologies, but I'll explain a few;

eind = end
vraag = question
Fout = false
Goed = true

I'm trying to get the score to be calculated per page. Being P1, and at the end to calculate all pages into one 'eind_score'.
I'm just a student in this but not even our supposed 'expert' doesnt know.

Code:
stop();
_root.onEnterFrame= function(){
eind_Score = 0;

[code]....

View 6 Replies

ActionScript 2.0 :: PHPBB - Login Through Flash Using One Dynamic Text Field And One Input Text Field And No Buttons?

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

ActionScript 1/2 :: Making Cursor Appear In Input Text Field

Jun 8, 2011

When I Selection.setFocus(someTextField); the cursor doesn't start blinking in the text field. I've tried it in the flash IDE as well as in a HTML page, I can't seem to get the cursor to start blinking automatically in an input TextField.

I even did an onEnterFrame script to make sure the TextField was loaded and ready before I did the selection. I've also used Selection.setSelection(0,0) , etc. It just never shows up.
 
If I click the input TextField the cursor shows up as normal though. I just want it to automatically appear as this is a form and I want it to be clear to the user which textfield is currently selected when I change focus.
 
This is for a touchscreen project with an on-screen keyboard so the user has no mouse.
 
Even if the user types some letters and sees them appear in the input box properly the cursor STILL doesn't appear. Only when I click the input does the cursor appear.

View 1 Replies

ActionScript 2.0 :: Have Multiple Passwords Instead Of One

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

Setup Multiple Passwords For One Result?

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

ActionScript 2.0 :: Multiple Passwords In One String?

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

ActionScript 2.0 :: Code For Multiple Passwords (if/else)?

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

Actionscript 3 :: Using A For Each Loop To Check List Of Possible Passwords?

Apr 6, 2012

What am trying to do is match an Array of possible passwords to the correct password and trace if the password is correct or not. This is what I have so far.

var passWords:Array = ["catdog", "fatcow", "yoda", "petergriffin"];
var userPassword:String = "petergriffin";
var wrongPassword:Boolean = false;

[Code].....

View 1 Replies







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