How to get adobe air air.navigateToURL(urlReq) to bring default bowser to focus
Posted
by Justin Vincent
on Stack Overflow
See other posts from Stack Overflow
or by Justin Vincent
Published on 2009-09-24T03:05:27Z
Indexed on
2010/04/11
23:03 UTC
Read the original article
Hit count: 904
I'm working with adobe air and I have this code..
var urlReq = new air.URLRequest('http://google.com');
air.navigateToURL(urlReq);
It's working correctly in that it is loading the page in the browser, but the issue is that adobe air is staying in the front and the browser is not being brought to the front...
Perhaps it's because I'm working in runtime and not a complied app?
(just off to try that now)
© Stack Overflow or respective owner