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().