newchannel,
Here is where I put my code in appPosterScreen.brs Later I will make it clickable to call the playadvideo routine.
Function showPosterScreen(screen As Object, category As Object) As Integer
if validateParam(screen, "roPosterScreen", "showPosterScreen") = false return -1
if validateParam(category, "roAssociativeArray", "showPosterScreen") = false return -1
m.curCategory = 0
m.curShow = 0
temp=getcategorylist(category)
' More Banner Ad settings
screen.SetAdUrl("
http://www.xxx.com/roku/banner/sdbanner1.jpg","
http://www.xxx.com/roku/banner/hdbanner1.jpg")
screen.SetListNames(getCategoryList(category))
screen.SetContentList(getShowsForCategoryItem(category, m.curCategory))
screen.SetAdDisplayMode("scale-to-fit")
screen.SetAdSelectable(false)
screen.Show()
' End Banner settings
if temp.count() > 1 then