/Applications/Boxee.app/Contents/MacOS/Boxee app://myapp?sect=movies
If I wanted to read the "sect" parameter in my Boxee app (from within the onload handler in the window), can anyone tell me how it's done.
I've tried:
params = mc.GetApp().GetLaunchedWindowParameters()
and
params = mc.GetApp().GetLaunchedScriptParameters()
mc.ShowDialogNotification("params = "+str(params['sect']))
and both fail.
Let's say for instance, that I've got a banner ad for my app in the Boxee platform, which is to link to my app in a subpage of the app itself. I need a means of allowing the app://myapp?sect=movies to burrow down into the app and bypass the main menu page and jump straight to movies.


Reply With Quote
Bookmarks