tags:

views:

58

answers:

0

I'm trying to make my Flex project into a AIR application. It all works fine until I try to access classes from my .swc. Then I get this error: Error #1014: Class IIMEClient could not be found.

I googled the error and found out that it meant that you haven't got the right air version in the air-app.xml. This is not the case here I think.

Should I do something to the .fla before I publish it? Or is this a setting when I add the .swc in the library? If it matters I'm using IntelliJ.

related questions