<streamUrl>http://xxx.xxx.xx.xx:8000/</streamUrl>
"newchannel" wrote:
Goal is to load a channel with one screen and play an audio stream.
Sub Main()
print "Entering Main"
SetMainAppIsRunning()
' Set up the basic color scheme
SetTheme()
' Create a list of audio programs to put in the selection screen
Categories = CreateCategories()
' Display the first category
Categories.PosterItems[0].Process("Categories")
print "Exiting Main"
End Sub