Actionscript Project using AIR inside Flex Builder 3

If you create an Actionscript Project inside Flex Buider 3 beta, there is no option to create and AIR application. However, when you create a Flex Project the option is there.

So how can you create an AIR Application in an Actionscript Project with Flex Builder 3 beta?

I found the answer in Mark Walters BlogIn a nutshell

  • create a Flex Project
  • choose AIR as the application type
  • click next
  • click next again
  • rename the main application file from .mxml to .as

Leave a Reply