Just use below code to reload I have already used this and is working fine..

 

var url:URLRequest = new
URLRequest("pagename_onto_ehich_you_need_to_send.aspx?category=logoff");

   navigateToURL(url, "_self");

 

Thanks,

 Kumar

  _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of Tracy Spratt
Sent: Saturday, February 03, 2007 6:17 AM
To: [email protected]
Subject: RE: [flexcoders] Flex 2 code to reload the entire application?

 

While some might judge it a "hack", others are successfully using
navigateToUrl, with the url pointing to the flex app url itself, and the
target _self.  I've not used it myself, but there was just a thread about it
here.  Search the archives for more detail.

 

Tracy

 

  _____  

From: [email protected] [mailto:[EMAIL PROTECTED] On
Behalf Of D O
Sent: Friday, February 02, 2007 6:11 PM
To: [email protected]
Subject: [flexcoders] Flex 2 code to reload the entire application?

 

Hi everyone, is there any actionscript code I can use to reload the
entire swf? I have a computer based training module that a user can
reset at the end and erase all of their use data. Right now the data
is being removed, but I'm not sure how to refresh the swf to reset the
UI. Something similar to a reload button for web browsers. Maybe
something like Application.reload??

any help is appreciated.
thanks!
dan

 

Reply via email to