• Home
  • Free Tutorials
  • Free Video Tutorials

Adobe Photoshop
Autodesk 3ds Max
CSS
Flash
Help Center Live
iPhone
Joomla
Make Money Online!
Mambo
mIRC
Outlook Express
SEO / SEM
Simple Machine Forum
Target Explorer

Fraud Prevention with Virtual Keyboard

Category : Flash Views : 19171
Version : 8 Rating : 
2.7/5 (41 votes)
  • Currently 2.71/5
  • 1
  • 2
  • 3
  • 4
  • 5
Type : Text Source File: fraud-prevention-virtual-keyboard.zip
Result: See the result


Previous | 1 | 2 | 3 | Next

else { passTxt.text += "1"; } }
If the login doesn稚 have focus than the password has it; so add the text to the password textbox.

loginTxt.onSetFocus = function() { _root.loginFocus = true; }
If the user clicked on the login textbox it gained focus and this event is called.
Then loginFocus is set to true.

passTxt.onSetFocus = function() { _root.loginFocus = false; }
Password textbox got focus and login textbox lost it.
Set loginFocus to false.

loginErase.onRelease = function() { loginTxt.text = ""; }
Set text to nothing if a erase button is pressed.


More cool tech articles from other blogs.

Place your ad here
Loading...


Previous | 1 | 2 | 3 | Next
How to Video Tutorials on software by Helpvids.com

Sponsors





Studio | Advertisement | About Webzo | Contact Webzo | Terms of Use | Free Video Tutorials by Helpivds

Copyright © 2007 NR Concepts Ltd. All rights reserved.