Adobe Air and .NET
Asked Answered
P

5

5

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

Thanks

Possess answered 4/10, 2008 at 21:50 Comment(1)
You can also use ActionScript 3 or Flex.Porker
L
1

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

Lamont answered 9/2, 2009 at 10:42 Comment(1)
Excellent! I was awaiting this.Possess
T
2

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.

Tanny answered 4/10, 2008 at 22:1 Comment(0)
T
2

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

[email protected]

Turnabout answered 7/10, 2008 at 5:38 Comment(0)
V
1

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

Vaginate answered 4/10, 2008 at 21:53 Comment(0)
L
1

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

Lamont answered 9/2, 2009 at 10:42 Comment(1)
Excellent! I was awaiting this.Possess
H
1

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.

Hoodoo answered 19/11, 2012 at 11:41 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.