Skip to main content
May 10, 2013
Question

Some of Photo (JPEG)-compressed images by Flash Pro are not shown in AIR app (3.7/3.8)

  • May 10, 2013
  • 1 reply
  • 630 views

Does anyone see this issue happening? In Flash Pro it's OK, but in AIR, it's broken.

https://bugbase.adobe.com/index.cfm?event=bug&id=3558175

Problem Description:

Some JPEG-compressed images in swc produced by Flash Pro CS6 is not shown in AIR.

Steps to Reproduce:

1. Create a fla with Flash Pro CS6

2. Put a png image in it and open the property of the image to make sure its compression option is Photo (JPEG)

3. Produce an swc out of the fla

4. Create an AIR app that shows the contents in the swc

Actual Result:

All images are shown

Expected Result:

Some of the images are not shown (nothing is shown where they are supposed to be)

Any Workarounds:

Use Lossless (PNG/GIF) for all images

This topic has been closed for replies.

1 reply

Inspiring
May 14, 2013

i was able to get it to work from a suggestion in another thread: if you write a JSFL that goes through all your bitmaps and makes sure they do not uset he default compression of the document, but instead use custom compression (it can match the default however). this worked for me