Question

I Adobe Air completly JavaScript? Can't I use a .NET language like VB.NET or C#.NET?

Thanks

Was it helpful?

Solution

Yes you can use .NET with Adobe AIR,

visit : tutorial

Also stay tuned to Adobe's site as they can announce a plug in for Visual Studio 2008 any time (that supports Flex)

meanwhile you can use this another supported plugin

OTHER TIPS

As the official answer states, Adobe Air does not support .Net languages. If you are looking for something similar for Windows desktop programming that does support .Net I would suggest WPF. The WPF Unleashed book is pretty good if you want to come up to speed quickly.

WPF is build into .Net 3.0 and 3.5, and runs on WinXP SP2, Vista, and Win2k3 and Win2k8 Servers.

Note: This was written when another answer was marked as the accepted "official" answer.

You cant use .net language directly in Adobe AIR apps (at least not yet). The best solution is to proxy calls between the AIR app and .net code:

http://www.mikechambers.com/blog/2008/01/17/commandproxy-net-air-integration-proof-of-concept/

mike chambers

mesh@adobe.com

No, you cannot use .NET languages for Adobe Air.

No you cannot use .Net to write Adobe AIR apps directly, you can only consume(provide data to AIR apps) any backend services that uses .NET, PHP, Java, or Coldfusion. You can only create adobe Adobe AIR apps with Flex, Actionscript in Flash/Flex Builder or Javascript/HTML/CSS(Ajax) in Flash Pro.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top