Adobe Integrated Runtime (AIR), also known as Adobe AIR, is a cross-platform runtime environment developed by Adobe Systems for building applications targeting desktop, mobile and television systems using Adobe Flash, Adobe Flex, ActionScript 3.0, MXML, HTML, or AJAX.
0
votes
1answer
78 views
Socket Server - Sending messages from client to client
I have a socket server set up using Adobe AIR, and I am trying to allow two clients to send messages between each other using the server (this is an Android based project so the server has to act as ...
-1
votes
1answer
51 views
Run a function on frame load Actionscript 3.0
I am creating a mobile app using actionscript and flash (I know its outdated).
I was wondering if there is a way I can execute a function when I load onto a new frame.
for example:
when entering frame ...
0
votes
0answers
33 views
localized push notification for Android with Air
After sending a push notification from server (GCM) and receiving it on android device I want to decide / change the title to the right language (@string/title).
Have anyone to this on Android with ...
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
1answer
81 views
Flex AS3 Iphone - How to Open Native Maps Application?
I have a bunch of buttons that opens the default map application and puts something in the users system clipboard. It works fine on Android tablets, but the Iphone does nothing when the button is ...
0
votes
1answer
154 views
Resizing HTMLLoader size lags behind position
I am trying to resize and reposition a HTMLLoader by the same amount, but the size of the HTMLLoader always lags behind the position by at least a frame. The position and size are both changing by ...
-2
votes
1answer
37 views
Flash stage to Flashbuilder [closed]
I have a fairly complex (well, for me) project in Flash Pro CS6 for iOS and Android. All of the code is in AS3 - mostly one big file since I suck at OOP. I have a ton of stuff on the Stage for the ...
1
vote
0answers
18 views
sqlite disk i/o error when performing SELECT statement [duplicate]
i had the follwing sql statement;
SELECT customer_name, cst_id
FROM master_customer
ORDER BY cst_id DESC;
*** ERROR *** : Error #3128: Disk I/O error occurred.
i checked the db access ...
1
vote
1answer
43 views
Video player controls (Play/Pause etc.) display as overlay
I am creating a custom video player in flash builder using SDK 4.1 on windows 7.
I have created video player controls like Play/Pause, progress bar etc. in a HBox.
Now I want to display these ...
0
votes
0answers
43 views
How load swf from urlapp-storage in my app
I'm developing an app for Android with flash/air.
In some point I need to download a SWF file from my server, obviously I have to storage this file in applicationStorageDirectory because I can't ...
0
votes
0answers
57 views
Flex/AS3 Loading Series of URLs in HTML Component
I have a problem loading URLs in sequence from a particular domain (getlisted.org). The theory of how to do it is simple and does work with every other set of sites I have tried; code below:
...
0
votes
0answers
24 views
Decompiling Adobe .air plugins to create keygen
I am trying to create my 1st key generator (because I saw my 12 yo nephew do it, and now I feel stupid). I am working with a program that uses adobe .air as the installer package. I know that you can ...
1
vote
0answers
45 views
adobe air native extension config files
I've been googling for something seemilgly simply, but I can't seem to find an answer: I am building some adobe native extension (ios/android). The native code is expecting to find a config.plist ...
-1
votes
1answer
53 views
Using <compc> to build SWC
I am using ant to build swc automatically, but the built swc only 3K. I checked several solutions, but there is nothing difference with my build.xml, Help!
my build.xml looks like as following
...
1
vote
1answer
108 views
NativeApplication DEACTIVATE-ACTIVATE app when in the background
I have made a Flash Air game. While playing it, if I press the Home button on my Android device, I get to the phone's menu yet I still get to listen to the game's music, which means that the game ...
0
votes
0answers
58 views
“not an X509 code-signing certificate” when trying to sign adobe air app
I am trying to sign my first adobe air app, but it fails with "not an X509 code-signing certificate". There are a few threads about this on the web, most of which revert to using a self-signed cert ...
-1
votes
1answer
44 views
Prevent redistribution of flex air application [closed]
This is related to flex desktop application.
Suppose, i plan to distribute the application via CD. Is there any way to prevent the re-installation of the application on different computers using ...
0
votes
0answers
22 views
no certificate on ssl server
I have to connect to a server using ssl so I'm using SecureSocket. There is no certificate on this server and I am told there never will be.
I read this in the docs:
"The SecureSocket class only ...
1
vote
1answer
149 views
What options are available for handling text input on Android using Adobe AIR?
What options are available for handling text input on Android using Adobe AIR? What are the advantages and drawbacks to each option?
1
vote
1answer
117 views
Adobe AIR 3.4 saving/writing XML data to iOS
I'm trying save XML data to an iPad 4 with AIR 3.4 for iOS and really can't tell if this is working or not. No events are being fired apparently. Any help is greatly appreciated.
private function ...
0
votes
0answers
78 views
Using gesture and mouse events together on AS3
I'm tring to develop an app on as3 for android. When i set to multitouch to gesture with
Multitouch.inputMode = MultitouchInputMode.GESTURE;
command, i cant use any mouse event with one finger, ...
0
votes
0answers
29 views
How do I retrieve the image file location after saving to the CameraRoll from AIR
I'm using the CameraRoll.addBitmapData(bd) function under AIR to save to the users camera roll which is working great.
I need to access the file after saving it, how can I get access to this file?
0
votes
0answers
72 views
Flex-Air mobile TextInput cursor starts in the middle of a TextField on iOS
I am developing an Air Application for mobile Devices.
During the registration process we have some TextInput Fields.
On all devices everthing works fine but on iOs the cursor and the input text is ...
0
votes
0answers
28 views
SQLite Prepared Select Statement
I am using SQLite with Adobe Air. My question is can I have a prepared statement that has a param-holder in my SELECT. For instance is this possible ?
INSERT INTO 'tablename' ( firstcol, ...
0
votes
0answers
33 views
Switch to fullscreen in an Adobe AIR desktop app which is running windowed
I have a desktop application that runs with a transparent masked border, so since it's not a fullscreen application i have false in the app descriptor. BUT I'd like to be able to switch to fullscreen ...
0
votes
0answers
83 views
addChild() duplicates MovieClip instead of removing from parent
When using addChild() with an object added to the stage in the .fla, the object remains as a child of its original parent (minus any additions made in AS), and the new parent contains a copy of the ...
0
votes
0answers
22 views
facebook sdk 3 Mobile App Install Ads in actionscript
I'm making mobile application in Adobe AIR but can't find solution for integrating new facebook features.
There is a library supported by both Facebook and Adobe ...
0
votes
1answer
123 views
Adobe Air NativeProcess communication with C++ Windows (non-console) application
How can i implement listener in non-console C++ application to listen for standard input from Adobe AIR?
in C# console app it look like:
namespace HelloNativeProcess
{
class Program
{
...
0
votes
0answers
39 views
Cannot open PDF files in AIR application on Mac OS. But same code worked in windows
This code not open PDF files in AIR app on Mac OS. But same code worked in windows.
I installed adobe acrobat reader. But I still face error in MAC os
protected function ...
0
votes
2answers
88 views
Adobe AIR Native Extension TWAIN Image Scanner
Currently I am working on Adobe AIR Native extension which gives possibilities to simple manipulate image scanner using TWAIN.
I use CTwain class found at ...
0
votes
1answer
51 views
XML to SQLite not working at it should
Hi I'm new on Flash builder and really rusty on programming, I'm trying to make a connection to an embedded XML file and be able to read it wit SQLite in order to create a search bar filter the ...
0
votes
0answers
60 views
Call Normal Function of Objective C From FREObject Function to Native Air Application?
i have devloped some code in my xcode with objective c and i want to use that code in my air application..
problem is that whichever function u want to use in ur native air app from your ane file then ...
-1
votes
1answer
68 views
Can I use google analytics to track usability in adobe air desktop apps?
I am trying to use gaforflash to track usability on a desktop adobe air app. No luck... Is this even possible? I keep finding blogs where they say it is possible and other where they say it's not... ...
1
vote
1answer
103 views
ASP.NET web service causes a memory leak in Adobe Flex/AIR app
We've released a basic iOS app (built with Adobe Flex/AIR using FB 4.6) for a newly-released software product, and I have been tasked with making enhancements to the app, to essentially bring it's ...
0
votes
0answers
67 views
Adobe Air iOS live streaming
I have to make live streaming radio application for ios devices I am using Adobe flash cs6 I tried 2 sets of code both the code audio played well on my computer but When i test on iphone it doesn't ...
0
votes
0answers
44 views
adt compilation failing with AIR 3.6 but works with flex builder 4.7
Just moved to AIR 3.6 Seeing the following error
Compilation is failing with the following error:-
compile.adt:
[java] #
[java] # A fatal error has been detected by the Java Runtime ...
6
votes
1answer
120 views
Unable to do copy/paste on textfileds in loaded SWFs in AIR
My AIR app is loading an SWF file which contains a text filed for input. I can type into the text field but copying and pasting is broken. When I try to paste something using the keyboard shortcut, ...
2
votes
1answer
66 views
Adobe AIR command key on a mac not detected
I currently developing and AIR app for what I need to detect the command key for a combo key, currently I have something like this
this.addEventListener(KeyboardEvent.KEY_UP, onKeyUp);
protected ...
0
votes
1answer
33 views
TabbedViewNavigator in mobile application
I have a Mobile Application and trying to set a Master View that includes TabbedViewNavigator. This navigator includes two of ViewNavigator items those are Login and Settings.
Here is the main ...
0
votes
1answer
48 views
Flex iOS <application> failed to install
I have created an flex app. Now I want to export it on iOS. Then I have download the profile and certificate from developer.apple.com and created the .ipa file but when I install the application on ...
0
votes
0answers
18 views
Save xml file with asian language using AIR application (FB4.5)
I'm developing an AIR application (in Flash builder 4.5) which loads swf files and read its text using textsnapshot class. Text data is stored in string and also displayed on screen inside textArea. ...
0
votes
1answer
67 views
papervision 3d ridiculously slow on air for iOS
My game uses air for ios 3.5 gpu mode and when making a 24x24 segments Sphere using papervision, the game's FPS drops significantly on mobile devices like iPad. I Can't even display a single rough ...
1
vote
1answer
98 views
Google Map API for flash AS3
Please tell me if Google Maps API is available for Flash. If it's already deprecated for Flash then which one is the best third-party or other alternative?
My goal is to make an Android Maps app ...
0
votes
0answers
25 views
Initializing an existing web application with mobile
I've created a working web/desktop application om flash builder 4.6 and moved all the code to a library except for the main mxml that initializes the application. Now I need to build a mobile version ...
0
votes
1answer
120 views
Flash AS3 and webcam: problems with AIR
I'm having some problems getting the Flash AS3 Camera to work correctly. If you could help, much appreciated. I looked at olThe details:
I'm able, when publishing to a SWF, to get the webcam up and ...
0
votes
1answer
46 views
Centering admob ad with Air/actionscript 3
I have an Air/As3 app with a stage size of 1024x600 px auto scaled to fit a screen of 1280x720 px. When I request an admob ad (using an ANE) the ad width size reported is 320 (Standard Banner) but ...
0
votes
1answer
74 views
Unable to Build Code Hint Cache?
I have a very large custom class that I'm using in my Flash project (AS3, Adobe Air 3). However, I am getting this warning in the Flash Professional CS6 environment:
* Unable to build code hint ...
0
votes
1answer
150 views
AIR Android GCM ANE MismatchSenderId
Has anyone been able to get the Android AIR extension http://myappsnippet.com/gcm/ to work? I'm well aware of how to setup GCM. But when using the extension above I can not stop getting the ...
0
votes
0answers
106 views
AIR Upload failed - You need to add an icon to your APK
I have this working AIR app (at least in my phone) but when I try to upload it, I get this message "Upload failed - You need to add an icon to your APK."
I think the icons are OK but there is ...
1
vote
0answers
125 views
How to Embed .FLV in Adobe Air Application. Flash CS6
I've got a project that needs to be packed up as an Adobe AIR application, and needs to be able to play video. The video in question is too large to be included in the timeline, so the file in ...


