0
votes
0answers
10 views

Return parameter from android air app to java app

I am passing parameter from android java app to air app by using the following this Can you help me how to return value from air app to java app? Thanks,
0
votes
1answer
68 views

Building cross platform applications - Java, Adobe Air, Qt? [closed]

I have a few ideas to work upon and its time for me to start thinking about the technology stack that must be used. Here are a list of mandatory things which I should be able to do with the ...
0
votes
0answers
33 views

AIR mobile Socket gets very slow when using data connection

I'm developing a mobile game using Flex + AIR. I'm using Socket to connect to Java WebSocket server (this one: https://github.com/TooTallNate/Java-WebSocket) But when start the game using mobile data ...
0
votes
1answer
38 views

turn off android camera in flashcs6 adobe air

Hi guys i need turn off camera in android app created by adobe air 3 in flash cs6 . i used this code for turn off camera : videoDetect.attachCamera(null); videoCapture.attachCamera(null); but ...
0
votes
1answer
35 views

How to decode the message sent from NetConnection.call(methodName, responder, parameter) by Java

I am using Java Servlet as my server side. However I don't know how to decode the message sent from the function NetConnection.call of Flash. I download BlazeDS as my AMF3 decoder. But how can I read ...
0
votes
0answers
33 views

missing Java library Mac osx AIR Developer Tool

I'm hoping someone can help or has experienced a similar problem with using Adobe AIR for development and packaging of iOS apps. I'm currently trying to build my as3 source code into an ipa to install ...
0
votes
2answers
538 views

html5 vs adobe air vs java for desktop application?

I need suggestions regarding language I can use to develop an application that excels aesthetically and functionally. As I am expecting html5 to be on top of the preference for many people the what is ...
0
votes
0answers
32 views

I got an error while debugging by using DDMS

Hello sorry for my poor English.I am developing java library for ANE(Air Native Extension). I call third-party jar file and I set callback within there. When my callback is called this error occurs. ...
0
votes
0answers
47 views

How to use R.resource in Java from ANE?

everyone,sorry for my poor English.. I want to ask "What is the appropriate way to manage resource in ANE"?? I have exported jar-library,and made ANE then called from Air Mobile. (I check ...
2
votes
1answer
73 views

is it possible to get incoming call in air for android?

Does anyone know about get "incoming call event" in air for android? is there ane resource or should I make it myself using TelephonyManager? deactivate event is not suitable for me.
0
votes
1answer
105 views

Java performance in Air Native Extension, how do I optimize?

I have simulatin with 30 airplanes that I want to run on an Android Phone. I coded the whole thing in AS3 but figured there would be a boost in performance if I'd use Java in as a Native Extension. ...
1
vote
2answers
101 views

How to pass messages between java app and adobe air app?

How to pass string from java app to swf (that is inside air app) in Android ... is it possible? Im trying to make a validation.. Java app installed in Android using something like md5(IMEI + ...
0
votes
1answer
228 views

Android/Adobe air crash report: java.lang.UnsatisfiedLinkError

i am getting this error inside Google's "Crashes & ANRs". The application built with Adobe Air and packaged as captive runtime. java.lang.UnsatisfiedLinkError: nativeSurfaceCreated at ...
0
votes
0answers
76 views

Air application - faultCode:Client.Error.MessageSend

I have an AIR application that uses remote objects to communicate with the server. It works perfectly when the application connects to my localhost server. But as soon as I change the url to point to ...
0
votes
1answer
47 views

air extension dispatch from java not getting e.type [closed]

I'm building an air extension and in java I am dispatching like this: $context.dispatchStatusEventAsync("type", "level"); everything was working fine and I was able to receive this dispatch in my ...
0
votes
0answers
103 views

Creating a bundle with Adobe ADT (Adobe AIR 3.5)

I am attempting to create a desktop captive runtime for an Adobe AIR 3.5 project. (Nevermind why I need this, I'm not open to the ever-popular "why don't you just..." statements regarding this topic.) ...
0
votes
1answer
223 views

create adobe air native extension in java

I have to create a Native Extension to access network files on air. I have a desktop application on air. Searched the web to create an air extension by using java. There are lots of documents but both ...
1
vote
0answers
73 views

Reading an ActionScript Dictionary object as a FREObject?

For an ANE I am writing, I have a flash.utils.Dictionary object I would like to pass to native Java code. The Java call takes in FREObject[] args, so I would get the Dictionary as a FREObject. Is it ...
1
vote
3answers
183 views

Unclickable Items under WebView

I'm have this test app in Adobe AIR using an Android ANE to insert a VideoView to watch a video. The problem is that once the video is added, the rest of the screen is not clickable. Here is the ...
1
vote
0answers
22 views

Crossplatform product and information showing application

Want to create a simple app that runs locally whatever on PC or mobile devices, which shows various products information which would be loaded from local file system (documents, videos, htmls and so ...
0
votes
1answer
223 views

NativeProcess in adobe air with java with custom jar library

I have a java code (New.java) which uses a custom java library (jcifs-1.3.17.jar). And then what I need to do is to port the java code to adobe air using NativeProcess WITH the custom java library. ...
1
vote
1answer
173 views

Is it possible to run AIR player (OSMF) inside a Android app build in java?

I've an application that used flash player that run in Webview. I would like to switch to AIR player because flash is going out, and also I would like to use RTMPE or HLS, AES for providing video ...
0
votes
1answer
67 views

Java - Checking if there is air traffic near

Using this site http://www.flightradar24.com/ , I would like to be able to check if there are flights nearby. I don't know how hard this would be to do, but how would I go about doing it? Is there a ...
2
votes
2answers
255 views

Build Android native library with Adobe Air

I'm currently working on an Android application built with Adobe Air sdk, in AS3. I was wondering if it's possible to compile a kind of UI library that I can import in a Android native application ...
0
votes
0answers
96 views

Trying to send audio data from java to air

I have been experimenting with java desktop application and a adobe air application, I want to capture sound from desktop pc and stream to adobe air application. I have gotten as far the audio playing ...
0
votes
1answer
184 views

share sqlite database between Adobe air and java in android?

I have an air app which creates a sql db on sd card and I am trying to access that db from my other java program... but java says that it can't access a read-only db file! isn't it possible to share ...
0
votes
0answers
67 views

Air native sound extension for android please help me

my game have trouble with sound latency in air so i try to use air native extension to fix it but my android java is stupid cane you sole it when i click button in swf file the java will play a ...
4
votes
2answers
175 views

Using IPC to combine multiple languages

This is a general "noob" question about software design, so I apologise if it seems vague, but I would really appreciate the advice. Note the system described below is purely an example, not a ...
0
votes
0answers
214 views

Rejecting re-init on previously-failed class - what does this error mean?

I'm getting this error in Android when trying to run an Adobe AIR application that uses an ANE (Adobe Native Extension) (that I wrote) which uses jcifs. At the very moment where my ActionScript tries ...
0
votes
1answer
439 views

Java - Flex 4 AIR 2.0 Native Process

i'm using Flex 4 Native Process to interact with Java to connect to a remote server using PHP. I tried this example i found on the internet to connect Flex with Java: Flex: protected function ...
1
vote
1answer
368 views

Alternatives to not having Adobe AIR native extension for desktop Java

Background We have an AIR client application backed by a Java backend. In our application, we have a complex data grid that captures a lot of data at once. Each individual data cell may potentially ...
2
votes
2answers
618 views

How to set java system properties globally on OS X?

Short story I need a system level way to set the java.awt.headless property to true for all java invocations. That is, using -Djava.awt.headless=true is not an option, since java is being invoked ...
0
votes
0answers
95 views

Detect AIR and Flash versions from Java

I need to detect versions of installed Adobe AIR and Flash from a Java application on Windows. One approach could be reading the .exe files' meta data in the "C:\Program Files (x86)\Common ...
1
vote
1answer
550 views

Setting up a BroadcastReceiver in an Android AIR app

I am writing an app using Adobe AIR and attempting to deploy it to Android using native extensions. The app needs to be able to make use of Google's C2DM service (the equivalent of Apple's push ...
-1
votes
1answer
73 views

Flex/Air replacement for desktop

I want to create a simple desktop admin application for an IOS app that will work with a REST api I've built. Couple of years ago I would go with Flex/Air, just makes it very simple. But since I am ...
0
votes
1answer
328 views

How can I get a reference to the Adobe AIR Activity for an Android app?

I have an Android app created with Adobe AIR and Flex. How can I get a reference to it's Activity so I can get it's intent?
1
vote
0answers
74 views

Is it possible to run arbitrary Java code in the Activity's onCreate method for a Flash project?

If I have an Android Java class extending the Activity class. Is it possible to execute those methods from Actionscript 3? And if so could you provide a simple example or link?
1
vote
2answers
160 views

Socket. Packets stay in queue when I need them

I have strange problem with receiving data from socket. On client im using air socket. On server java netty. Im writing to socket simple packets: int numPacket, int textLength, utf8String text. And ...
3
votes
0answers
240 views

Trying to login to rdp using as3

I am trying to login to rdp using as3 (air). I am doing ok (I think) considering the lack of resources out there to understand the actual process. I have gotten past the initial sending username part ...
1
vote
1answer
731 views

Launching Adobe Air app from my Android app

It it possible to start an adobe air apk from my current android app? I tried this code but I got ActivityNotFoundException: Intent intent = new Intent(); ...
3
votes
2answers
2k views

Install Air Application in Android without Adobe Air

I developed a Adobe Air Application and I discovered that the Mobile I am trying to install the application is not compatible with the Adobe Air's supported devices because this wasn't launched yet. ...
1
vote
5answers
364 views

Better technology to use for my situation - Adobe/AIR/Flex or Google SDK?

I am a senior IT student working on a mobile application for Android. I have 2.5 months design to complete implementation. App basics: -Seismographer app -Record data from accelerator -Visualize ...
0
votes
3answers
732 views

How to add third-party jar files into my android application jar file?

I have an Adobe AIR application for Android. Using for this AIR 3.0 and Flash Builder 4.6. I need to make MyANEFile.ane - which must include 2 external .jar files: Flurry.jar + Tapjoy.jar. But when I ...
0
votes
1answer
179 views

Integrate Amobee SDK into Android application

Did anyone integrated Amobee SDK into Android application on ActionScript or Java? I have AmobeeTracking.jar file, I have to write native extention to integrate Amobee SDK into Adobe AIR application ...
2
votes
2answers
2k views

Adobe AIR 3.1 Native Extension for Android - null extension context in actinscript

I'm working on Native Extension for Android platform and i got stuck... Targeting Android 2.1... testing on Google Nexus One (2.3.6) this line returns NULL this.context = ...
2
votes
3answers
1k views

Running a Java program from Adobe AIR's native process

I've use Adobe native process to run java program from my air app. Here the code and it works fine. But i should write absolute path to java runtime for that: ...
0
votes
1answer
89 views

How to Let my BlackBerry App install another one (Adobe Air)

I have a need to make my BlackBerry app verify the existence of an app - in this case Adobe Air. install it on the user device with his permission of course detect the installation (preferably ...
2
votes
1answer
545 views

How to call a Java method into an Adobe Flex mobile application

I would like to learn Adobe Flex mobile development. I have created a new project called SampleProject, then I got SampleProject.mxml in default package and SampleProjectHomeView.mxml. I have used a ...
0
votes
1answer
352 views

Adobe Air Native Process with Java

Does Adobe Air Native process only allows to call .exe file only which runs a java class ? And not accessing a certain method in the java class?
1
vote
1answer
182 views

offline online application architecture in java/adobe air

Recently one of my friend has asked me to design an application with feature to work both offline and online. I have been reading a bit about it online and found few options. Using Adobe Air with a ...

1 2