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

CLIENT LOGIN

HomeBrowse CategoriesUtilitiesFormsClient Login
Full_screen_preview

Nice little widget for restricting access to areas of your site, usefull for client reviews, work in progress etc. Unlimited usernames and passwords, simple code all contained within a drag and drop movie clip.
Test it,
username: susan
password: 1234

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

just a black screen

Posted about 1 year ago

Forgot to include a sample user/pass.

Username: susan

Password:1234

Posted about 1 year ago

Heyy man, its ok for a vary simple log in, but it dont work that great because if someone right click on the page where the log in flash is on the right click menu just click Play, and WALA I have enter your private section with no need of user/pass jajajaj

Posted about 1 year ago

shine1100485-you can disable parts of the contextual menu with the following code:

var myMenu_cm:ContextMenu; myMenu_cm = new ContextMenu(); myMenu_cm.hideBuiltInItems(); _root.menu=myMenu_cm;

sorry if this thing spits out smiley faces.

Also this is a very simple 2 frame flash file, you can jump to any frame or frame label anywhere in your site, also load external swf’s, whatever you can think of.

Posted about 1 year ago

robwes19 ,

A nice feature will be to clear the text box on click to ensure that the user don’t type over the existing content and mix the intended input and the default characters…

Posted about 1 year ago

Hey shine110485, it is Voila and not wala :P

And about the file itself:Well, it is’nt something new, just some if(...){ work, it would have sold with the speed light if it was XML … Tough the graphics look nice :)

Posted about 1 year ago

I just bough. after login how to make them go to “scene 2” Pleased help. Thanks

Posted about 1 year ago

alanguyen – scenes..thats old school :) This file doesen’t work with scenes, everything else though, loadMovie, gotoAndPlay etc. I would suggest breaking your movie out into seperate swf’s rather than scenes.

Posted about 1 year ago

alanguyen: Yes its much easier if you make them movieclips its easier to place on timeline, You can externally load them (which makes initial loading for yourwebsite much faster) and its more organized. Kind of creates a hierarchy system of whats in what.Just make sure to label your files well.

For example:

take your raw assest’s ” png,bmp,jpeg,gif ” place them into a folder called Raw assest’s. Then create symbols for each raw assest. label then the same title as the whatever.png’s etc. but with a _gfx at the end. Do the same with movieclips (name_mc) and buttons (button_btn) and organize you will be able to create complex files much faster this way.

Nice file btw robwes19. graphics are sexy. I agree with gstudios though. CLEAR THE TEXT FIELDS BUYERS !

Posted about 1 year ago

Can I resize the login and password container. Thaths because I cant read what is inside then? thanks.

Posted about 1 year ago

I like it but its really hard to read what you type. The font is too small or something.

Posted about 1 year ago

So I have been able to mod it easy to match my website but I have noticed a few problems

1 the if else statements… if you type in the right username and anouther useres password the access denied thing doesnt come up..

2 because of the java (i think) The widget wont open a website in a differnt frame

3 obviously security… but I am just using it to allow clients easier access to their files… I wouldn’t know how to fully secure a FLV file anyway.

If anyone can help me with the first to that would be great.

Other than that… very easy to mod and make it easyer to read… I just made the text box white and deleted the default text… ohh and made the text bigger

Posted about 1 year ago

... sorry

So I have been able to mod it easy to match my website but I have noticed a few problems

1 the if else statements… if you type in the right username and anouther useres password the access denied thing doesnt come up.. 2 because of the java (i think) The widget wont open a website in a differnt frame 3 obviously security… but I am just using it to allow clients easier access to their files… I wouldn’t know how to fully secure a FLV file anyway. If anyone can help me with the first to that would be great.

Other than that… very easy to mod and make it easyer to read… I just made the text box white and deleted the default text… ohh and made the text bigger

Posted about 1 year ago

I got the multipal users login working pretty easy. But i really need an exact example of how to redirect each person to an individual webpage. Im stuck guys need help please.

Posted about 1 year ago

if (Password eq “4321”) { if (Name eq “david”) { _root.loadMC.loadMovie(“sample.swf”);} } else if (Password ne “4321”) { status = “Access Denied”; } else if (Name ne “david”) { status = “Access Denied”; }

just change the “_root.loadMC.loadMovie(“sample.swf”);” to whatever else if it is html just use “getURL(“http://www.flashden.net”)”

I cant figure out how to make it pop up in the correct frame… it always pops up in a new window.

Posted about 1 year ago

damn… smiley

Posted about 1 year ago

:-) Thanks heaps for the help

Posted about 1 year ago

When I use the password and name nothing happens, thats on my system and at FlashDen. Can you help?

Posted 10 months ago

I can’t see any actionscript in 1 frame its only stop();

Posted 6 months ago

sorry my fault

Posted 6 months ago

me likey ur work

Posted 5 months ago

um …. so what if someone has a swf decompiler that rips this from a site and then decompiles it to get the password?

Posted 4 months ago

lol

Posted 4 months ago

Hi, have done evrything it says, but uploaded files arent going to the “upload” folder i created!, just in the my main directory and is looking chaotic…any help guys please!!!!!!

Posted 3 months ago

Hello,

I like design but need it to have the following functionality. When user enters credentials just pass it to some.aspx page [it is defined in some sort of xml or config used by your SWF .

It should pass quesry string

so in your action script should be something like javascript opening new window with parameters.

open.window(‘some.aspx&user=inputuser&pass=typedinpassword

If you can do this I would buy it.

Or may be you know something like this and may share link.

Thanks.

O.

Posted about 1 month ago