Skip to main content
Projectitis
Inspiring
May 29, 2014
Question

AIR 14.0 -swf-version=24 or 25?

  • May 29, 2014
  • 1 reply
  • 1541 views

Hi all,

In the release notes of Adobe AIR 14 (in labs), it mentions that the -swf-version should be set to 24.   Is this actually correct, because it is the same version specified for AIR 13?

I tried setting it to -swf-version=25 and it compiled ok...

Cheers,.

Peter

This topic has been closed for replies.

1 reply

MJD1981
Inspiring
May 30, 2014

Yes, it is 25. 24 must have been a typo.

Participant
June 25, 2014

Actually I believe it's 24.

I made an ANE and I specified -swf-version=25 when compiling it using AIR 14. It did compile. Then I tried to use it in an application which I made with FlashDevelop. I specified "Flex 4.6.0, AIR 14.0" for the application SDK, and also in the application XML:

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

When I tried to run it on my android device, I got an error message which was something like: "You're trying to use an extension which has a greater swf version than this application".

Then I recompiled the ANE with -swf-version=24, and everything worked fine.