Using splash screen in XNA Game for Windows Phone 7 -



how can display splash screen xna game wp7.
can done placing splashscreenimage.jpg in project(this didn't worked).
or there other method.

in initial content load, load splash screen image through content pipeline. in first render method call, render screen. once you've done that, free load of other content.

this post has great info load times, including link forum thread great suggestions on implementation: http://geekswithblogs.net/mikebmcl/archive/2010/08/20/xna-and-wp7-load-times.aspx


Comments