Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
subhalaxmi
Visitor

Load a Screen From a URL

Hi All

I want to load a screen from a url.

Actually I have stored moviePosterScreen.brs file in a url.And I am passing app name and a string to that screen also.
For example


function moviePosterScreen(details as object,appName as string)

End Function


I want to call it from main().
0 Kudos