Sorry I should have posted it before:
trying to add HD and SD image from package. I only have the sd listed in code. Not sure how to properly add both when images are in a package. I'm used to adding from my server.
Thank you.
'**********************************************************
'** Audio Player Example Application - Audio Playback
'** November 2009
'** Copyright (c) 2009 Roku Inc. All Rights Reserved.
'**********************************************************
' NPR support routines
Function CreateNPRSongList() as Object
aa = CreateObject("roAssociativeArray")
aa.posteritems = CreateObject("roArray", 10, true)
song = CreateSong("NPR","Live MP3 Internet Radio Stream","Many", "mp3", "http://xxxxxxxxxxxxxxx.net/xxxxxMP3","mm_icon_side_sd=pkg:/images/music-notes1.png")
aa.posteritems.push(song)
return aa
End Function
Sub DoNPR(from as string)
'Since there is only one item, go right into playing the NPR stream
SongList = CreateNprSongList()
Show_Audio_Screen(songlist.posteritems[0], from)
End Sub
http://www.victoryNOWfilmsandtv.com