Tagged Questions
The air2 tag has no wiki summary.
5
votes
5answers
672 views
How to use AIR 2.0 NativeProcess API with Java?
How do you use this great new API in connection with Java? Do you use just pure native process API like nativeProcess.standardInput.write() and nativeProcess.standardOutput.read() with which you ...
3
votes
2answers
262 views
Adobe air… launch website but pick which browser?
OK I know that in Adobe Air you can call navigateToURL(new URLRequest(url)) and it will open the users default web browser to open the page.
Also now in AIR 2 you can launch any application.
So I am ...
3
votes
2answers
3k views
Does Flash Builder 4 now use AIR 2?
I just got CS5 master suite which includes Flash Builder 4 and Flash CS5 Pro.
When I create a new AIR app in CS5 pro it says "AIR 2" but when I create a new AIR project in Flash Builder I do not see ...
2
votes
2answers
2k views
Run BAT file from Adobe AIR?
To package an .air file into a native installer you have to use a batch program called adt.
The command on Windows will look something like this:
C:\Users\jisaacks>"C:\Program Files
...
1
vote
2answers
570 views
Flex open window behind active window
In Flex Air app, how do you open a window behind an active one?
I tried following and i can't seem to get it to work
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
...
1
vote
1answer
2k views
Flex 4 & AIR 2 NativeProcess API: The NativeProcess could not be started
I'm trying to build an application using AIR 2's new NativeProcess API's going from Brent's little video:
http://tv.adobe.com/watch/adc-presents/preview-command-line-integration-in-adobe-air-2
but ...
0
votes
1answer
243 views
AIR: <img> tag in Rich text editor
Is there is there a way(may be very complicated) to display images in the text area from htmlText property in AIR2?
P.S. I know that AIR ignores img tags in HTML content due prevent possible phishing ...
0
votes
1answer
198 views
Air2.0, Error while accessing Native process API
I am using native process API of Air2 in HTML/Js framework.
The problem comes when i try to make object of NativeProcessStartupInfo.
Here is mine code
if(air.NativeProcess.isSupported){
var ...
0
votes
1answer
147 views
how can I read the version from application descriptor file
So I have a basic application descriptor file for my AIR app. It looks something like this, shortened for sanity:
<?xml version="1.0" encoding="utf-8" standalone="no"?>
<application ...
0
votes
2answers
176 views
AIR2 NativeProcess to Java debugging
I'm using AIR2 NativeProcess API to communicate to Java process, but I don't know how to debug Java process when AIR send something to java process input, I want to continue debugging in Java ...
0
votes
1answer
378 views
Missing WindowedApplication chrome on Flex4 + AIR 2.0beta2
I've installed the Flex 4 SDK and overlayed it with the AIR 2.0beta2 SDK and am unable to bet the Flex chrome to show up when I try to use Spark's WindowedApplication.
the simple MXML -> ...
0
votes
2answers
219 views
Add AIR 2 to FB4?
I downloaded and installed FB4 beta 2. I want to try out some of the new AIR 2 beta features, but AIR 2 is not packed with FB4 by default, how can I set this up?
Thanks!
(Also if possible I still ...