Adobe AIR air.navigateToURL works very strangely -


i want open link in default browser window, tried method in post:

http://sevenwire.com/blog/2009/08/26/adobe-air-opening-external-links-in-another-browser.html

but works, doesn't. strange.

is there anyway force air app open link in new default browser window/tab?

yes. second parameter in navigatetourl() defines open page.

if use:

var url:urlrequest=new urlrequest("http://something.example.com/page.html"); navigatetourl(url,"_blank"); 

it open page in new tab/page in default browser. more info @ adobe actionscript reference


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -