Hi:

In my AIR project I need to pop a browser window and give it focus.
The current code is:

private function launchAFile():void{
  var theURL:String = resourceContentsList.selectedItem.path;
  navigateToURL(new URLRequest(theURL));
}

Is there a way to give that new window focus? At the moment, on some
platforms, it pops up behind the application, and if the user has
resized the app, it is easy to miss the new window.

Thanks in advance! Alpha release on Monday!!

a

Reply via email to