1

with Flash Professional CS6 I'm building an iOS app. Directly in the SWF I have embedded a transparent PNG image (an image with a transparent background). On the Flash IDE stage the image looks perfect, but when I compile and test the IPA on the device:

  1. if I test on iPad/iOS 5, the image looks great;
  2. if I test on iPhone/iOS 6, the background of the image is black and the image looks stretched and half cut;

What can I do? I tried any kind of PNG (PNG-24, PNG-8, ...) but the issue is always there.

[UPDATE] Same behavior with GIF images too!

ContentiousMaximus
  • 1,284
  • 3
  • 14
  • 24

2 Answers2

1

Your problem looks like the one that is discussed in this thread: iOS 6 Safari backgrounds missing

Maybe you can apply one of the tips that are mentioned.

Community
  • 1
  • 1
Crow74
  • 51
  • 1
  • 7
0

After many days, today I solved by just downloading the latest AIR SDK (3.5)!

ContentiousMaximus
  • 1,284
  • 3
  • 14
  • 24