It depends on your specific applications usecase. I'd recommend setting it to the initial state by clearing out all session data. If that can't work just reload the html page using javascript or the ExternalInterface.
On Fri, Jul 23, 2010 at 10:20 AM, Sajid Hussain <[email protected]>wrote: > > > ssomtimes this help > > public function reloadpage(e:MousEvent):void{ > var ref:URLRequest = "javascript:location.reload(true)"; > navigateToURL(ref, "_self"); > > } > > ------------------------------ > *From:* Akshar Kaul <[email protected]> > *To:* [email protected] > *Sent:* Fri, July 23, 2010 1:44:58 AM > *Subject:* Re: [flexcoders] Reload an application > > > > why do you want to reload the whole application. you can just write a > method at the application level to reset the application to the initial > state. > > Akshar Kaul > > > On Fri, Jul 23, 2010 at 14:11, claudiu ursica <the_braniak@ > yahoo.com<[email protected]> > > wrote: > >> >> >> Make a javascript call through external innterface telling the browser to >> reload the whole html page. >> That will include reloading the flex app also. >> >> C >> >> >> ------------------------------ >> *From:* Christophe <christophe_jacqueli >> [email protected]<[email protected]> >> > >> *To:* flexcod...@yahoogro ups.com <[email protected]> >> >> *Sent:* Fri, July 23, 2010 10:27:45 AM >> *Subject:* [flexcoders] Reload an application >> >> >> >> Hello, >> >> How to reload a flex application from a click on a button on the >> application interface ? >> >> Thank you, >> Christophe, >> >> >> > > > -- Evan Klein

