Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
srbsdean
Visitor

Loading Screen Image and Detail Screen Image

I have two questions:
1. I am trying to have my channel use a full screen image when the channel loads, instead of using my logo, with the "loading" text underneath. I can't find any documentation on how to do this or what this screen is even called in the Design Guidelines. Please help.
2. On my "Details" screen for my episode content, my image is squished into a 4x3 image instead of a 16x9 image. I have both my image sizes on the PosterScreen and EpisodeScreen set to "arced-16x9." I don't know what else to try.

I am using the MRSS template to pull in my Media.rss.

Thank you.
Dean
0 Kudos
2 REPLIES 2
TheEndless
Channel Surfer

Re: Loading Screen Image and Detail Screen Image

1. The splash screen is defined in your manfest. See: http://blog.roku.com/developer/2012/02/ ... h-screens/ and http://sdkdocs.roku.com/display/sdkdoc/Manifest+File
2. "arced-16x9" is not a valid value for the roSpringboardScreen. You should be using "rounded-rect-16x9-generic". See: http://sdkdocs.roku.com/display/sdkdoc/ ... ringasVoid
My Channels: http://roku.permanence.com - Twitter: @TheEndlessDev
Instant Watch Browser (NetflixIWB), Aquarium Screensaver (AQUARIUM), Clever Clocks Screensaver (CLEVERCLOCKS), iTunes Podcasts (ITPC), My Channels (MYCHANNELS)
0 Kudos
srbsdean
Visitor

Re: Loading Screen Image and Detail Screen Image

Thanks so much. That worked perfectly!

Dean
0 Kudos