I get the same result with navigateToURL(new URLRequest(Application.application.url), '_self');
can I refresh just my component, or let say erase from memory, so next time application will load component like she do for first time. Do I need something like ModelLocator or something simmilar. thx for efforts On 7 pro, 12:42, Sunil Thota <[email protected]> wrote: > Hi, > > Refresh the entire application, then pervious data will be removed when > clicking on Logout Button.Paste the below code in the logout function. > > ExternalInterface.call('window.location.reload()'); > > With Regards, > Sunil.T -- You received this message because you are subscribed to the Google Groups "Flex India Community" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/flex_india?hl=en.

