0
votes
0answers
3 views

Adobe AIR, Is there any possibility to record Audio from Any INPUT SOURCE instead of just Microphone?

I'm working on a Flex/AIR project which required my to record audio and save as mp3. I am successful in using AIR Microphone API and used lame mp3 encoder to record and save Microphone audio as mp3 ...
0
votes
1answer
9 views

How can I programmatically compile an adobe air application from within an existing air application at runtime?

Hi I'm trying to find out if I can create a new adobe air application using an existing running adobe air application and dynamically add a sql lite db and resources (excel files, pdfs, etc) to it to ...
0
votes
1answer
18 views

Adobe AIR and iOS

Is it possible to create an app using Flash and Adobe AIR that runs on iOS? I thought Apple had eliminated the possibility of using Flash- does AIR have a solution? What kind of problems are there?
0
votes
1answer
18 views

In App Purchase connect to real Server instead of Sandbox one?

I tried to implement In App Purchase in my Starling game, use two following ANES: https://github.com/freshplanet/ANE-In-App-Purchase https://github.com/StickSports/ANE-In-App-Purchase Nothing works ...
0
votes
1answer
10 views

Anyone success which In App Purchase ANE for Adobe air?

I Try two versions of Inhttps://github.com/freshplanet/ANE-In-App-Purchase and https://github.com/StickSports/ANE-In-App-Purchase but both of them fail. When I try to get product info, no error throws ...
1
vote
0answers
21 views

Adobe Flex/AIR iOS App - Launching application from the browser while the app is suspended in the background

I've got an iOS app developed in Adobe AIR, and the user is able to launch the app via a browser, using a custom URL scheme. Basically, the user will almost always use the browser to launch the app, ...
-2
votes
0answers
9 views

Build adobe air desktop application (preferred drag and drop) [closed]

I want to create an adobe air desktop application like pixus, its transparent graphics. Please guide me with this. I searched over the Internet and there are lots information, but I cannot understand ...
-2
votes
0answers
16 views

Open facebook link in default facebook app [closed]

Is there a way to open a link to a facebook page using the default facebook app on Android? I've seen this on a lot of apps but I can't manage to do it myself with AIR. I don't want a new browser ...
0
votes
0answers
25 views

air sdk 3.7.1860 set icon 96px?

I have problem with setting icon for Android that use 96px icon such as Samsung Galaxy S3. I heard that Air 3.7.1860 (http://forums.adobe.com/message/5280546) update fix this problem, but there is no ...
0
votes
1answer
35 views

C++ Adobe Air Overlay

Recently i've been investigating possibilities for the creation of the HUD for a game. I found out that Riot Games, for League of Legends, apparently uses Adobe Air for their Heads up Display. ...
0
votes
1answer
37 views

Defining Images Taken using the iOS camera Adobe Air

So, I'm working on an app that uses the camera in Adobe Air & Actionscript 3.0, I know the CameraUI, etc, but I'm just having problems with defining the image that is taken using the camera so I ...
0
votes
0answers
11 views

Application resolution change in ipad 3?

My application works properly in ipad 1&2 but in ipad 3, every object on the screen looks bigger and many object do not appear in screen. How can i fix this? -I use adobe flash air.
0
votes
0answers
23 views

“A valid provisioning profile for this executable was not found” error in adobe air?

i compiled ipa file in flash. when i try to install to ipad it gives error that "A valid provisioning profile for this executable was not found". i do not use jailbreak, i know my provision is valid. ...
0
votes
0answers
28 views

Adobe AIR: StageWebView with embedded SWF utilizing StageVideo for IOS. Possible?

It seems proper H.264 decoding in AIR for iOS is only possible with stage video. For simplicity reasons (mirroring the actual site into an app) I would like to use the sites regular embedded flash ...
0
votes
1answer
13 views

Adobe AIR Mobile App - exclude ANEs when running on desktop

I'm using FDT Free for developing a little game on mobile apps. For controlling the game, the Gyroscope is required, therefore I've added Adobe's gyroscope AIR extension (ANE and SWC) to the lib ...
0
votes
0answers
11 views

AIR for Desktop – Video 'wall' using 'virtual' tiles

Creating a huges video wall- 10x6 ft which is actually 1 large screen and will display a variety of video, pictures and text content. I want to break up the screen using 'virtual' tiles. A variety of ...
0
votes
1answer
28 views

Check if there is an error?

I have an ANE that is not supported by MAC, so I have to test it on the iPhone (iPhone-ARM). I'm not sure when I get errors in the application, but I can tell there is one when the game starts to lag ...
0
votes
2answers
22 views

Local Notification with Adobe AIR on Android

Is there a way to send local notifications with Adobe AIR on Android? I mean really local notifications, I don't want to use a server for this, so when my application runs in the background, it should ...
0
votes
2answers
34 views

Adobe air using Javascript/Ajax or Flex [closed]

From last couple of days i have been trying to understand Adobe air especially to build desktop applications for windows, i am confused on which way to go. Should i spend creating sample applications ...
0
votes
1answer
12 views

Input and output file formats for Adobe Access packager

I am doing some research on the Adobe Access packager, and from all of my reading of the literature it seems Adobe Access packager only accepts F4V and FLV input types, and only spits out the same as ...
0
votes
0answers
16 views

Compile Flash Movie for Adobe Air for Desktop

we have a flash file that compiles just fine as an SWF but wont compile as an AIR application for the desktop (windows). We are familiar with the process and have done it many times with other flash ...
0
votes
1answer
25 views

Opening Mobile Device's Image gallery in Adobe AIR

i am developing an Adobe AIR Mobile Application with Flashbuilder and Actionscript. I need to open the device's (mobile phone or tab) image gallery on a button click event and select the image to load ...
0
votes
0answers
28 views

Window messages Adobe AIR

Is there a way to send Window Messages to applications (Message Queue @ Windows) through Adobe AIR app? I haven't found anything after extensive reading of adobe docs and googling.
-2
votes
0answers
30 views

Custom web browser actionscript/ adobe air

I want to build a custom web browser in a adobe air application. Is any one knows how to do these? Note:- I don't want to use the HTML control, because it has many limitations. Thanks
1
vote
1answer
37 views

Get list of printers with Adobe Flex

Documentation for flash.printing.printjob says there should be a printers() method. Using Flashbuilder 4.6 the IDE code complete says it doesn't exist. I'm using Flash SDK 4.6, targeting a desktop ...
0
votes
1answer
45 views

Error “namespace mx.managers:ISystemManager not implemented by class ” when converting application to flex sdk 4.6 from sdk 3.3

I am converting my application to flex sdk 4.6 previously it was in sdk 3.3 and getting below errors. 1044: Interface method activate in namespace mx.managers:ISystemManager not implemented by class ...
0
votes
0answers
20 views

Adobe Air - Tray Icon Menu on Click

I've got a working context menu on my App, based around the below code: import mx.core.WindowedApplication; import mx.events.AIREvent; import mx.events.FlexNativeMenuEvent; import ...
0
votes
0answers
23 views

Eclipse 4 over Adobe AIR

Eclipse 4 UI model is abstracted from underlying rendering engine, so it can run over SWT or JavaFX. Before I saw demos of Eclipse RAP running over Adobe flash in browser. (adding potential for ...
0
votes
1answer
33 views

Transition in Spark Components like BorderContainer, List, etc.,

I am developing flex mobile project in adobe air, using flash builder 4.7, i am able to apply Transition in views, How can i apply Transition to Spark components like BorderContainer, List... ...
2
votes
1answer
77 views

Adobe AIR for iOS - device does not have enough space

I need to install a flash file using adobe air for ios on my iPhone. I know of this link here that had a similar problem with the same error message ...
1
vote
0answers
57 views

Adobe air native extension application crashes on using FragmentActivity

I am trying to work on a AIR native extension for android. So far i have worked on different type of stuff but seems i have hit the roof. Whenever i try to extend FragmentActivity rather than normal ...
0
votes
0answers
18 views

I want to join several adobe AIR files so I can run them from a menu in that file

I made like 15 small adobe AIR games, my goal is to join them in one single file with a menu where I can select the games I want to play (the menu is already done, the connection isn't). It will be a ...
0
votes
0answers
7 views

detach adobe air video play completed?

I found this code on here. I success in playing but I don't know how to detach if video is completed.
0
votes
1answer
154 views

How to add in-app purchases for Android with Adobe AIR

I'm developing a game in Flash for mobile using Adobe AIR.I want to add in-app purchases for my game,specifically additional style packages that people can buy.I tried to find that information on ...
0
votes
0answers
26 views

Adobe AIR how to include style SWF in windows native executable using ADT command

'adt -package -target native MyApp.exe MyApp.air' successfully creates a Windows executable. Need to include a style sheet in the MyApp.exe. Its in the style sub-directory. When I use 'adt -package ...
0
votes
1answer
41 views

Adobe Air native extension - drawable resources are packaged into APK but values resources are not

I have a multiplatform Adobe Air Native Extension (ANE) that I have created. The Android portion of the ANE includes resources (i.e. res/drawable, res/drawable-hdpi, res/layout, res/values). When I ...
0
votes
0answers
29 views

ActionScript 3 Selecting Files according to their extensions

I'm trying to select for example XML files in a folder. Following code is a part of my program. var desktop:File = File.applicationStorageDirectory.resolvePath("puzzles"); var files:Array = ...
0
votes
1answer
51 views

How to change input language in adobe air'

I want change the default operation system language from inside adobe air programmatic, keep getting English, event if current lang is something else and air application is loaded. Thanks///
0
votes
1answer
17 views

Getting “error 101: Namespace is missing” when trying to package

I just have one html file to package which internally redirects to another external page. Test.html: <html> <head> <meta http-equiv="refresh" content="0; URL=http://google.com"/> ...
0
votes
1answer
121 views

Adob Air RTMP Player

I'm developing application for Android. It's a player that have to play RTMP protocol video. I have read that it is necessary to have Flash Player installed which is deprecated for Android. But there ...
0
votes
0answers
75 views

What is a good way to verify that my console application is only invoked by another application I wrote?

I have an adobe AIR application and a C++ console application that I launch and talk to from the AIR application using NativeProcess. I want to ensure that the console application only works if it is ...
0
votes
1answer
32 views

advertisement in flex mobile application

I have a task to display advertisement in my FLEX mobile applicaiton. I am ussing flash builder 4.5.1 I have read 1-2 blog on internet but it wont work for me. I f any one can help me than please!
1
vote
0answers
49 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
1answer
36 views

Check Adobe Air SQLite Db for corruption

I have an Adobe Air SQLite db in my application. I was wondering if there was anyway for me to test for corruption provided the db opens ? PRAGMA statements aren't allowed, so that is out of the ...
1
vote
0answers
90 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 ...
0
votes
2answers
92 views

Where is Adobe AIR install located?

At the moment I'm running Adobe AIR 3.2. I've previously tried installing 3.6 (and now 3.7) but I couldn't locate it. It's on my Mac somewhere but I can't find the file/folder to link it in Flash! In ...
0
votes
2answers
618 views

Installation of Adobe Air 3.7 SDK for Flex on Mac OS

It sounds so simple and probably should be, but I just spend 3 hours trying to get the most basic setup running and I'm lost in the mess Adobe created. I followed a couple of tutorials and documents ...
2
votes
1answer
128 views

Create Single Flash app for AIR and Flash Player on Android

We are planning to create a P2P app for android platform and we have choosen Adobe RTMFP and Flash for this. Since both Flash Player and AIR are supported by limited Android versions we must make an ...
1
vote
0answers
63 views

Air SecureSocket for iOS

I am developing an Adobe Air application that will run on an iPad and am looking for a way to send secure data through a socket. The Adobe APIs show the SecureSocket class but it is not available for ...
0
votes
0answers
29 views

Starling Framework (for AIR) Atlas Clarifications

Prototyping the next game, and will certainly be using atlases for this round. Just want to clarify a couple things before I start planning classes. I am posting this on Stack because the forum ...

1 2 3 4 5 15