Hi Friends,

When I reload the Flex application from within itself by using the
following code


var urlRequest:URLRequest = new
URLRequest(this.parentApplication.url);
navigateToURL(urlRequest,"_self");


it loads the url pointing to the SWF path ie:   
http://localhost:8080/myapplication/myapp.swf


Can anybody help me in understanding is there a way to reload the
application back to the original URL of:

http://localhost:8080/myapplication/myapp.html

Thanks in advance for the help.

Cheers,
Naveen

-- 
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.

Reply via email to