Hello all, I am working on an app and I am having some problems with the way ff is reacting to a login form that I have made in flex to get to some customer information. I have figured out that when a customer enters the wrong customer number my flex app will display the proper error message but when the username or password is entered the browser (by means of a server request used by other programs) will display a JS popup to reenter the username and password but it will never validate them this way (a problem of them interacting with Flex? not sure). all the user can do is to click the cancel button which will return a 403 error which cruds out the flash player (both an XML response and HTML page are sent).
What I would like to accomplish is to give Flex control of how the browser handles http responses. I have read the tutorial by Abdule http://www.abdulqabiz.com/blog/archives/flash_and_actionscript/http_authentica.php (for some reason the link wasn't working this morning) which is set up for flash but is there a way to append this to a more Flexy enviro?

