subhalaxmi
Visitor
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2015
05:27 AM
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
I want to call it from main().
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().