I am beginner so have some doubt about Adobe AIR.
-
How do I install my AIR project in linux, or mac os because my project out .air(execute file).os does not support execute file ?
-
Does it support multi language in Adobe air? And one more, how can I embed css not use an external css file?
-
Does it support live streaming video in desktop application? In flash we using adobe media server for streaming video. What about Adobe air?
-
Does it support encryption and decryption in Adobe air? If so, then how do I get compatibility with encryption in php?
-
Is it possible to identify net traffic in Adobe air?
If you know can help with any one please explain. I am waiting always for your valuable answer …
To answer your basic question… yes Adobe AIR does work on Linux.
Google “adobe air linux”.
Fire up a Linux PC and go to:
http://get.adobe.com/air/
…you will be given a link to download AIR for Linux.
I use the ExtJS help pages with Linux. It installs beautifully. It is an ELF 32-bit executable, not a Windows .EXE.
$ file AdobeAIRInstaller.bin
AdobeAIRInstaller.bin: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.2.5, stripped
TWO. Yes. Google “adobe air muiltilingual”. It will take you to:
http://www.adobe.com/devnet/air/flex/articles/localizing_flex_air_apps.html
THREE. Yes. Google “adobe air streaming video”. Links such as:
http://www.streamingmedia.com/article.asp?id=9884
…talks about how this is done.
FOUR. Yes. Google “adobe air encryption library”. Links such as:
http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS5b3ccc516d4fbf351e63e3d118666ade46-7e31.html
…talk about storing encrypted data.
But if you’re talking about encrypting your on-the-wire traffic, then AIR will certainly support HTTPS I’m quite sure.
FIVE. I’m not sure what you mean by this last question: “is it possiable to identified net traffic”. What kind of net traffic, and what do you mean by “identify”?