Skip to main content
Inspiring
July 19, 2012
Question

Stage.quality [HELP]

  • July 19, 2012
  • 2 replies
  • 574 views

So to get great performance in my app I have to set stage.quality to low. 

It works great on both iPad2 and iPad3

I have noticed however... on the iPad2 my startup image quality is very bad.  However on the iPad3 the startup image is perfect.   Why wouldnt there be a quality loss on the iPad3? 

Is there any way to have the startup image not be affected by the stage.quality parameter ?

This topic has been closed for replies.

2 replies

Colin Holgate
Inspiring
July 19, 2012

The start up image is shown before any part of Flash is loaded, and the quality should be perfect. Now, if you have these files in your package:

Default.png

Default-Landscape@2x.png

then you would get the symptoms you see, because the iPad 2 would use the Default.png file. Make sure you have these three files:

Default.png

Default-Landscape.png

Default-Landscape@2x.png

assuming it's landscape. If it's portrait then have these files:

Default.png

Default-Portrait.png

Default-Portrait@2x.png

Applauz78Author
Inspiring
July 19, 2012

I've included these images... and still on the iPad2 the startup image is really bad quality.