0
votes
0answers
10 views

Flash builder geolocation App

I am all new to Mobile Application development. I sign up in class project where we plan to build simple app to Navigate in the campus. We have data for the locations. If someone went through such ...
0
votes
1answer
44 views

Starling Feathers - Available features 101

New to Starling-Feathers, before I start to develop my mobile app, I would like to know what are the best practice to develop the following features using Feathers: Partial view slide - A part of ...
0
votes
0answers
15 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,
-5
votes
0answers
35 views

free alternatives to Adobe Flash Professional CS5 -? [closed]

Are there alternatives for development of AIR apps for Android/Froyo to Adobe Flash Pro CS5? E.g. does someone know how to build Flex code for AIR on Android in absence of Flash Pro? Thanks,
0
votes
0answers
24 views

Bar, pie, bubble charts forAS3, AIR app for iOS and Andriod

I have been searching the internet for the last hour or so looking for a suitable suite of charts that can be used in a AS3/AIR app for mobile devices. Commercial charts are fine too. I have used ...
-2
votes
0answers
12 views

Adobe Air Android inserted video but no controls [closed]

I'm using Adobe flash cs5 professional to develop a android app, I've inserted a video file and published the app to my Android phone, it plays ok but there are no playback cnotrols to stop or pause ...
0
votes
0answers
20 views

Add some files to apk file

im using Adobe air for creating application for android. i used some files and folders in my code. for example : Data.txt and zoom\Data1.txt zoom\Data2.txt or just using Sqlite in my project and i ...
0
votes
1answer
57 views

Native extension from freshplanet crashing on android

Hello I am not sure if anyone is familar with Freshplanet's ANE for Facebook(https://github.com/freshplanet). I am using android and my app crashes right after facebook asks me to accept the Facebook ...
0
votes
1answer
37 views

Air for Android - How to receive content from other apps?

I'm building an Android app with Adobe Air 3.6 and Flash CS 6. Is it possible to receive content from other apps, e.g. a link from the browser? I couldn't find a working example anywhere yet.
-3
votes
0answers
39 views

How to make android app auto resize? [closed]

I want to ask how to auto resize the android app, i build using flash cs6 and adobe air 3.2 and if possible how to catch an orientation event so we can adjust the size for portrain and landscape mode. ...
-2
votes
0answers
16 views

Can I create a great book-viewer app via AIR for IOS and Android? [closed]

I'm considering creating a book-viewer app in AS3 via AIR for IOS and Android (and desktop and a web-app via flash). I'm experienced with it and can develop great oop code quite rapidly. I just had a ...
0
votes
2answers
44 views

Flash builder 4.7 invalid or missing signing information

I just upgraded Flash builder from 4.6 to 4.7, Imported my previous 4.6 project, tested it, works fine, went to Project > Export Release Build, made the same Export build, signed with the same p12 ...
0
votes
1answer
41 views

xml can't be parsed flash

I am using AIR for flash to create an android app (with the help of a native extension). When I try to compile my air application for android it tells me it can't parse my application description file ...
0
votes
1answer
40 views

ANT Adobe Air ANE build Android Cannot access android.app.Activity

Im trying to compile an adobe Air ANE file but I keep on getting this error im unsure how to resolve: [javac] /Users/feli/Desktop/Flurry ...
0
votes
1answer
39 views

How to resume application after unlock

NativeApplication.nativeApplication.addEventListener(Event.ACTIVATE, handleAppActivate); private function handleAppActivate(e:Event):void { _active = true; if (_starling) _starling.start(); ...
0
votes
0answers
17 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 ...
-4
votes
0answers
31 views

how to install freshplanet ANE [closed]

Hello I recently discovered freshplanet ANE https://github.com/freshplanet/ANE-Facebook which allows things such as facebook login on air. My problem is I do not know how to install it. I want to ...
0
votes
0answers
23 views

create app not running on webserver with facebook login

I want to create a mobile app utilizing facebook login for ios and android using air mobile. How would I set up the facebook settings for this app? Is it a native mobile device app or a web app? And ...
0
votes
0answers
26 views

Android Adobe air call back

I use call phone. navigateToURL(new URLRequest("tel:55555")); in adobe air , as3 . now i need play a voice when the call is being accept. for exmple : my app dials 555555 and when the user accept ...
-1
votes
0answers
34 views

AIR for Androdid compiler issue [closed]

I´m trying to install an air for android app in a nexus4 but not work, it get stuck. I have the usb debbuging in the phone, internet permissions, Android 4.2.2 and Android 3.0 installed. I try with a ...
0
votes
0answers
34 views

Some events are not dispatched when app runs in background

My Android app running on Adobe AIR and coded in AS3 has a TIMER event which fires once every second to connect a TCP socket (class flash.net.Socket) and send a request. A packet sniffer confirms ...
0
votes
1answer
92 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
18 views

Cameraroll adobe air

I need replace cameraroll directory to "/DCIM/Camera/" var directory:String; if (rad1.selected){ directory = "mnt/sdcard/DCIM/SHEKAR/"; } else { directory = "/DCIM/Camera/"; } var ...
0
votes
1answer
47 views

Camera Albums Directory in android devices

My android app (created by air) saves the token shots at /DCMI/ address but it dosent show them in gallery albums. How can I find androids photo album directory address so I can save the pictures in ...
0
votes
1answer
79 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
1answer
24 views

Open custom address by CameraRoll().browseForImage();

I need open gallry file in custome address in my andorid app . for example my photo camera save in address "DCIM/SHEKAR/" I use flashcs6 and adobe air my code is : ...
0
votes
0answers
80 views

FlashDevelop can't install the Android app on device

I connect my tablet via Wifi and get install the apk file generated by Adobe Air on it. I install it via "adb install" and it works. But on FlashDevelop, when I configure to run on device, it's shown ...
0
votes
0answers
58 views

How to call local html file using actionscript in Android AIR app

I have made a AIR apk using action-script in Flash builder and the same i wanted to run in android which is running perfectly. but I am not able to open local html file that i have put in sdcard. so i ...
0
votes
0answers
35 views

How to not dispatch stage deactivate on activity change (Android Air)

Making an android air game, and I've got the following code this.stage.addEventListener(flash.events.Event.ACTIVATE, onPause, false, 0, true); ...
0
votes
0answers
31 views

How can I close a webbrowser opened with navigateToUrl

I'm developing an app for Android, using Flash Air, my development tools are Flash builder and flash CS6. I'm opening a webbroswer view using navigateToUrl(url, "_self"). My intention is close this ...
0
votes
1answer
42 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
0answers
28 views

File Paths between Air and native extension (Android)

I know how to build a native extension. I am building one to send a file attachment to an app chooser intent for email.I want to send a String containing the file.nativePath to the extension. However ...
1
vote
0answers
58 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 ...
-5
votes
0answers
115 views

full screen app in all device android by Adobe Air flash cs6 [closed]

I've got a problem with adobe air . I have created some apps by as3 and adobe air in flash cs6. I checked full screen feature in propertis but in some devices it does not appear in full screen and ...
0
votes
0answers
34 views

Air android/mobile: same sharedobject for different apps?

I have two apps, one is a trial version the other the full version of a game, both made with adobe air. While saving data via the sharedobjects solution is no problem, I would like to use "one" ...
0
votes
1answer
64 views

How to do an in app purchase in AIR for Android?

Is there a way to make in app purchases in an Android app? Specifically, my app has a flag, a application variable value, that differentiates it from free and paid. So I want to make my free the same ...
1
vote
0answers
242 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 ...
2
votes
1answer
116 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 ...
0
votes
0answers
35 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
0answers
45 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 ...
1
vote
1answer
110 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 ...
1
vote
1answer
160 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?
0
votes
2answers
165 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
127 views

How to show my app icon as notification in status bar by using adobe air

I have created my own mp3 player to use on android by using adobe air. I need to show my app notification icon when it was minimized. And when i click notification icon, my app will active. I don't ...
0
votes
1answer
139 views

Saving an image file to the Android camera roll directory directly?

Is there a way to save an image to the camera roll directory directly? I was using CameraRoll.addBitmapData() call but that converts the bitmapData to a JPEG and all transparency is lost. And also, ...
0
votes
0answers
184 views

AS3 - How to use existing database/sqlite in AIR for Android?

I want to create app from adobe AIR for Android. Most articles (even from adobe documentations) just talking about create new database first (using SQL CREATE syntax), then create the app. like this ...
1
vote
3answers
228 views

Adobe Flash AIR override Android back button

In my AIR as3 app I try to override Back Button like this: NativeApplication.nativeApplication.addEventListener( KeyboardEvent.KEY_DOWN, onKey ); private function ...
0
votes
0answers
92 views

as3 StageText cursor does not show up

here is the code that creates the StageText var myTextField:StageText = new StageText(); myTextField.returnKeyLabel = ReturnKeyLabel.SEARCH; myTextField.text = tlf.text; myTextField.editable = true; ...
1
vote
1answer
97 views

AS3 AIR (ios and android) CameraRoll issue

I've been trying to sort out an issue for a week or so now. Googled to no avail. I'm currently working on an iOS/Android app that has a feature in the game to take a screenshot and have it show up in ...
0
votes
0answers
91 views

Android AIR AS3 Class - Error 1046

I have this admob code in a class file: package { import flash.events.MouseEvent; import flash.display.MovieClip; import flash.system.System; import flash.system.Capabilities; ...

1 2 3 4 5 13