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.
3
votes
0answers
90 views
AIR native c++ extension for android and IOS
I want to write a Flex application that uses native c++ code. The application has to be able to run both on Android and IOS.
According to adobe I have to compile the c++ to a shared library (.so) if I ...
3
votes
0answers
360 views
Building an android library project with jar dependencies
I have been struggling with a problem for a few days now and I am at a loss for how to fix this. I am working with an Android Library project that is being compiled using the Android tool as provided ...
3
votes
0answers
418 views
Using android Intent in adobe air
it has been a while since I was here.
Currently, I'm trying to develop an application in Adobe AIR that has a 1D bar-code reader using the device camera function. I have tried using ZXing's library ...
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 ...
3
votes
0answers
157 views
Adobe AIR - SQLite - Multiple Clients
I have a commercial Point Of Sale product that's written on Adobe AIR and runs in about 100 retail locations right now. Most of my customers have about 5 computers in the store. Some of my larger ...
2
votes
0answers
100 views
Flash Builder build ios ipa ends in java out of memory error
I'm using Flash Builder 4.7 with Adobe AIR 3.6 set into an Apache Flex 4.9.1 SDK;
HW system is:
iMac, 2,7 GHz Intel Core i5, 8 GB 1600 MHz DDR3, NVIDIA GeForce GT 640M 512 MB, OS X 10.8.2 ...
2
votes
0answers
89 views
Python socket server - Not receiving Adobe AIR client data on Windows
I have setup a socketserver in Python (my first program in Python) using the following code:
class setupServer(threading.Thread):
def __init__(self, host, port):
threading.Thread.__init__(self)
...
2
votes
0answers
116 views
ItemRenderer shows through ItemEditor
On an mx:datagrid, I use custom itemrenderer and itemeditor.
When cell is on edit mode, Itemeditor separator is visible inside itemeditor.
So it isn't beautiful, and difficult to read what you write.
...
2
votes
0answers
82 views
ld: library not found for -lgcc_s.1 when creating AIR iOS package with native extension
I'm trying to create an AIR native extension for iOS, but when try create the package to deploy to my device, I'm getting the following error:
ld: library not found for -lgcc_s.1
Compilation failed ...
2
votes
0answers
165 views
Air for Android - Is there a bug with the share via menu and invoke?
I'm creating a messaging app with Air for Android.
I would like to enable other apps to share text to my app via the share via menu option.
My app get listed in the menu but only receives an empty ...
2
votes
0answers
124 views
Adobe Air Android renderMode direct and Textinput
It would seem that using the DIRECT prevents an Air mobile app from using a soft keybord to enter text in a TextInput field. This has been tested on a Samsung Galaxy S3. Is there a workaround for ...
2
votes
0answers
66 views
AIR apps for iOS
I'm developing AIR apps in Flash and Flash Builder 4.6. I've put several of these on my server. When I try a download from an iPad / iPhone it errors and says the app can't be installed. Do iOS ...
2
votes
0answers
183 views
Adobe Air - Alternative to encrypted local storage
How to store sensitive data in an Air Android app? Encrypted local storage seems to be not supported in Adobe Air 2.5
2
votes
0answers
553 views
Code sign failures submitting iOS Adobe Air app to iTunes Connect
I'm hoping someone may have a solution or suggestions that will fix this issue for me. I have an iPhone app I've created using Adobe Flash Pro CS6 with Adobe Air 3.4. It runs fine on my iPhone when I ...
2
votes
0answers
177 views
Adobe Air badge file not working after Air 3.4 release in nonDebug players
Please read the subject.
All badge installers in the internet are now not working now in non Debug FP(11.3).
Including mine too.
What does that mean?
Simple example:
...
2
votes
0answers
381 views
AIR iOS stage video - prevent the zoom effect
I'm using stageVideo with AIR for iOS successfully but have noticed that when the video is started it scales itself up fro 0% to 100% centrally (similar to how an iOS app would launch).
Would anyone ...
2
votes
0answers
103 views
How can I get around Adobe AIR strict JavaScript sandboxing?
I am building a desktop HTML application. I choose Adobe AIR for deployment because I am familiar with AIR from the ActionScript side and because it seems to hook into the desktop well.
However, I am ...
2
votes
0answers
1k views
How to play videos on a andriod tablet in with adobe air mobile with out them being choppy?
I am trying to build a app that will play videos on a Android tablet. The tablet is a transformer prime running a Android version 4.0.3. I am using flash Builder 4.6 with Flex 4.6.0. Every time i add ...
2
votes
0answers
377 views
I can't write to a SQLLite database in my AIR app
I am publishing an AIR app in debug mode using FlashDevelop and have included a database in the files/folders to be published.
When the app first launches it checks whether there is an instance of ...
2
votes
0answers
359 views
accessing .so - extension context does not have a method
I have been playing around with a spare playbook to see what features i can unearth/unlock by rooting.
I have found a directory containg .so files which i am aware we can access by creating a mobile ...
2
votes
0answers
383 views
StageVideo on Android Air 3.1 no video but audio?
I got StageVideo to work correctly on Iphone 4S.
I wanted to try it on my Google Nexus S.
I got the audio but not the video.
Now on desktop if StageVideo is not available it just doesn't work.
...
2
votes
0answers
963 views
Flex/AIR pinch zoom centreing image
I am developing an application with flex/air and I need to centre an image in the view port while pinch zooming.
I start with an image of 3008x2000 at 1:1 scale, I then want to be able to zoom in and ...
2
votes
0answers
2k views
Failure [INSTALL_FAILED_INVALID_APK] on Flash builder 4.5.1 when debugging on real device
When I try to debub my Android 2.2.1 test app on my Samsung galaxy ace GT-S5830 in Flash builder 4.5.1 I allways get the following error message at 57%, at this time flash builder is trying to install ...
2
votes
0answers
795 views
SQLite error: 'could not convert text value to numeric value.'
I've found a work-around, but I am completely perplexed by an issue I ran into with Adobe Air and SQLite. An UPDATE query that I believe worked correctly earlier in the development process suddenly ...
2
votes
0answers
852 views
How to read & display ID3 tags while playing shoutcast streaming with Adobe AIR?
How to read & display ID3 tags while playing shoutcast streaming with Adobe AIR + JavaScript (without using external Flex/Flash players) ?
1
vote
0answers
13 views
detecting a mobile device flat movement in 2D space - is it possible?
I program mobile apps using Adobe AIR but i guess this question refers to mobile development in general.
I would like to do something like a 2d drawing app with the movement of the mobile device ...
1
vote
0answers
13 views
Flex mobile: waiting view is rendered before pushing the new view
This is a big problem I have, especially with non-embedded images:
After a navigator.pushView some elements are rendered DURING and AFTER the transition is occurring. Causing transition jittering and ...
1
vote
0answers
49 views
AS3/AIR/IOS recording a video on iphone and save it into native gallery directly WITHOUT native UI
I'm developing an APP on iphone using as3,flash builder.
I'd like to know is this possible to record a video and save it into native gallery directly WITHOUT bump out the camera UI.
1.I've try ...
1
vote
0answers
42 views
Creating a custom DPIClassification in Flex App for new 1920x1080 Devices?
With the introduction of new mobile devices with around 440dpi screens like the Samsung Galaxy S4, I'd like to create a custom DPIClassification of 480 so I can support these devices properly. I ...
1
vote
0answers
55 views
Error launching onPause()/onResume() android flash air
I'm developing an app for android, using Flash Air with flash builder and flash cs6.
After I've loaded and SWF I need to put my app on background, and call again the application to foreground. That ...
1
vote
0answers
215 views
Starling Android Dev: Black screen after phone call on galaxy note 2
I'm testing my starling game on galaxy note 2. Starling turns into black screen after phone calls... The strange thing is that it works on other android devices(HTC,sony,etc.).
I did set
...
1
vote
0answers
40 views
How to differentiate keyboards in actionscript 3 or AIR?
I'm creating a game where the players can use various controllers and keyboards to play. This game is for desktop and it's not used to be played on an internet browser.
Issue: Currently, I am able to ...
1
vote
0answers
33 views
Red5 cannot display video in Adobe AIR
I have an Adobe AIR application that I am using to stream some video using RED5. The AIR application has the following Flex code:
<s:VideoDisplay id="vidBox" autoPlay="true" autoRewind="true" ...
1
vote
0answers
75 views
Adobe flex as3 get data from imdb api
i'm trying to get data from imdb to as3.Is all right until i tried set in object image url from "poster". I tried the following:
public function loadXML(path:String):void {
var ...
1
vote
0answers
50 views
Error loading local html on StageWebViewBridge
I´m getting this error when I try to load a local html on StageWebViewBridge container:
Error #2044: Unhandled ErrorEvent:. text=Load error.
code:
private function onDiskCacheEnd( ...
1
vote
0answers
69 views
Adobe AIR captures stage and convert to RTMP stream
I'm creating an AIR app that will run on our server. I essentially want the app to do a screen capture of sorts of the app's stage and convert it to an RTMP stream for publishing to FMS OR write a ...
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
vote
0answers
124 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 ...
1
vote
0answers
44 views
SocialTest - com.adobe.ane.social SocialUI could not be found
I'm trying to run the sample SocialTest, but this error always appears:
VerifyError: Error # 1014: Class :: com.adobe.ane.social SocialUI could not be found.
The same applies to any other sample ...
1
vote
0answers
55 views
Is iOs native “Data Protection” available using AIR for iOs?
I want to use Adobe AIR to develop and deploy a custom iOs application in our enterprise - but I have a requirement that I must use iOs native "Data Protection" to encrypt any data stored locally.
I ...
1
vote
0answers
107 views
AIR / Android, content-URI to AS3-file-path
I registered some file-extensions for my AIR-Android-App, so when a file is selected, my app receives an Invoke-Event in Flash/AS3 with the path to that file.This works fine for ...
1
vote
0answers
58 views
Flex custom layout behaves differently on my Android tablet
Failed to find a solution for my previous problem, I decided to implement my own soft keyboard using custom layout. What I wanted to do for keyboard is to be able to fit it smoothly into a variety of ...
1
vote
0answers
232 views
Adobe AIR 3.6 - error 304: Initial window content is invalid (RuntimeError)
EDIT: Problem solved: App.swf was compressed using LZMA and that was wrong. SWF file must be pure.
i'm working on cross-platform AIR application, and i've got an error: "304: Initial window content ...
1
vote
0answers
43 views
StageText very slow when opening
When opening the soft keyboard on iOS devices using StageText the application halts and is unresponsive for a couple of seconds before the keyboard opens.
Are there any ways to avoid this?
/Karl
1
vote
0answers
51 views
return parameters from swf/exe to commandline
I need to create flash/flex/AIR application which will run from command line.
This application will take parameters from command line, process this data and return some data back to command line.
...
1
vote
0answers
88 views
Air Android - Receiving content from other apps
I would like to enable my app to receive text content from other apps. Everything is working except the invoke event is missing the shared text.
Do I need to add some extra permissions to receive ...
1
vote
0answers
156 views
Air for Android - App.xml parsing error
I'm working with Flash CS 6 and Adobe Air 3.5 to build an app for Android.
I would like to register my app for the share via menu to receive content from other apps. (Everytime a text or link is ...
1
vote
0answers
99 views
How to receive Array collection from flex to php
I am working on zend Amf php, where the data is send as an array collection from flex (as3) to a PHP service, My question is how to receive the array collection in php side?
I created a class, and ...
1
vote
0answers
78 views
getEnhancedMicrophone() doesn't work (reduce echo) on air mobile for IOS
I have a problem with my flex mobile application on iOS. It is a video chat application with a red5 server.
The video works fine but the voice has a big echo! I tried using getEnhancedMicrophone() ...
1
vote
0answers
60 views
Flex/BlazeDS Producer Consumer - Stop producing client from receiving from a consumer
I am currently working with Flex 4.9 (Mobile App) and BlazeDS integrated with ColdFusion. I have created a simple producer/consumer application where is sends up the object to the server, stores the ...
