Search  

CLIENT 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.

AS2 Files

Templates

Page Flip Books

Preloaders

MP3 Players

FLV Players

Slideshows

Misc Utilities



AS3 Files

Posted 12 months ago

just a black screen

Posted 12 months ago

Forgot to include a sample user/pass.

Username: susan

Password:1234

Posted 12 months 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 11 months 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 11 months 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 11 months 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 11 months ago

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

Posted 10 months 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 10 months 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 6 months ago

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

Posted 6 months ago

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

Posted 6 months 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 4 months 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 4 months 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 4 months 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 4 months ago

damn… smiley

Posted 4 months ago

:-) Thanks heaps for the help

Posted 4 months ago

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

Posted 9 days ago