Air File I/O on large files
I have an Air application that is downloading large (~5-15GB) files using custom chunked HTTP and writing to a FileStream. I've noticed that when the application runs, the memory usage on the system...
View ArticleError #2035 but only on MAC OS ??? why ?
I have an application that displays swf files when user selects them with a file browse dialog. here is the code: private function dispDialog():void { var...
View ArticleSilent Print of PDF using Acrobat Wrapper by BioPDF
Just sharing a solution for silent printing PDFs with NativeProcess using Acrobat Wrapper by BioPDF. If have an AIR demo and writeup at my blog: Adobe AIR NativeProcess Silent Print PDF with BioPDF's...
View ArticleWill AIR run on Embedded Windows 7 Professional 64-bit?
Hi, can I make an app and deploy to Embedded Windows 7 Professional 64-bit? Any plans to support MS Surface 2.0?
View ArticleStill can't launch an external executable through NativeProcess
I have been waiting for so long for this feature - and still didn't manage to use it. I have this simple task to do: Open notepad (under windows) through Adobe AIR. Here's my code function init(){...
View ArticleAIR browser is slow to load AJAX app & kills CPU
We have an AIR app, which mostly provides an AIR browser wrapper for our Web app. The Web app consists of AJAX and embedded Flash. The performance difference of the AIR browser versus a typical...
View ArticleUbuntu 11.10, Flash Access and DRM
Hi, I'm attempting to play a video download I purchased at a British video-on-demand service called Digital Theatre. The service uses a player which is an AIR application:...
View ArticleOpening .mp4 files using flvplayback component 2.5 in Air 3.2
I've publishing the package using the extended desktop profile and captive runtime. When I run the published .exe file from a hard disk (either on my local machine or other test machines) it works...
View ArticleStageVideo?
Trying to get StageVideo up and running and not having any luck. I'm using Flash CS6 on Win 7 - 64 and publishing to either player 11.2 or AIR 3.2. Have Rendering Mode set to Direct in AIR Settings......
View ArticleUnable to build a valid certificate chain for the signer
Updating an AIR application after a few years and needed a new signing certificate which I purchased from Comodo. Imported it successfully into Keychain Access and exported it as a pfx file. When I...
View ArticleAdobe Air causing error in event log
I installed Windows 7 64-bit on a system recently. This morning I installed PS CS4, including Adobe Air. I've now gotten 5 of these errors recorded in the event log. Source: SideBySideEvent ID:...
View ArticleError creating air file. Usage error (incorrect arguments)
I got this error message when publishing an Air from flash.Error creating air file. Usage error (incorrect arguments). The funny thing is I haven't even changed anything from last week when I built it...
View ArticleCall Javascript From AIR - Flash
I'm developing an AIR application in Flash that needs to call external javascript functions. Is it possible to call external js functions from AIR (Flash) or call js functions embedded in an html file?...
View ArticleNo Filters in AIR for iOS?
Using the AIR 3.0 overlay and exporting to iOS from CS5.5. All is well (super cool actually) however the drop shadow filter is failing to work. Is fine if I publish as swf or projector. Any tips?...
View ArticleHelp - Multiple native extensions do not work
Dear Adobe Air developer community and Adobe employees, My game dev. studio www.GoldSunGames.com is nearing completion on our biggest title developed with Adobe Air for iOS. During development we've...
View Article-webkit-background-size
Hello, Just alerting to the powers that be that I think that there may be a bug here with "-webkit-background-size;" not being fully supported I'm trying to port a web based app I made into Adobe Air...
View ArticleImage caching
I'm trying to determine if Flex/AIR does any local caching of content retrieved from remote sites. Specifically I need to know if images retrieved from a remote site by the AIR application are cached...
View ArticlePackage Java ANE file for desktop
Hi! I'm trying to package an ANE file for desktop and am almost bald now :/. I just made an HelloWorld extension with a simple "sayHello" method that simply returns the string "Hello World".I made a...
View Article**TypeError: Error #2007: Parameter type must be non-null.**
H! i'm new to the Development of Adobe Air Application. i am suck in this ERROR..If any buddy knows about this error then show me roads towards a solution. ERRoR is as Follow: **TypeError: Error...
View ArticleSocket connection Security sandbox violation issue
I am trying to create an desktop application, to connect FTP server using Socket connection and transfer data / assets between server and client. For that I am using following flow: var...
View Article