Home / Tutorials / Various Techniques / User Name and Password - Advanced Features /

Flash Tutorials

User Name and Password - Advanced Features - Intro

Posted by : PhilS on Sep 15, 2008

 

5.0/5

This tutorial is based on the previous tutorial: User Name and Password It is written with the assumption that you have read the previous tutorial. The Advanced Features discussed here are based on the Flash Movie created in the previous tutorial. These features are:

  • User Name and Password Pairs
  • Tab Key
  • Maximum Characters

Example:

User name and password box.

  • The User Name is: web and the Password is: wasp (case sensitive) or
  • The User Name is: web1 and the Password is: wasp1 (case sensitive) or
  • The User Name is: web2 and the Password is: wasp2 (case sensitive)

Advanced Optional Features: User Name and Password Pairs

Unlike in the previous tutorial, mixing the possible passwords and usernames won't work in this case. You can only gain access using the right username with its corresponding password. For more details, read the comments in updating the code in Step 2

Advanced Optional Features: Tab Key

Another advantage of this Movie is that it works like the form on a web page. It utilizes the Tab key function allowing the user to press the Tab key and move between the input boxes.

Advanced Optional Features: Maximum Characters

In this Movie the number of characters a user can input is restricted.

no comment

Add comment

Please login to post comments.