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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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”);