Skip to main content
November 6, 2012
Question

AIR 3.4 to AIR 3.5

  • November 6, 2012
  • 6 replies
  • 1182 views

Just did a quick updating to AIR 3.5.After the load screen nothing appears. The stage is visible, but that is all. Anyone else having similar problems? I'm using render mode direct.

This topic has been closed for replies.

6 replies

BenSimonI2X
Participating Frequently
January 29, 2013

Running into the exact same issue.

AIR 3.5, the splash screen comes up, and then goes black.

When I build for the ipa-test-interpreter, everything works fine.

Here's a chunk of my application descriptor:

<?xml version="1.0" encoding="utf-8" ?>

<application xmlns="http://ns.adobe.com/air/application/3.1">

  <id>ID</id>

  ...

  <initialWindow>

    <content>src/XXXX.swf</content>

    <autoOrients>false</autoOrients>

    <aspectRatio>landscape</aspectRatio>

    <renderMode>direct</renderMode>

    <fullScreen>true</fullScreen>

  </initialWindow>

  <icon>

    <image16x16>icons/16x16.png</image16x16>

    <image32x32>icons/32x32.png</image32x32>

    <image48x48>icons/48x48.png</image48x48>

    <image57x57>icons/57x57.png</image57x57>

    <image72x72>icons/72x72.png</image72x72>

    <image128x128>icons/128x128.png</image128x128>

  </icon>

  <supportedProfiles>mobileDevice</supportedProfiles>

  <iPhone>

    <InfoAdditions>

      <![CDATA[

        <key>UIDeviceFamily</key>

        <array>

          <string>1</string>

          <string>2</string>

        </array>

        <key>UIStatusBarStyle</key>

        <string>UIStatusBarStyleBlackOpaque</string>

      ]]>

    </InfoAdditions>

    <requestedDisplayResolution>high</requestedDisplayResolution>

  </iPhone>

</application>

Help!

January 31, 2013

Sorry I can't help Ben. I moved the project accross to FlashDevelop and haven't run into any problems since. One quick thing I noticed with the descriptor you've pasted is it's using 3.1? 

BenSimonI2X
Participating Frequently
January 31, 2013

Thanks for the suggestion Donny1985.

I've since adjusted my descriptor to 3.5 and it's still not working.

November 13, 2012

It only occurs with ad-hoc or app-store release modes.

Difficult to debug, AIR 3.4 for a while yet!

November 15, 2012

Can you share your project at neh@adobe.com, so that we can investigate the issue?

Inspiring
November 7, 2012

I've tried it and it worked perfectly, now goes faster, so the loading screen as the application itself