Skip to main content
Inspiring
September 20, 2011
Answered

Landscape Splash screen iOS

  • September 20, 2011
  • 2 replies
  • 725 views

Hi,

I have included the file 'Default@2x.png' (960w x 640h) when exporting from flash cs5.5

My app is in landscape, but the splash screen shows in portrait, and stretched on my ipod4.

How can i correct this?

Also, is it possible to specify how long the splash screen is shown, but at the same time have the app loading in the background running code?

With GPU rendering I addChildren to the display list while its hidden by a black square at first. This allows smoother use of the images when i finally do show them.

I would like to add Children to the display list while the splash screen is still showing.

Thanks

This topic has been closed for replies.
Correct answer Colin Holgate

The default pngs are always portrait, either 320x480 or 640x960. You can use them for landscape apps, just take your landscape design and turn it on its side.

I believe the splash screen will go away as soon as it can. You could have the same image in your swf, and have it sat there while the preloading is going on.

2 replies

swfisgoodAuthor
Inspiring
September 20, 2011

thanks

Colin Holgate
Colin HolgateCorrect answer
Inspiring
September 20, 2011

The default pngs are always portrait, either 320x480 or 640x960. You can use them for landscape apps, just take your landscape design and turn it on its side.

I believe the splash screen will go away as soon as it can. You could have the same image in your swf, and have it sat there while the preloading is going on.