AIR and .NET Sitting in a Tree, K-I-S-S-I-N-G

Mike Chambers just posted about a really cool project he’s started that lets Adobe AIR talk to native .NET/C# code. Anyone who has been following AIR knows that native extensibility is a big request. For a number of reasons it wasn’t something we could include with 1.0 and it was something a lot of people wanted to do. It even spawned the Artemis project which is a Java implementation of the same concept.

Mike’s project, CommandProxy, allows you to communicate between AIR and the OS. As Mike says, the project isn’t tied to AIR. It could work with any web/hybrid environment like Mozilla Prism. You could also do a data handoff between AIR and WPF if you wanted to. There are a ton of possibilities here.

With AIR 1.0 we’re going to let you control how you distribute the runtime and your application so you’re able to create a custom installer that will make the entire experience seamless for the end user. It works on every platform AIR runs on (Mac and Linux are supported via Mono) so it can still be a cross platform experience. Awesome stuff.

[tags]Adobe AIR, .NET, Mike Chambers, CommandProxy[/tags]

Related posts:

  1. If a Tree Falls in Adobe’s Backyard, Does It Make a Sound?
  2. My Interview with the Silverlight Team
  3. An (unofficial) Adobe PHP SDK by Mike Potter – Go Digg it!
  4. Flash Lite and Monetizing Mobile Content
  5. Mike Downey on Flash and Apollo
  • http://clintm.esria.com Clint Modien

    So that everyone knows… this is possible now… and should be mentioned along with Artemis…

    http://www.themidnightcoders.com/blog/2007/07/weborb-air-edition.html

  • http://www.jmihai.ro/blog/ J. Mihai

    It is indeed an awesome stuff. This project looks quite interesting for the future development as it will allow some changes in OS, IMHO.