Free FlashDen file of the month. Click here to download.
Search  

CLIENT LOGIN, NO MYSQL OR PHP REQUIRED

HomeBrowse CategoriesUtilitiesFormsClient Login, No Mysql or PHP required

UPDATED

  • Drag and drop movie clip
  • Perfect for restricting access to areas of your website
  • All the actions are within the movie clip. No php or Mysql required
  • Easily skinnable, not a component
  • Create as many usernames and passwords as you like
Update
I’ve set up some basic functions in the file incase your not very experienced with actionscript. If you already purchased just re-download the file from your account.

Go to a frame number
Username: susan
Password:1234

Go to a URL
Username: david
Password:4321

Go to a frame Label on your main timeline
Username: billy
Password:3222

Load an external SWF
Username: jack
Password:4555

Flashden Portfolio

Opens with Flash 8, CS3 , CS4. Actionscript 2.0

Templates

Page Flip Books

MP3 Players

Preloaders

FLV Players

Slideshows

Misc Utilities

Opens with Flash CS3 , CS4. Actionscript 3.0

Preloaders



Graphic River Portfolio

Backgrounds

Red Satin 5 Pack Backgrounds Nebula Background Lightwaves Futuristic Background 4 Pack Abstract Backgrounds

Posted about 1 year ago

ITEM DISCUSSION

Show Comments By

Yeah man. Could please just post the Get URL part so us vidiots can nail this pupper down.

Posted 10 months ago

Yes please – extreme newbie here and have no idea where to put the URL I want the login to access … instructions say to modify the “gotoAndStop(2);}” but no idea WHERE to put the data

if (Password eq “1234”;) { if (Name eq “susan”;) { gotoAndStop(2);} } else if (Password ne “1234”;) { status = “Access Denied”; } else if (Name ne “susan”;) { status = “Access Denied”; }

Posted 10 months ago

do something like this (disregard the smileys…they’re supposed to be parenthesis symbols:

if (Password eq “1234” { if (Name eq “susan” { gotoAndStop(2); getURL(“http://www.flashden.net”, “_blank”)} } else if (Password ne “1234” { status = “Access Denied”; } else if (Name ne “susan” { status = “Access Denied”; }

That should do it.

Posted 10 months ago

It always says: Access Denied even though you are able to successfully login. What the deal is? I’ve changed anything that even says Access Denied but it still shows up when ever you hit the submit button. Help please! clients not happy. Thank you

Posted 10 months ago

I love the file, however, on the “access granted” frame I tried to paste my next animation, like once they log in, I want an image gallery to come up, however I tried to paste it into the file and it did not work? The image gallery works on its own but not in conjunction with this file… is there a way I can load an swf externally once the user types in the valid password and gets access?

Where would I put the loadmovie script?

Thanks!

Posted 8 months ago

Great file. OK, I understand that you can have different people have access to different sites. But is there a way to create an admin login that can access any and all of those sites without entering different logins? Thanks for your help.

Posted 7 months ago

elmwood-No this file is not built with that functionality

To whom it concerns-If your having problems setting up this file or if you have only basic actionscript knowledge, I can set this up for you, just email me for a quote.

Posted 7 months ago

heyyy robwes19,

great file…but, if i have more then one password and username activated the player always shows Access Denied as a result of one of the values not being present..

in the below example, either user will receive an Access Denied’ msg due to the code – if (Password ne “1”;) or if (Password ne “2”;) – how can i have the code understand both simultaneously and only show error msg if a third value is entered..??

if (Password eq "1") {
    if (Name eq "survey") {
    loadMovieNum("___);}
} else if (Password ne "1") {
    status = "Access Denied";
        } else if (Name ne "survey") {
    status = "Access Denied";
}
if (Password eq "2") {
    if (Name eq "survey") {
    loadMovieNum("_);}
} else if (Password ne "2") {
    status = "Access Denied";
        } else if (Name ne "survey") {
    status = "Access Denied";

thanx much

Posted 6 months ago
nayyer-The file shows access denied because your code is wrong

loadMovieNum("___) Posted 6 months ago

not working – see here: http://completewheelsource.com/dealer.html

haven’t changed anything from your original source code.

B

Posted 6 months ago

access granted comes up before you can even login.

Posted 6 months ago

I tried adding a url link…NOT WORKING . here is my code:

submit.onRelease = function() { if (Password eq “1234”) { if (Name eq “susan”) { getURL(“http://www.flashden.net”, “_blank”} } } else if (Password ne “1234”) { status = “Access Denied”; } else if (Name ne “susan”) { status = “Access Denied”; }

Posted 6 months ago
FROGCEREAL -Your code is wrong, my file works just fine.
I’ll help you out this one time but support for the file doesen’t mean I’m supposed to write your actionscript for you.
Overwrite all of the code on your actionslayer with this;
stop(); submit.onRelease = function() { if (Password eq "1234") { if (Name eq "susan") { getURL("http://www.flashden.net","_blank"); } } else if (Password ne "1234") { status = "Access Denied"; } else if (Name ne "susan") { status = "Access Denied"; } } submit.onRollOver = function() { submit.gotoAndPlay("s1"); } submit.onRollOut = function() { submit.gotoAndPlay("s2"); } Posted 6 months ago

Robwes19 – Know that I appreciate the help more than you’ll ever know. Although I can understand the frequency of questions from this forum/site can be daunting at times, it might be to your benefit to consider this site a form of employment to you because its not like you are doing this for free. I agree helping those who have not paid is a waste of time but for those of us like me who rely on incredible smart designer like yourself, all that we appreciate is a little assistance in using your files. I appreciate the help but the side of guilt was unnecessary.

Posted 6 months ago

Frogcereal-Wasen’t trying to give you a guilt trip, and I appreciate everyone that buys my files, which is why I’ve updated this file with common functions that hopefully will answer 99 percent of the questions I’ve been getting.
Just re-download from your account to get it.

Posted 6 months ago

Want to mention a quick and easy way for flash newbies like myself to swap out the images?

I’ve gotten as far as breaking the client sign in box apart, but then the login and password bars disappear and I cant bring them back to the foreground.

In your description however it says its ‘easily skinnable’. Though this is a relative term I bet you could still explain it in a sentence or two.

Thanks in advance, and also for the nice widget.

-SDO

Posted 6 months ago

rob my code works fine unless i have ‘2’ usernames and ‘2’ passwords.. it seems to think that since the other username is not entered the error msg must appear…

here’s what i have written.. is this right… PLEASE HELP ..

stop();

submit.onRelease = function() { if (Password eq “222”;) { if (Name eq “tom”;) { _root.gotoAndStop(“in”;);} } else if (Password ne “222”;) { status = “Access Denied”; } else if (Name ne “tom”;) { status = “Access Denied”; }

if (Password eq "333") {
    if (Name eq "jane") {
    _root.gotoAndStop("over");}
} else if (Password ne "333") {
    status = "Access Denied";
        } else if (Name ne "jane") {
    status = "Access Denied";
}
Posted 6 months ago

Any chance of getting an AS3 version, and right away??

Posted 5 months ago

Hey Robwes19, Worked fine for me. I loved the script. 5 Stars!

Posted 4 months ago

I get an error unable to load protected movie even though the location is my desktop..!!! Help..!

Posted 4 months ago

HI , I purchased this a little while back and was just coming to implement it.

I was wondering how to target a nested page (it would be frame 17 of Pages2) – I can get main timeline targeting but not nested – Im prob doing something wrong – the files seems fine – any pointers? thanks

Posted 3 months ago

Sorted the targeting issue out but am getting the same problem as nayyer when i try to use multiple users/passwords – fine with one but seem to have a problem with 2 or more – in my case i need to have 4 – can you help me, and nayyer out ??

Posted 3 months ago

wow thank for all the instruction easy to fallow I finally did it :)

Posted 3 months ago

Brilliant file! Bravo Very simple to use, worked fine the first time I edited it, for redirect to URL or anything else, he includes tons of examples inside the a/s – this is a GREAT file – thank you!!! Very professional looking, proud to use it on my site. Nice job. A+++

Posted 3 months ago

p.s. anybody with even the teeniest experience using a/s should find this simple and easy to use—this is a winner. just modify the code he’s provided; this should be a $20 component. great job.

Posted 3 months ago

Great file…very easy to setup. Only one question…

I’m trying to set the initial focus on the ‘Name’ field, and when I add…

Selection.setFocus(Name);

but this isn’t working. I see that there is no Instance Name for the Name input text field, and I can’t see in the AS where you actually assign it a name. I see it referenced in..

if (Name eq “susan”;)

but I can’t see where this name is set for the input field.

Posted 2 months ago

Is this file able to work with multiple users and multiple passwords and if so is this edited in a .php file or on the .fla

thanks

J.

Posted 2 months ago

Awesome file, works perfectly. I have very little flash experience and found it simple to get running in minutes – I don’t know why so many people below are complaining, but it’s a good buy for sure.

Posted 28 days ago