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> 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]>
>To: flexcod...@yahoogro ups.com
>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,
>
>
>