In which programming languages can we develop applications for adobe air ? java ?
views:
102answers:
4
+4
A:
You can use HTML & AJAX (HTML is a markup language and AJAX utilises JavaScript) or you can use ActionScript from within Adobe Flash and Adobe Flex.
Daniel May
2009-12-18 14:41:47
none of these is a programming language.
Javier
2009-12-18 14:46:26
+1
A:
Air is in fact a "non-web web browser". IOW, the runtime has WebKit (HTML+SVG+JavaScript) + Flash (ActionScript 3 + Flex library); but instead of an URL field to type an address, it opens a downloaded package.
So, to answer your question:
you can write as a modern Ajax-Heavy web app; with the advantage of not having to support a variety of browsers.
you can write Flash applications, either with or without Flex; which is a nice GUI library.
Javier
2009-12-18 14:57:28
A:
The best way to develop RIA application is Adobe Flex You can see some RIA application in Tour de Flex
Franky
2009-12-28 16:53:45