0
votes
0answers
7 views

Open source tools for automating AIR Based mobile apps [closed]

I am looking for open source automation tools for automating my testing on AIR based mobile apps . Please suggest some good one
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 ...
2
votes
1answer
29 views

AS3 - add different event listeners to children or one to the parent?

I have a MC (a button bar) with 4 buttons. is it more efficient to add separate event listeners to each button or to add a single event listener to the parent and use e.target.name to detect which one ...
0
votes
1answer
43 views

DataBinding is not working properly in custom list itemrenderer

I am developing iPad application using Flex/Air. I have problem with data binding in custom list item renderer. I have list with a collection of Classes as data provider. Each class have a static ...
1
vote
0answers
22 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
20 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 ...
0
votes
0answers
35 views

Augmented Reality application - HTML5 vs Native app (AIR for mobile, etc)

I know there are AR toolkits in Javascript but I need to summarize some of the major pros and cons of developing AR apps in HTML5-Javascript vs building a native app, whether using AIR for mobile, ...
3
votes
1answer
36 views

Gestouch works only when mapped to stage

I am trying to use gestouch library in my project and i can't seem to get it to work properly. This is how i am mapping it: var tapGesture:TapGesture = new TapGesture(stage); ...
-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 ...
-1
votes
0answers
20 views

When exporting release build getting message: "configuration variable 'runtime-shared-library-path' requires a value for 'rsl-url' [closed]

I'm using Flash Builder 4.7 and I'm not able to export release build. I'm getting the message: configuration variable 'runtime-shared-library-path' requires a value for 'rsl-url' I created a RSL ...
0
votes
1answer
68 views

Facebook graph api function - empty response

im currently working on facebook integration into my mobile AS3 game. I'am downloading friends pictures, which works just fine and is not currently an issue. Problem is, i am trying to detect, if user ...
0
votes
0answers
88 views

AS3 Mobile TransformGestureEvent event.target not updating on swipe

I'm playing around with the swipe gesture event in AS3, and I've noticed that event.target seems to be only set once, and then doesn't update when I swipe elsewhere. For example, I have two movieclips ...
1
vote
0answers
51 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 ...
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
32 views

StageText - How to use more than 1 StageText field?

I'm using Flash CS 6 and Air 3.6 to build an Android app. I would like to use StageText for the input fields. The code below is only working for the first textfield. What do I need change to make it ...
0
votes
2answers
392 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 ...
0
votes
0answers
40 views

showDataEffect doesn't work on dynamic LineSeries - Flex 4 mobile adobe air

In my mobile app im trying to dynamically create series in mx:LineChart. Its working. What i need to do is applying effect when data is change. On static series it's always work but with this it is ...
-2
votes
1answer
82 views

why Concurrency is not supported on mobile AIR platforms? [closed]

I have no idea about that Concurrency is not supported on mobile AIR platforms.(Adobe) I asked because I want to use Web Service on mobile application and this implementation creates a slowness while ...
0
votes
0answers
29 views

StageWebView ArgumentError

I have a strange problem with the StageWebView. The following code causes sometimes an ArgumentError in handleClick. I Have no idea how a ArgumentError can appear in this code...? Anyone an idea??? ...
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
0answers
76 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
23 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
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 ...
1
vote
1answer
135 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
2answers
103 views

AS3 - looping through movieclips and rasterizing them to bitmapdatas - how to be sure frames are ready?

this is a newer version to a question i have asked before but have not received an answer to. I am developing a mobile AIR app with many animations and tests have shown that using bitmaps and GPU ...
0
votes
0answers
58 views

AIR mobile TouchEvent.touchPointID returns null on android device

I tested air mobile application on android device. Multitouch.supportsTouchEvents returns true and Multitouch.maxTouchPoints returns 2. The problem is TouchEvent.touchPointID always returns null for ...
1
vote
1answer
148 views

My Android AIR app shows white screen when TextInput loses focus

That's pretty much sums up the question. I have an AIR Mobile Flex App project in FlashDevelop that is using views to show content. Everything works fine, I can add a TextInput or TextArea to the ...
0
votes
3answers
61 views

com.hurlant.util.hex syntax error on air sdk 3.5

I have an application written and compiled with an older version of flex sdk. Now i have to port this application to run on mobile devices, so i changed the sdk to air sdk 3.5. I'm using hurlant ...
-1
votes
1answer
48 views

Air Android to Android app [closed]

I am trying to create an app that can communicate from cell phone to cell phone by WiFi, Bluetooth using flash builder. Have searched Google with little to no results. I am just looking for some ...
0
votes
0answers
114 views

Anybody have a working example of playing a local video file in iOS apps using Flex/AIR for mobile?

I cannot for the life of me, despite being a fairly decent developer, get the AIR API to successfully display/play a video saved locally in any of the following locations: ApplicationStorageDirectory, ...
1
vote
0answers
84 views

Bluetooth Classic and Bluetooth Smart (LE) in Adobe AIR [closed]

I'm mulling over what technologies to use for an upcoming project that needs to use both Bluetooth Classic and Bluetooth Smart (LE) among other things. I want it to be available on various devices ...
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() ...
0
votes
1answer
225 views

Distriqt AIR Local Notification Ane - Delete old Notifications

we try to implement the nice local notifications extension of distriqt. With the deactivate event new notifications were set: notification.id = int(Math.random()*100); ...
0
votes
1answer
68 views

What is the preferred way to pause an AIR-for-mobile app?

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
74 views

Using Flint Particles with AIR. Kindle Fire (20fps) vs. iPad 2 (6fps)

This refers to Flint Particle System for AS3. I'm using AIR3.5 for mobile development, so I took the Pachinko example (http://flintparticles.org/examples/pachinko) and tried it on several devices. ...
5
votes
2answers
232 views

Adobe AIR mobile app fails when using HTTPS on Nexus tablet, but works on Kindle

Ok, 4 hours burned, so I'm turning to SO in hope for help. Here are the facts so you can understand quick: We have an existing AIR Mobile app that runs fine on my laptop, and every Android device ...
0
votes
0answers
26 views

flash as3 making off stage content not visibile on mobile

So I have a couple apps for mobile made in adobe air. They dont fit all screen sizes but I use stage.scaleMode = StageScaleMode.SHOW_ALL; to make them fit the resolution closely without distorting. ...
0
votes
0answers
10 views

Click on empty parts of MovieClip

Basically, everything that I've found until now explains how to do the exact opposite of this. I need to be able to click on invisible parts of a MovieClip (let's call this one "Father"), since the ...
1
vote
0answers
95 views

FLEX - BitmapImage not updated after filters assigned

I've a flex mobile project and a component (as-Class) inside of it with an BitmapImage, a Button and a Graphic sign. When a boolean is false the button is disabled, the image gets gray through a ...
0
votes
1answer
349 views

StageWebView, iOS, local files

I'm building a mobile app for IOS using Flash Builder, Flex 4.6 and AIR 3.5. I'm investigating using StageWebView to render some HTML5 content. What I want to do is to build the content into the ...
2
votes
1answer
88 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 ...
0
votes
0answers
207 views

flex mobile android permissions - full network access

is there any way to remove the permission for "full network access" on android systems? Removing this permission uses-permission android:name="android.permission.INTERNET doesn't make any changes. ...
0
votes
0answers
62 views

AIR for mobile Multitouch-gestures or touchpoints for swiping gesture?

My understanding is that Adobe AIR allows you to use either touchpoints OR gestures for input but not both. If the only 'gesture' I need to detect is a swiping gesture, should I use touchpoint or ...
4
votes
1answer
714 views

AIR renderMode GPU vs renderMode direct

When developing an AIR app for mobile application can someone explain to me the differences between using renderMode = GPU vs renderMODE = direct and when you would use either?
0
votes
0answers
155 views

SharedObject not working on AIR mobile

I cannot get local ShareObject's to save data. Its the same result in the adl emulator, iOS emulator and on a physical device. This includes reading shared objects from the same install on the ...
2
votes
1answer
498 views

AIR (As3) - Download large file trough iPad application

First I want to specify that I can't post source code because the project is huge. I'm trying to download a large file (500+ MB) on iPad device. Initially I tried with URLLoader, but than I realized ...
0
votes
0answers
71 views

Render multiple 2D bitmaps in Flash Air : cacheAsBitmapMatrix slow

I use Flash Air 3.5 and I am rendering on-screen tens of 2D objects (bitmaps) which are scaled-down and continuously rotating. Each bitmap is contained like this: // for each bitmap var spr1:Sprite; ...
1
vote
1answer
118 views

performance issues with air app on iphone 4

Currently I am working on an Air app for iOS and Android. Air 3.5 is targeted. Performance on iPhone 4 / 4s has been acceptable overall, after a lot of optimising: gpu rendering, StageQuality.LOW, ...
0
votes
1answer
372 views

What development framework is best for Adobe AIR AS3 Mobile development in Flash Pro CS6?

I am developing an AIR app targeting iPhone and Android devices and looking for a good framework that will help streamline development and performance, provide a good set of mobile optimised UI ...

1 2 3 4 5