Skip to main content
Inspiring
June 18, 2013
Question

Problem adding a ANE file, incorrect swf version

  • June 18, 2013
  • 1 reply
  • 1906 views

Hi,

when I try to package mi project with a new ANE file I receive this message:

"Included native extension xxxxxx inclusdes a SWF version 18 which is greater than the version of the root SWF of this application: 14"

Trying to fix the problem, I found this list

-swf-version=99.0.115.0N/A
-swf-version=1010.0, 10.11.5, 2.0
-swf-version=1110.22.6
-swf-version=1210.32.7
-swf-version=1311.03
-swf-version=1411.13.1
-swf-version=1511.23.2
-swf-version=1611.33.3
-swf-version=1711.43.4
-swf-version=1811.53.5
-swf-version=1911.63.6
-swf-version=2011.73.7
-swf-version=2111.83.8

My app is developed under Adobe Air 3.7, why an Ane deployed for version 3.5 is not compatible?

thanks!

This topic has been closed for replies.

1 reply

Adobe Employee
June 19, 2013

Seems your root swf is still old (swf version 14).

How did you compile your swf?

You would need to add an argument (-swfversion=20) while compiling your swf.

Inspiring
June 19, 2013

Solved! thanks for the clue

I attach four swc with resources, so I tried and tried and tried to publish them swf/swc with different fla versions.

In the end was a problem of old flash develop, my application xml was 3.7 but my flash develop was old and the maximum value checkable was 3.3

Update flashdevelop and check 3.7 version fixed the problem

thanks!