Questions tagged [air]

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.

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 , Adobe , , , , or .

Useful Links

7796 questions
2
votes
2 answers

How to record audio and save it in mp3 format in AS3 (Adobe Air2.5)?

I am building one desktop application in Air2.5, which needs to record and save audio. In AS3 (Specially with Air 2.5), is it possible to record and save audio in mp3 format?
Rajneesh Gaikwad
  • 1,193
  • 2
  • 14
  • 30
2
votes
2 answers

Using NFC Reader with Adobe AIR

I've got an ACS ACR122U NFC reader and a Smart Card. I've tried googling but can't seem to find any Native Extensions that will allow me to read/write via NFC. Would any of you have resources I could read up on?
2
votes
1 answer

Flex/AIR: loaded HTML links don't work?

I have an component in my flex air app that shows a web page. The problem is, if the web page has a link on it and they click it, it does not take them to that page. Is there a way to allow this, or a work around? is there a way for the…
JD Isaacks
  • 56,088
  • 93
  • 276
  • 422
2
votes
0 answers

AIR iOS stage video - prevent the zoom effect

I'm using stageVideo with AIR for iOS successfully but have noticed that when the video is started it scales itself up fro 0% to 100% centrally (similar to how an iOS app would launch). Would anyone know if it's possible to prevent this scaling up…
crooksy88
  • 3,849
  • 1
  • 24
  • 30
2
votes
1 answer

Including External DLL in AIR Native Extension

I've been trying to get a working (AIR 3) Native Extension in Flex 4.6 working for a while now. My basic project is to have a Flash (Flex) UI running with a C++/CLI DLL Native Extension running in the background. That C++ Native Extension uses…
user1449837
  • 51
  • 1
  • 1
  • 6
2
votes
2 answers

Registration or Licensing for an Adobe Air software

I am making a Adobe Air software which needs to work on Windows, Mac and Linux. One of the issues that has confused me is the registration/licensing process. Basically, I want users to try out the full version of software for a month and then buy if…
Rohan
  • 871
  • 1
  • 16
  • 32
2
votes
4 answers

FacebookMobile.init OAuthException

Firstly apologies if I get this wrong it's my first post. I've been building an Android game and I've been trying to integrate Facebook posting into it. Here are the details of tech: Windows 7 Developing in FDT Using Flex 4.6 and Adobe Air for…
2
votes
2 answers

AS3 FTP Socket fails on 3G network

I have an AS3 Script which connects to an FTP server and retrievs file/folder list. The script works fine when the device is connected to internet via WIFI or LAN but it fails to login when it's connected via mobiles 3G Here's my code : import…
Bez Roht
  • 61
  • 1
  • 6
2
votes
1 answer

Flex mobile: How to disable scale smoothing for sprite/bitmap

In my Flex mobile project I need to draw a sprite with a couple of lines and rectangles and then rotate/scale it without edges smoothing. The problem is - when the sprite is drawn the first time, there is no smoothing, but once it get…
dop2000
  • 577
  • 1
  • 7
  • 17
2
votes
1 answer

Flash / AS3 Google Maps API (deprecated?)

Since Google Maps for Flash is deprecated (see this), what is the alternative. On the link posted it says that you should use the Javascript API, but what if your app doesn't have access to Javascript (as in an AIR based app for Android)? Or should…
botbot
  • 7,299
  • 14
  • 58
  • 96
2
votes
3 answers

How to clear AIR cache for working Facebook logout?

I am developing an AIR application that is supposed to run on desktop and mobile platforms. For most Facebook functionality, I use the official GraphAPI for Flash, version 1.8.1. To use the app, the user must login to Facebook, this works easily by…
TheSHEEEP
  • 2,961
  • 2
  • 31
  • 57
2
votes
1 answer

Upload image by AIR app

Have an issue with Air application and upload the image to server by php. What I'm doing wrong? On progress everything is alright, is showing progress and response, but php can't find an image. var request:URLRequest = new…
goodm
  • 7,275
  • 6
  • 31
  • 55
2
votes
1 answer

Possible to replace slow and HTML5 incompliant Adobe's Air WebKit v6531.9 (Webview)?

I'm developing a mobile app with Flex Builder. Some part is a webview that uses the webkit version available on the host. But the Adobe AIR version of webkit is slow (real slow) and does not support all HTML5 features such as window.localStorage.…
Codebeat
  • 6,501
  • 6
  • 57
  • 99
2
votes
2 answers

Can I create Windows screen saver with Adobe AIR?

Is it technically possible to create a screen saver for Windows using Adobe AIR?
Pavel
  • 2,610
  • 3
  • 31
  • 50
2
votes
1 answer

How can I get the version of the AIR runtime in my AIR application?

In a Flex web application, you can print the version of the flash player that is being used by using: var version:String = Capabilities.version According to the docs, this should return the flash player or AIR runtime version, but it does not in my…
Wim Deblauwe
  • 25,113
  • 20
  • 133
  • 211
1 2 3
99
100