This is a small example of Login screen in flex, we assume that the userid should be roseindia and password is abc, if someone enter wrong id or password or just hit the submit button, an alert message will be displayed, if both the userid and password would correct then an welcome message in alert box will be displayed.
In this example you will have different mxml file and action script file.
<?xml version="1.0" encoding="utf-8"?> |
Login.as
import mx.controls.Alert; |

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Login.mxml
Post your Comment