0
votes
0answers
21 views

AS3: Detect incoming call without using Deactivate/Activate

I am currently developing a pretty simple AS3 music player using Air3.2 for android. I need to detect incoming calls without using deactivate/activate listeners because I want the music to keep ...
0
votes
0answers
12 views

Adobe AIR SharedObject - Android/iOS - On update not found

As the title states, my user's on iOS and Android are reporting their save data has been deleted when I push an update to the respected storefronts. The game saves and restores data properly on ...
0
votes
1answer
47 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 ...
1
vote
1answer
23 views

Adobe Flash Professional CS6 for Android: Navigate from One movie-clip to another move-clip using Actionscript 3 class

I have created one 'login page' which is a movieclip. and my another page is 'home' which is another movie clip. so what i want to do is.. i wanna navigate my one move-clip to another movie clip. and ...
1
vote
0answers
24 views

Externalnterface calls not working in mobile browsers

I have an swf with a simple ExternalInterface call. The swf has been created using Flex. ExternalInterface.call("alert","HelloWorld"); This runs fine on my machine (without localhost too). But ...
0
votes
0answers
25 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 ...
0
votes
1answer
58 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 ...
-3
votes
0answers
43 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. ...
0
votes
1answer
41 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 ...
-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
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
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
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 ...
-5
votes
0answers
117 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
1answer
68 views

How to use a .txt file instead of .dat file in AS3 to test air for android app in flash pro cs6

Hi i want my app which im making in flash pro cs6 using air for android to read the speed from .txt file instead of a .dat file. How do i go about changing this code below done in Actionscript 3 to ...
0
votes
2answers
79 views

Flash AIR - File size is to big for google store? What to do?

We are making an app that contains all the menus for about 70 restaurants. Each menu is a pretty big image, and the user grabs it and drags it around the screen. It is pretty awesome. However, the ...
0
votes
1answer
97 views

Exporting Flash CS5.5 project to .apk file causes all movieclips to play

I am loading an AS2 .swf into an AS3 project. When compiling and running the project inside of flash the .swf file loads perfectly and I can play the game I am loading as I normally could. However ...
1
vote
1answer
113 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
2answers
104 views

Flash Cs5.5 Android AIR - Convert code from Keyboard to Accelerometer

I'd like someone to help me convert this code from using a keyboard to using an android device accelerometer. So if the device is tilted to Y axis the application should respond back making the object ...
0
votes
2answers
166 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
128 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 ...
1
vote
3answers
235 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
93 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
101 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; ...
2
votes
1answer
246 views

AIR/as3 stage keylistener overriding input textfield

I'm building a mobile AIR app (Android & IOS) with Adobe Flash Builder 4.6 and I'm having this annoying problem. Because I want to 'catch' the back-key on Android devices I added the following ...
1
vote
1answer
136 views

Loading External Picture in air for android

I need load images from a folder in application directory created in sd Card of mobile android This is working in PC, but not in mobile version Some solution ? var imagesFin:File = ...
1
vote
0answers
59 views

Scaling for Android devices with starling causing some layout issues

I'm using multi resolution technique number three as written in this article and to determine the scale factor and stage size, I'm using this piece of code originally written by Jeff : if ...
0
votes
0answers
65 views

Sim Controller not opening when testing app on desktop Flash Pro CS6

I am publishing an app on AIR for Android 3.2 in Flash Pro CS6. Everything was working fine, but then all of the sudden the Sim Controller stopped coming up when I test my movie. The app makes pretty ...
2
votes
1answer
41 views

I want to get the version of android by adobe air

I want to get the version of android by adobe air. I searched the question,but not result. So,if somebody kwows,please help me.
0
votes
1answer
90 views

Prismatic Joints for Box2d As3 won't work?

im trying to create a moving platform in box2d using prismatic joints, all that is created is a box and no joints are apparent, what am I doing wrong? Here is my code var ...
0
votes
0answers
72 views

Twitter callback url hangs in StageWebView on Android build CS6 FP

The image shows what's happening in the Android build. It works fine in the iOS build. I'm using CS6 Flash Pro and AS3 + AIR. The build for iOS works fine, and is even on the app store. The Twitter ...
0
votes
1answer
73 views

ActionScript 3: How can I keep an accurate BPM counter?

I'm looking to create a drum machine in ActionScript 3 (as an Adobe AIR Android app), which will keep to a user defined tempo (BPM). I am struggling to find a way to keep the project in time, I have, ...
0
votes
1answer
95 views

Multiple Screen Sizes Adobe Air for Android

I'm building my game with Adobe Air for iOS but I'm also building the game for Android.Because my main platform is iOS, the dimensions are set to 960x640, but when I put the game onto a different ...
0
votes
0answers
53 views

Ideas needed with callback url issues I think in Emulator. CS6 Flash and AS3 plus AIR

Built using Adobe CS6 Flash AS3 + AIR on Win8 I have a working Twitter capable app in iTunes that uses the callback string, oauth.callbackURL = "http://tweetr.swfjunkie.com/dev/verified.html"; ...
1
vote
0answers
111 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 ...
0
votes
0answers
268 views

Adobe CS6 Flash Pro Android AIR AS3 - Keystore? Anyone with experience?

I have an app that I developed in CS6-Flash-AS3-AIR etc, that is in the iTunes store, and works fine. I have now also got it running in the Android environment. It runs in the Android SDK Emulator ...
3
votes
0answers
106 views

AS3/AIR: Honeycomb/ICS systembar height. (need fullscreen resolution) [closed]

On honeycomb tablets & ics phones there is this: http://www.esato.com/gfx/news/img/android-honeycomb-system-bar_1297213454.jpg And I don't seem to be able to get fullscreen resolution with any of ...
1
vote
2answers
102 views

air for android disable / DEACTIVATE external keys

Hoping this question aids those who search google as well. Looking to disable all external keys, such as back and home buttons on android devices as well as all the keys using internal or external ...
0
votes
0answers
70 views

(box2d) sprite not acting as a costume on my body

Hi I am using box2d and I have a circle shape, I am trying to get a sprite to act as a costume to mask the body, but the sprite doesn't move, only inserted in the world. I have an actor class and a ...
0
votes
1answer
105 views

move background object actionscript 3 middle

I am currently making a 2d game for Android. I am now having a trouble with the movement of my character. Here's what I want to do: when i touch the button left / right the HERO should walk to his ...
0
votes
0answers
97 views

Stage Size vs DPI For Android Games

So, new to mobile game development, and I can't seem to figure out how to handle creating the stage and viewport in Starling. So, here's what I understand, though I can be wrong. Look at the DPI, ...
0
votes
0answers
91 views

flash XML gallery in android. How to do it?

I'm trying to make a basic flash XML gallery in android platform. but i don't know how to do it. i try to referring some basic XML gallery on the internet. this XML gallery just a basic how to load ...
0
votes
0answers
85 views

(Box2D) How do I create a ball shape? What am I doing wrong?

I am continually getting this error: 1067: Implicit coercion of a value of type Number to an unrelated type Box2D.Collision.Shapes:b2ShapeDef. when trying to create a circle shape, here is the ...
0
votes
1answer
84 views

How to preview image using xml gallery in android?

I try to make a simple XML gallery in android platform, but I get an error that says: Error #2044: Unhandled IOErrorEvent:. text=Error #2035: URL Not Found. I'm sure that the file location is in ...
1
vote
1answer
137 views

Android flash xml gallery

I try to develop a simple xml flash gallery in android. it dose not work when i try to preview the image. can someone help me? This is my xml file <?xml version="1.0" encoding="utf-8"?> ...
1
vote
2answers
283 views

Creating Shared Objects for Mobile Device with Air App

I have created an App using an externall AS3 class file, and it works perfectly on a PC desktop (exported as a presentation file). However, I now need to move the same app to work on a mobile Tablet ...
2
votes
1answer
75 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.

1 2 3 4 5 8