I am building a Boxee app and would like to, in response to certain user actions, open Boxee's web browser with a given URL. Boxee's documentation is a little light here (by my eyes).

Is this possible to do and if so how?

link|improve this question

54% accept rate
feedback

1 Answer

up vote 0 down vote accepted

Check the API here http://developer.boxee.tv/JavaScript_API#browser

I guess navigate is the thing you re looking for: navigate(url:String):Void

browser.navigate("http://www.yourpage.com");

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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