Re: [flexcoders] Logout Button in Application

2006-11-18 Thread Igor Costa
Kumar. Just refresh your Page, I guess this could help you . public function logoff():void { var url:URLRequest = new URLRequest(PageAppWarpper.html); navigateToURL(url, _self); } Regards. On 11/18/06, KP [EMAIL PROTECTED] wrote: Hi All, In my Application I have authentication

[flexcoders] Logout Button in Application

2006-11-17 Thread KP
Hi All, In my Application I have authentication form when my application starts , if the login is successful then user can perform some task now the problem is I have to give one logout button in my application which will perform below task if it is clicked. If logout button is clicked I