Pop Up After A Password
hello
I would like to launch a anim swf without bar of navigation centered after a password. On a page HTML one types a password made in flash and the good password opens a anim.
Thank you to give me a council bus if I already made all the initial code I do not arrive at launching my flash suitably.
thanks
FlashKit > Flash Help > Flash MX
Posted on: 04-26-2003, 10:56 AM
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
How To Password Protect A Movie, Password Scrn With Multiple Frames
I'm trying to password protect one of my flash 5 clips but if the password entree screen has only one frame then anyone who wants acces the site can just right click and press "play". I need a way of disabling the right click menu on my movie, if thats impossible then I need a way of making the password enter screen multiple frames.
Help please!
Password Protection W/ E-mailed Password
I need a password protection gate that E-mailes a password to the visitor if they pay to enter the site. I really need this or I can't take this job I got. Please help. If can be anything like .html, .swf, .php, .etc.
I'm just a flash designer and I don't have a ton of knowlege in programing outside of flash and html.
Thanks!!!
<<<<<< Password Help >>>>>>
If I used this code to put a password on my site would it be safe to use, or can the code be looked at by a hacker.
if (password == "monkeynuts") {
gotoAndPlay ("index");
} else {
gotoAndPlay ("goaway");
}
Password
I am trying to make a dinky little password for my web site. I have some of it, but i can't get it to work. If you can help me, e-mail me at fastercracker@hotmail.com and i will send the file to you. Thank you!
PASSWORD
I want to make a program (using flash) but b4 useing the program I want it so you have to enter a password to get access to the program. Do you know how? If so please tell me!
Password
How do i write the actionscript that generates a random password? the password has to be retained for log-ins.
Password ******
I want to make a password access, and make some like in windows text field ( ****** )
Any solution for doing that
Cheers
Robok
Password
Hi,
I've looked at some of the tutorials here at flashkit for creating a username and password log-in system and none of them seem very clear about how do make a log-in that can accept multiple combinations of usernames and passwords that all point to different urls.
In other words. I want to have a single field where more than one user can type in their username and password, and based on their username and password, have their browser be directed to individual urls that contain a static web page with info specific to them.
What would the code be for this and were would I put it, on a submit button? Or a frame? Any help with this one would be greatly appreciated.
Password Help
Right i just got the tut for the password login and i followed evry thing to the letter and ended up with this actionscript for the 'TRIAL' button.
on (release) {
}
if ( pw eq 123 ) {
}
gotoAndStop ( frame 8 );
} else {
gotoAndStop ( frame 11);
End if
End on
thats exactly how it looks on the tut but when i run the movie i get this msg in the out put box.
Scene=Scene 1, Layer=Start, Frame=1: Line 3: Statement must appear within on handler
if ( pw eq 123 ) {
Scene=Scene 1, Layer=Start, Frame=1: Line 5: ')' or ',' expected
gotoAndStop ( frame 8 );
and the screen is blank can ne1 tell me wot i've dun wrong?
Password
I have this code for a simple password, to advance my movie to frame 35. It works fine if I type in "1234" as the password. However, I would like to be able to give out several different passwords, all of them with 4 digits. How can I code the script, to accept any 4 numbers? Here's my code below. Thanks in advance. Daryl
on (release) {
if (password eq "1234") {
gotoAndStop (35);
} else {
password = "";
}
}
Password
Does anyone know how to make a password so that the person then can watch the moive. For example. The person need to enter the password so that the person can watch the moive..
How To Put Password?
How to put password so that when people download my swf movie they cant import to their flash work?
Password
I have a section of a site which needs to be accessed buy a password only one password (lets say FLUFFY) the password will never change.
TY
Password Not
Hi,
Im trying to create a password secured area within my flash movie. The password protection does not work though.
When the enter button is press your automatically
allowed into the secured area.
I have the input type options set to password.
and the variable is
_root.login
could you check out this set up or just explain how
the password option works in general.
Its not in my flash book.
Thanks
on (press) {
if (login == vipguest) {
tellTarget ("_root.client") {
gotoAndPlay (2);
}
} else if (_root.login<>vipguest) {
tellTarget ("_root.intro.login") {
gotoAndPlay ("sorry");
}
}
}
Pop Up With Password
hello
I would like to launch a anim swf without bar of navigation
centered after a password. On a page HTML one types a password made in
flash and the good password opens a anim.
Thank you to give me a council bus if I already made all the initial
code I do not arrive at launching my flash suitably.
thanks
Password
k, this may sound a lil stupid...I used to know how to do this but I forgot so dont make fun of me ...I made a password text box thingy where if u put the correct password it goes to a certain keyframe. Anyways, I want to make it so that every character you type is a *, sorta like all ppassworded things on the net. I forgot how...i know there is jsut some stupid button somewhere but I cant find it lol
Thx!
Password
I need help in creating a password like when you set a password to a windows screen saver the screensaver will not exit until a password has been entered, I want a similar thing but to say when a key is pressed like Escape key it will prompt the user for a password to exit the flash movie.
Is the possible and if so how can I do this?
I would very mush appreciate any help and thanks in advanced for any help given.
0rlando.........
Password To Get Url
I wanted to know if anyone had a flash script that you would have put in a password to get to a website. For example you have a input text box that's variable is pass. I tried to put
on (release, keyPress "") {
if (pass=123) {
getURL("http://www.google.com", "_self");
}
}
but it dosnt work because when u hit the "go" button it automatically changes the password to 123 and reads it as a correct password and brings up the website. I need a working script that wont change the password and does not let an invalid password through. Thanks!
Password Help
I'm trying to experiment with the password such and such. Earlier I was able to make it to where if the correct password was in it would play a frame. I will list the example down below.
on (release) {
if (password eq dog) {
gotoAndPlay(2);
}
}
Now, this code worked at first, but for some reason it doesn't work anymore. I made an input text box, and named the var password. Then, I made a submit button and assigned that script to it. It worked before. But, now it just sits on the same frame whenever I click submit.
I also expiremented with something else I used the same command but tried to open a webpage with it. Now, I've never used the getURL command and I know I'm doing something wrong. There is an example below:
on (release) {
if (password eq dog) {
getURL("http://www.flashkit.com", "_blank");
}
}
Can someone please help me on both problems? = = =
Password
okay so i want it so you have a text thing where you type in the password and click submit, and it checks to see if its right, and if it's right it takes you to http://google.com and if its wrong it goes to frame 1. sorry i dont really know anything about how to do this , havent done flash things in awhile.
Password Help
Hi!
So far not had much help here, but I'll give it another try! How can I modify this action script to goto scene 2 when the correct pass is entered?
on (release, keyPress "<Enter>") {
if (_root.inputPass=="JimBob") {
getURL("http://www.flashkit.com");
_root.display = "Right";
_root.inputPass = " ";
} else {
display = "Wrong";
}
}
Thanks!
Jack
Log In & Password
Hi everybody,
I want to create simple log-in and password fields so that users can log into some certain permitted pages on mysite. Pls tell me or if you have any available source file pls email me .(hcongthanh@yahoo.com) Thanks a lot
hcongthanh
Password
I have an input text field and I want everything someone types in it to appear in '***' like when you need to put in a password somewhere.
How do I do this?
Password
how would i make a password thingie that would take you to a certain frame or scene if you typed in the right one?
Password Again
i've posted this topic before but no one has posted since this one reply.
How do you make a password field and if the the password is correct it will take you to a certain frame. I need to know exactly where to apply the scripts!!
Password ****
Hi,
Is there a way to change text input to show stars ie ***** instead of normal text? its for a password field.
Cheers.
steven.
Password
NEBODY KNOW HOW I COULD MAKE A SIMPLE PASSWORD SCRIPT IN FLASH (IM USING 3DFA)
IV SPENT ABOUT A WEEK AND I AINT GOT NEWER
I WOULD JUST LIKE TO SAY IT DOSENT HAVE TO BE REALLY SECURE AND UNHACKABLE OR ANYTHING IT JUST NEEDS TO BE REALLY SIMPLE
I WANT IT TO RECOGNIZE EITHER A USERNAME OR AN E-MAIL AND IT MUST MATCH ONE PASSWORD AND I WILL ENTER ALL THE PASSWORDS MANUALLY SO I DONT NEED 2 KNOW HOW TO REGISTER OR NETHING
THANKS YO
Password Help
Ok - here's the problem - I've looked at 2 different ways to make passwords in flash without using PHP (because I want it to be completely self-contained because I'm packaging my project on CD). Both ways redirect users to the "correct password" frame when they enter the correct password and the "incorrect password" frame if the enter the wrong password. The problem is when you push the play button in the projector window, the movie plays past the stop frame that is set as the wrong password, rendering the whole thing quite useless.
Does anyone have any techniques to get past this?
Thanks
- Levi
www.2010designs.com
Password
hey all, a couple of months ago, when i was living in brazil, i made a succesfully password thing.... but now, i dont know why it isnt working.... ill put here what i did, and if someone know what i did wrong, please tell me. and annother thing, when i press enter, it goes straight to frame 2... and i didnt script this anyware... but, here is the scrpt, ah, and i am using flash mx 6.0
code:
on (release) {
if (pswd eq "pass") {
gotoAndStop(2);
} else {
msg = "wrong password, try again";
}
}
Password?
I've never done this before, but recently received a request from a client to set-up a password filed on the front page of a site I created for them.
Basically what they want is for a visitor, in order to be able to navigate past the home page of their site, to have to enter a password in a field.
Does anyone knpow how to do this? Is there a built-in Flash function/script for this?
Thanks.
Password Help
Im hoping that someone here will be able to help me, I would like to make my first page on my site a password page and depending on what username and password is entered will depend on what part of the site you have access to, I would be very greatfull if someone could help me with some idea of where to start...
Password?
How would I set up a page to enter a password before allowing the user
to go further? Any help much appreciated.
VN
Password
Hi, ive made a maze game (www.iplay.co.nr/games.php select escape the maze)
and i was wondering if on the title page there was a password box and if say you typed in the pasword for lvl 2 it would take you there or if you typed a password for level 5 it would jump to the correspondin frame because at the moment hen you die you have to start again. and it would be better if you just typed in the password and you were off at the level you were just on (there need to be 8 password for 8 levels)
[F8] Password
how do you make it so when the person enters a correct answer then clicks submit it will go to that level but if it's incorrect and they click under the box where they type in it will say incorrect in led letters?
Password & Xml
Hello
Got some trouble shouting to do the following
I will do query in my xml to do the folowing
When i press button it strat function
It check if he find in xml user with login/password
If succes he load the data of the user
I got some probleme with my [i] that is not right way to load the good var
Can somebody help me?
Steph
ActionScript Code:
function testpassword (){
error2 = "vide";
if ((form.account == null) || (form.account == "")) {
form.account = error2;}
if ((form.pass == null) || (form.pass == "")) {
form.account = error2;}
if ((form.account != "") && (form.account != error2) && (form.pass != "") && (form.pass != error2)) {
form.clients = new XML();
form.clients.ignoreWhite = true;
form.clients.onLoad = loadXML;
form.clients.load("clients.xml");
form.list = new Array;
form.nom = form.clients.childNodes [i].childNodes [1].firstChild.nodeValue;
form.prenom = form.clients.childNodes [i].childNodes [2].firstChild.nodeValue;
form.societe = form.clients.childNodes [i].childNodes [3].firstChild.nodeValue;
form.adresse = form.clients.childNodes [i].childNodes [4].firstChild.nodeValue;
form.lieu = form.clients.childNodes [i].childNodes [5].firstChild.nodeValue;
form.email = form.clients.childNodes [i].childNodes [6].firstChild.nodeValue;
form.telephone = form.clients.childNodes [i].childNodes [7].firstChild.nodeValue;
form.fax = form.clients.childNodes [i].childNodes [8].firstChild.nodeValue;
form.account = form.clients.childNodes [i].childNodes [9].firstChild.nodeValue; }
form.clients.onLoad = myOnLoad;}
Password
Hi there!, i just can't understan what wrong with this.
If I use Flash 7 player publich settings it does work, but if I select flash 8 player it just don't work
I need to export it for flash player 8.
I attached the fla.
Someone could help me?
Password
when you assign a name to 'var' for input text box, and play the movie,
the txt box displays letters(asterisk) that was previously typed. how
would I have that field empty upon loading?
thnx.
Log-in / Password
I want to make a login and password system on my website which after the right info has been typed in it takes you to a separate page. This would need to be working for several different log-ins and passwords (up to 10ish) at the same time.
Is this a huge complicated task and could someone perhaps help with me with the code or point me in the right direction?
I'm familiar with flash and have only a tiny! understanding of action script3 so please bear with me on the technicals (o:
Password
Could anyone tell me how to make a password box?
I have tried with a textbox many times and have failed...
Any help would be great.
1 Set Password
I need a page with a password that is the same password for everyone. The password is only to discourage individuals who don't need to know large group pricing.
If the password passes the viewer will be directed to a url...Can I do that?
If the password fails the viewer will be directed to a fail frame.
I use Flash 8, so "eq" doesn't work. "just so you know this is not without any effort~ After 2 weeks of trying to deal with GoDaddy and through them MySql I am totally fried. I finally set up a simple CGI script to see if I could go that route but Godaddy will only direct user back to the root index and I get an email everytime you try to sign in. LOL..."
I like Flash so I would like to use it, but I am open to html code too, I have Dreamweaver..
Would someone help me script this....PLEEZE>>>>>Help me start my New Year out right<<<<<<. If the script works and I use it I will be happy to compensate you for it.
Password Box
Hello.
I was hoping that someone could help me code a simple Password box.
I want a input textfield, lets say we name it. "inputPass_txt". If someone put in the right word, lets say "Coconut" some variable in the FLASH file is changed and more content is showed. And if the wrong password is written, then Flash will only tell you to retry....
Can someone please tell me how to code this =)
Cheers
/A
Password Help
Hi, iv read the tutorial on making passwords and stuff but iv got this game that im making and i want it so it ses a password at the end of every level so you dont lose your save.
How do i make it so if i type in "a" it goes to frame 10
and if i type in "b" it goes to frame 11
etc for as many levels as i make.
Plz help
Password Box
hey this is my first time posting. i am trying to figure out how to make a simple box in which the user will enter a predetermined password and then click on a button to verify it.. after verification the flash will forward to another page.. your help is appreciated. thanks
Log On With Password
Hi I need some help with a log on and password. I will have set users with passwords and they need to log on to a restricted area. thus for I need help. I have a basic knowledge of Flash. So be kind.
Cheers
Steve
Password As ***
Hi,
In my password protected flsah site when I enter password I want it to appear as *** instead of characters, how can I do ?
Thanks
Password
How do you set an input password to goto a certain frame of a movieclip, or the root?
Password
hello everyone... im doing a game, so because the game isnt easy and its long, i decided to set passwords... so i did, i did everything like i had to do it... then i put this code in the button, ans when you press the button without writing anything, it goes to the second level... why??? heres the code:
on(release, keyPress "<Enter>"){
if(pass = "asupu"){
gotoAndStop("2")
} else if(pass == "tefgh"){
gotoAndStop("3")
} else if(pass == "gkavc"){
gotoAndStop("4")
} else if(pass == "kowrt"){
gotoAndStop("5")
} else if(pass == "jkltr"){
gotoAndStop("6")
} else if(pass == "oprtd"){
gotoAndStop("7")
} else if(pass == "oftaw"){
gotoAndStop("8")
} else if(pass == "oyarf"){
gotoAndStop("9")
} else if(pass == "zdyig"){
gotoAndStop("10")
} else if(pass == "xgdty"){
gotoAndStop("11")
} else if(pass == "gjsog"){
gotoAndStop("12")
} else if(pass == "sjpwf"){
gotoAndStop("13")
} else if(pass == "qkrpv"){
gotoAndStop("14")
} else if(pass == "snfpa"){
gotoAndStop("15")
} else {
gotoAndPlay ("wrong_pass")
}
}
what am i doing wrong??? please help, the game its almost done and i wanna publish it!! thanks...
ohh btw, if you are going to answer me please i prefer emails... instead of coming everyday checking if i got an answer... mrojas2000@gmail.com or mrojas2000@hotmail.com
thank you for reading this!!!
Miguel Rojas
Password
i am making a password for the first time and i used this code on the "check" button:
on(release){
if(_root.password=="paul"){
_root.gotoAndStop(2)
}
if(_root.password==""){
_root.gotoAndStop(4)
}
}
what the code for if they enter a wrong password?
|