vote up 0 vote down star

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)

flag

50% accept rate

2 Answers

vote up 0 vote down
air.navigateToURL(urlReq, "_blank");

does that do the trick? It works with my compiled apps...

link|flag
vote up 0 vote down

Does this happen when your default browser is IE? What if your default browser is Firefox?

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.