\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. The newest version is AIR ...
19
votes
12answers
33k views
HTTP Basic Authentication with HTTPService Objects in Adobe Flex/AIR
I'm trying to request a HTTP resource that requires basic authorization headers from within an Adobe AIR application. I've tried manually adding the headers to the request, as well as using the ...
4
votes
4answers
8k views
Using javascript with the twitter API
I'm interested in making a twitter client using Adobe Air, but I'm kinda stuck right now, as I can't figure out a better way to connect to the twitter REST API since it needs authentication.
...
0
votes
3answers
671 views
Adobe AIR - Custom Preloader with Image
Folks,
I have designed an Adobe AIR application. I want to show some preloader on it, before it opens up.
Can anyone guide me with tutorials on preloader aimed for AIR specifically or any already ...
2
votes
3answers
1k views
AS3/Flex 4: Most Practical Way To Find Nested Children
I'm sort of jumping in headfirst to some Flex/AIR stuff. I have a pretty solid background with AS3, but given the inherent hierarchal complexity of Flex (compared to regular Flash), I'm running into ...
18
votes
9answers
19k views
Adobe AIR to execute program
I would like to press a button from an Adobe AIR application and execute some installed program. For example, I would have a button named "Start Winamp". When this is pressed it should start ...
8
votes
5answers
13k views
Download a file with Adobe AIR
How do I download a file from the internet in a Flex based AIR application.
I tried using a file with url set to the address, but I got a file does not exist error when I tried to save it. And it ...
1
vote
2answers
578 views
What is the first bytes in a Blob column SQlite Adobe AIR? Blob Sizeinfo?
I have identified a random series of bytes inserted into any blob field when the database is manipulated via Adobe AIR. (from my results it appear to always start with bytes[12, ...] but I'm not sure ...
3
votes
1answer
2k views
flash actionscript access filesystem without air?
Is there any workaround to allow actionscript3 write to file system without adobe air?
The reason is because, in order to use adobe air, each of the web visitors will need to install add-on air ...
17
votes
6answers
5k views
What are the best books for Flex and Adobe AIR? [closed]
My team is about to build a new product and we are using Flex as the front end. There are other book posts on stackoverflow, but I couldn't find one that matched my needs.
My manager will be ...
6
votes
5answers
4k views
How do I record video to a local disk in AIR?
I'm trying to record a webcam's video and audio to a FLV file stored on the users local hard disk. I have a version of this code working which uses NetConnection and NetStream to stream the video ...
3
votes
2answers
4k views
Flex/AIR: Sending email with embedded image.. how?
I'm making a Flex AIR application that will produce a giftcard from a webcam picture. This giftcard needs to be sent in an e-mail to a recipient provided in the program. Should I upload the picture to ...
7
votes
4answers
4k views
Multiple file uploader in HTML5 — browser support?
I read that the HTML5 spec introduced the ability to select multiple files in an upload form. What browsers currently support this? Does Adobe AIR support it?
Bonus question: Is there a JavaScript ...
4
votes
8answers
6k views
Can Adobe AIR applications execute processes on the local client machine?
I want to be able to launch a third party process from within an Adobe AIR application (actually a command line process). Is there a security context that AIR apps run in that prevents this?
2
votes
3answers
325 views
IsAuthenticated works on browser - but not with Air client!
My login code, after authentication:
var authTicket = new FormsAuthenticationTicket(
1,
userName,
DateTime.Now,
...
4
votes
5answers
362 views
Building Cross Platform app - recommendation
I need to build a fairly simple app but it needs to work on both PC and Mac.
It also needs to be redistributable on a disc or usb drive as a standalone desktop app.
Initially I thought AIR would be ...
0
votes
1answer
1k views
Flex local SQLite BLOB display
I'm building an application from Flash Builder 4.5. I'm a newb to SQLite and here's where my questions come in!
I've got 3 columns in an SQLite db I built with Firefox's handy SQLite Manager. So, I ...
3
votes
1answer
899 views
Android/iOS app memory limit (clarification) & Adobe Air
I have been searching these forums for an idea on memory limits imposed to applications created with the flex SDK and running in Android / iOS.
I have looked into the following posts here:
How can ...
2
votes
2answers
214 views
Air sub applications
Hi Is it possible for an Adobe Air application to install, upgrade and execute other Adobe-Air files.
The basic use case is for a launcher application. It launches and manages other applications at ...
1
vote
1answer
77 views
How To Build A Modular AIR Application With FDT 5.5
Now that FDT no longer supports fdt.launch.Application from AIR projects, how do you go about building modules for an AIR application? You can't just create multiple AIR launch configs because almost ...
0
votes
1answer
268 views
How to play Video on air mobile app?
Good afternoon,
I am trying to get and air application to play a video smoothly on a android device. I am using flex 4.6.0 and flash builder 4.6.
Does anyone know of any working examples that play ...
0
votes
2answers
263 views
Working with both adobe flex web and desktop application
I need to develop an application using flex. The requirement is to develop both a web app and a desktop application. I need to use a database for this application. I learned that there is a local ...
0
votes
3answers
398 views
Dynamically Casting In ActionScript
Is there a way to cast dynamically in Actionscript? What I want to accomplish is illustrated by the following code:
var Val:*;
var S:String=SomeTextEdit.text;
switch ...
-1
votes
0answers
171 views
Adobe AIR - Eclipse like Preloader [closed]
Possible Duplicate:
Adobe AIR - Custom Preloader with Image
Folks,
I have designed an AIR application. I want to have a Eclipse IDE Like Preloader on it, so that when application starts, I ...
5
votes
4answers
4k views
Recommendations for an HTML-Friendly RichTextEditor for Flex & AIR? [closed]
As a side project, for "fun," I'm rewriting my blog and CMS in Flex and AIR respectively, and while I'm pretty well satisfied with the design thus far, the one major pain point remains working with ...
10
votes
6answers
8k views
Calculating Text Width In ActionScript And Flex
I'm trying to calculate how WIDE to make my button, based on the text that it will contain, and when I try to google for how to calcuate something as simplistic as the WIDTH OF SOME TEXT, I go ...
3
votes
2answers
3k views
Does Flash Builder 4 now use AIR 2?
I just got CS5 master suite which includes Flash Builder 4 and Flash CS5 Pro.
When I create a new AIR app in CS5 pro it says "AIR 2" but when I create a new AIR project in Flash Builder I do not see ...
11
votes
3answers
1k views
Can I assign a global hotkey to an Adobe AIR app?
Is it possible to assign a global hotkey to a specific feature in an Adobe AIR app, i.e. the app feature responds to the hotkey whether the app is active or not (it must be running of course, but only ...
6
votes
2answers
1k views
Detect AIR versus Flash Player from an actionscript library
I have an swc which needs to operate slightly differently depending on whether it is being hosted by AIR or not. I've seen two suggestions on the internet:
Test Application.application for ...
4
votes
1answer
307 views
Cross Platform ~2GB File Upload Solution
I'm looking for a technology that can be used to upload large (~2GB) files from both Windows and Mac OSX machines. It should be possible to pause and resume uploads on request/error. The final ...
4
votes
2answers
2k views
starting an Adobe AIR application multiple times
Adobe air runtime prevents more than one instance of an air application to be started at the same time. Is it safe to circumvent this restriction by arbitrarily changing the publisher ID? Does anyone ...
4
votes
4answers
956 views
Shared secret with API in an Ajax Adobe AIR app
I'm pretty new to developing AIR apps, so maybe this is a dumb question, but I can't seem to find any answers from google. Any help you can give me is greatly appreciated.
I'm building an AIR app ...
3
votes
5answers
188 views
AsyncTask also in flash?
i have develop one game size of 27mb,i load it in device & its performance are going to lower and some time its hang the device.there are much Media resource are used in this game.if i make it in ...
2
votes
5answers
998 views
Database schema updates
I'm working on an AIR application that uses a local SQLite database and was wondering how I could manage database schema updates when I distribute new versions of the application. Also considering ...
1
vote
6answers
5k views
clone flex component
Hey
I am trying to duplicate a flex component at run time.
For example if i have this
mx:Button label="btn" id="btn" click="handleClick(event)"/>
i should be able to call a function called ...
0
votes
3answers
642 views
Is it possible to get an AIR 3.0 Captive Runtime app into the Mac App Store?
Is it possible to get an AIR 3.0 Captive Runtime app into the Mac App Store? How would you do that?
0
votes
4answers
1k views
CSS Framework for UI Development
I'm making an app in Adobe Air and I want to make a robust looking UI. And it's quite hard to do in CSS, I just end up with lots of messy code that probably doesn't work that well anyway.
So does ...
4
votes
1answer
419 views
Adobe Air Javascript API
Alright, I feel like this is a stupid question but I literally cannot find the API for Adobe AIR Javascript on Google. I'm trying to gain access to the filesystem and network etc, but everything I ...
3
votes
1answer
2k views
Adobe Flash builder iOS app vs native iOS App
I recently came to know about the adobe flash builder with flex in latest release it supports to achieve the benefits of flash for iOS apps.As i am looking for a calendar based app,before taking the ...
3
votes
2answers
2k views
Possible to do In-App Purchasing using Adobe Air SDK
I'm working on a digital series of interactive books for a client using the Adobe Air SDK. Recently the client decided they want the ability to add in-app purchasing to build a little library of ...
2
votes
1answer
310 views
Access MainTimeline symbol using class-level embed
Here's the scenario:
We have a creative team that operates in Flash CS5.5 and produces SWF assets which have both graphics elements and actionscript code in them, and an engineering team which ...
2
votes
2answers
674 views
Air Native Extensions for Android In-App Billing
I'm trying to set up native extensions to work with in-app billing through an air app.
I'm able to send purchase requests to the market but I'm not able to get a response back.
I've tracked it ...
2
votes
1answer
623 views
Flash Builder 4.5: s:WindowedApplication does not initialize
There is a really similar question here, but the provided answer does not work for me.
This is what I'm doing:
Create a Flex (airTest) project and chose Desktop as application type using 4.5
SKD. ...
2
votes
1answer
636 views
s:WindowedApplication is empty and does not initialize/show child components
I have quite some experience with Flex and I am just starting to write my first AIR application and would like to use as much Spark as possible here.
So I started withe a simple Hello World ...
2
votes
2answers
757 views
Making buttons link - Adobe flex - Blackberry Playbook
Maybe a simple question but I'm having alot of trouble making a button change the view of a Flex blackberry playbook app. I am coding it entirely in actionscript, no MXML.
...
2
votes
2answers
4k views
How to invoke an ActionScript method from JavaScript (HTMLLoader) object in AIR?
So I have an Application Sandbox HTMLLoader object which I create in AIR and simply want to call ActionScript methods from JavaScript. In Flash, this is accomplished through our trusty ...
1
vote
1answer
431 views
Casue of SQLite Error: 'Error #3132: Data type mismatch.' in Adobe AIR
"SELECT * FROM locations
JOIN section_has_location ON locations.location_id = section_has_location.location_id
WHERE section_has_location.chapter_id =2
AND section_has_location.section_id=2"
...
1
vote
1answer
1k views
Dynamically Creating Flex Components In ActionScript
Isn't there some way to re-write the following code, such that I don't need a gigantic switch statement with every conceivable type? Also, if I can replace the switch statement with some way to ...
0
votes
1answer
32 views
How Can I Use fdt.launch.Application for AIR Projects & FDT 5.5
i'm trying to run this on an AIR Mobile project..
<fdt.launch.application projectname="TestAndroid" mainclass="src/com/powerflasher/SampleApp/TestAndroid.as" debug="false" ...
0
votes
2answers
166 views
Streaming WAV Files in Adobe Air
I am writing a basic Air app where one of the features is the ability to stream voicemail off of a local PBX. The voicemails are saved in WAV format and due to outside factors this cannot be changed. ...
-2
votes
1answer
411 views
Adobe AIR - Custom Splash Screen [closed]
Possible Duplicate:
Adobe AIR - Custom Preloader with Image
Folks,
I have a running Adobe AIR application on my desktop. But I want to add a splash screen to it.
I already saw some ...