Adobe AIR deployment
Admittedly, I'm green to software deployments in an enterprise type environment, but I'm trying to deploy various Adobe software packages to users (~500). Air is one in particular that I've been...
View Articleinstallation + files
Hi all! How can I put a file in App folder while installation? Where it's to be specified?
View ArticleFlash AS3 Loader URLs
I have an application I am converting from Flash AS3 that uses the Loader class to load swfs and other files. It is currently using relative paths like "../swfs/game.swf", but these give a URL not...
View ArticleUnable to build valid certificate chain
Hi, I am trying to sign my AIR application using the Code Signing Certificate I got from Apple (iPhone Dev). I have Apple's Root Certificate and my certificate. I installed both and then exported my...
View ArticleEmbed Video (flv) in AIR application
I have a flash file which i've embedded FLV videos into. They link to the external video file.When I export out the AIR application, and install it, it doesn't bring the video files with. I have to...
View ArticleSet DPI from AIR'S Capturing Image.
Hi, When i capture Bitmap and saved using JPEGEncoder / PNGEncoder i get image's dpi is 96 ( may be it's depend's on hardware resolutions any my pc have max of this). But i want to to set this dpi so...
View Articlefile does not contain AndroidManifest.xml
Hi all, I'm having an issue where I'm packing an AIR 2.5 application as an Android APK file, and attempting to install it on a device. The ADT command line tool creates the file without issue, but when...
View ArticleWhich Adobe AIR language?
Hello,I'm interested in possibly developing desktop applications for Adobe AIR. It's my understanding that it's possible to develop applications for AIR using either ActionScript OR JavaScript? Not...
View ArticleHow to run Adobe Air App as Windows Service
I am working on Adobe Air application. Everything about coding and configuration have been good so far but I have some major road blocks down the road:1. Schedule my application to run at certain...
View ArticleBug with fullscreen AIR 3.1 on Android ICS
I've got a bug on ICS when my app is running full screen (with status/menu bar hidden), turning off the screen … then turning it on again. It returns with the menu bar! Grrrr. Any help?I demo the...
View ArticleTabindex in forms on mobile?
Is it possible to enable/use the tab function of the softkeyboard?Just setting the tabindex on inputfields won't do the job unfortunately.
View ArticleSQLite error #3115 in Flex/Air App: with (')
Hi, I am trying to do a simple SQLite query from inside and Air application: var sqls:SQLStatement = new SQLStatement(); sqls.sqlConnection = sqlc; sqls.text = "UPDATE videos SET thumb = 'ram's' where...
View Articleadobe air 3.6 for android video camera not work!
1. air 3.62. andorid 4.13. sumsung note2 code:var cam:Camera = Camera.getCamera();var video:Video = new Video(); video.smoothing = true; video.width = videoDisplay.width; video.height =...
View Articleerror 103
hi, when compiling I get this error: Unexpected or unknown element or attribute in the application descriptor file. /Users/admin18/Desktop/distriboid/android/distriboid-app.xml(4): error 103:...
View ArticleBitmap To FREBitmapData error...
hi, all.. I want to load Bitmap to URL, and convert Bitmap to FREBitmapData..I used below code..but Bitmap is incorrect. how to bitmap to FREBitmapData?? // load Bitmap From URLBitmap bitmap = null;URL...
View ArticleGetting an error message while trying to update Adobe AIR.
I keep getting this error message while trying to update Adobe AIR: Sorry, an error has occurred. This application cannot be installed because this installer has been mis-configured. Please contact the...
View ArticleInventory system development in Adobe Air
Hello everyone, I am very much new to Adobe technologies, but i love Adobe's UI and everything about it. I need to make an inventory system which would be having front end as Adobe AIR and backend as...
View Article64 bit version of Adobe Air (Windows)
Hello We are developing an Adobe Air application on windows, but in our case we need lots of RAM, and a 32 bit system can not use much RAM. We would like to know if there is a 64 bit version of Adobe...
View ArticleH264 stream is not encoded properly in AIR 3.2
Hi all, I'm running latest AIR runtime on my desktop: 3.2.0.2070My air appliation is compiled with latest air sdk also: 3.2.0.2070Platform is Windows XP.The application is aka Cirrus Video Phone Lab...
View Article