Ok I will try to explain my problem in detail here.
I have a web app that the user must log into to access. The login page is done in flash. I've written an object using VBCOM to interface with the Oracle DB in order to verify the user's login credentials.
The Flash page calls an ASP page which calls the object and passes the values back to the Flash login page. If the login is valid the user is redirected into the site. If not they get a box in flash that basically says 'invalid login credentials'.
The problem happens when the user enters invalid login data. The box comes up as it should. When the user clicks ok and enters their login information again (this time correctly) they get the invalid user box again. When they click ok the second time and just hit the login button again (with the correct userid and password) they are redirected into the site.
It seems that the second time around flash just shows the invalid user box without waiting to receive the new information from the ASP page. It seems to be some sort of timing issue.
Has anyone ever run into this before or have any idea how to get around it? Your help and insight would be greatly appreciated.
Many thanks,
- VB Rookie
I have a web app that the user must log into to access. The login page is done in flash. I've written an object using VBCOM to interface with the Oracle DB in order to verify the user's login credentials.
The Flash page calls an ASP page which calls the object and passes the values back to the Flash login page. If the login is valid the user is redirected into the site. If not they get a box in flash that basically says 'invalid login credentials'.
The problem happens when the user enters invalid login data. The box comes up as it should. When the user clicks ok and enters their login information again (this time correctly) they get the invalid user box again. When they click ok the second time and just hit the login button again (with the correct userid and password) they are redirected into the site.
It seems that the second time around flash just shows the invalid user box without waiting to receive the new information from the ASP page. It seems to be some sort of timing issue.
Has anyone ever run into this before or have any idea how to get around it? Your help and insight would be greatly appreciated.
Many thanks,
- VB Rookie