I will try that right now. Will be back weeping in a few minutes if it
doesn't work, of course.

Thanks!

a

--- In flexcoders@yahoogroups.com, "Ian M. Jones" <[EMAIL PROTECTED]> wrote:
>
> Have you tried the following?
> 
> navigateToURL(new URLRequest(theURL), "_blank");
> 
> Ian
> ________________________________________
> IMiJ Software
> http://www.imijsoft.com
> http://www.ianmjones.net (blog)
> 
> 
> On 5 Sep 2008, at 09:42, Andrew Wetmore wrote:
> 
> > 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