Hello, Friends!
I use Flex Builder 3 and SOAP WebService on the server side. I know how to do a basic authorization of the client app (using httpHeaders), but I can't solve the problem of how to kill the browser dialog box (username, password) when the client have done an incorrect authorization.
I handle the faultEvent.FAULT event, but the reaction on this event takes place only after the appearance of browser dialog box :(