Thanks!  Since app can run on different servers (URL's), the following
three lines did the trick!

var myUrl:String = mx.core.Application.application.url;
var webPageURL:URLRequest = new URLRequest( myUrl );
navigateToURL(webPageURL);

Reply via email to