slingxshot
8 years agoStreaming Star
Restart Application
I have a logout button, and I want to restart application, possibly go back all the way to main.brs... anyway to reload the app or reload the scene?
Thanks!
Thanks!
appId = createObject("roAppInfo").getID()
url = substitute("http://localhost:8060/launch/{0}?restart=true", appId)
launchRequest = createObject("roUrlTransfer")
launchRequest.setUrl(url)
launchRequest.postFromString("")
This option works perfectly fine until Roku 11.50, but not from version 12.0.0. Return status 403,
everyone facing such need, pls open ticket with partner success at roku.com, as to draw attention to the issue