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 Article[AIR/Desktop] StageWebView doesnt load remote URLs when rendermode is direct
Hey there, Im porting an CS6-AIR-App from IOS to Desktop, in the IOS-App, i use rendermode GPU, everything works fine.In the Desktop-App im using renderMode "direct" (no GPU mode selectable in CS6)....
View ArticleScreenresolution 4098 x 2304 possible with AIR?
Hi, I have to develop a multitouch application using AIR. The screen will have a resolution of 4098x2304 pixel and I know that the maximum width on an AIR app is 2880 pixel. Is there anybody having...
View Articlefile for native process execution using environment variables
Hi. I'm using the native process api in my air program. Since this does not support the starting of batch files directly, i have to start the cmd.exe instead and inside this, my batch file. This...
View ArticleAudio, but no video on Kindle Fire?
Hello, We have an application that streams video over the rtmpe protocol (also tried just rtmp) using a flash video object for display (flash.media.Video). The video plays fine on the Nook Tablet and...
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 ArticleDisplay stage webview on new screen/stage or frame when button clicked
I'm trying to get Stagewebview to show on a new stage when a button is clicked. Right now it just shows on the same stage becuase code is this.stage. Also, when it shows up on the new page I want to...
View ArticleStageWebView Multiple Videos
Hi everyone, I was wondering if there is a way to play multiple videos with stage web view. Actually i am using this code to call a youtube video: FLASH CS6 AS3: import...
View Articleadt.bat Could not generate timestamp: Cannot parse the response
I am using the command line to build an air app as follows:adt.bat -package -storetype pkcs12 -keystore mycert.pfx -storepass xxx -tsahttp://timestamp.verisign.com/scripts/timstamp.dll myApp.air...
View Article.air is just a zip file with clear source inside
Hey,I just noticed something very strange. I have a packaged, signed "myapp.air" file on my web server. When I use my browser, to open a direct link to the "http://mysite.com/myapp.air" file, it...
View ArticleSilent Install of HUB.AIR
We have Acrobat 9 and AIR installed on Vista PC's. I am looking for a way to silently install HUB.AIR
View ArticleMaximum physical RAM usage of Adobe AIR application
Hi. I have a very large application written in Adobe AIR. It needs to use about 2GB of RAM. I run it on a machine with 8GB of RAM with over 5GB free when I launch the application. No matter what I do,...
View ArticleAnalytics For Adobe AIR
Hello all, We have recently lauched a AIR App entitled "TweetNewz" and we would like to get some analytical data such as engagement, user tracking, etc. We are aware that Google Analytics has AIR...
View ArticleNeed older version of Adobe AIR
Can anyone point me to a download for a PowerPC version of Adobe AIR for the Mac?
View ArticleAIR - Launching Native Process In Windows Not Working
i'm attempting to launch a command line executable program as a background process in Windows 7, but it's not working. my AIR application is a native installer application: myAIRApp.exe. i've bundled...
View ArticleAIR Development for Samsung Smart TV
Hi, i was starting to explore the development of AIR application for the use on Samsung Internet@TV, i searched the site and found some useful info, but couldn't find some info that i was needing and...
View ArticleAir serial port connection
Hi has anyone done anywork with connecting air with serial ports? Im using a proxy called serproxy that transfers data from serial through to a sockect connectionHas anyone else used this using as3?...
View ArticleTurn off Air Update Notification
Is there a reg key to turn off the notification to update Adobe Air?Our machines are frozen w/ Deep Freeze. We only update machines at certain times of the year.I don't want my users to have constant...
View ArticleHow to check the AIR runtime version?
How can I check the AIR runtime version that is currently installed on the machine?Is there a properties file stored in the "Documents and Settings" Folder or something like that?Thanks in advance!Maik
View ArticleInserting a date into the SQLite database...
I am having problems inserting a date into an sqlite database. Heres what I am doing://Setup a connectionvar conn:SQLConnection = new SQLConnection();var dbFile:File =...
View Article