Video Player Starting Category

Hi, I built a video player based off the SDK’s example.

My question is, when you open the channel, the 3rd category is the selected one by default. Is there a way to have it select the first category instead of the third? I didnt see anything in the .brs files, but I’m new to brightscript.

You can use ifPosterScreen.SetFocusedListItem(integer)to set the default focused item on a Poster Screen.

  • Joel