How to embed SQLite database to Air app?
Now I connect to a database file like this: var dbFile:File = File.applicationStorageDirectory.resolvePath("myDB.db");conn = new...
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 ArticleCan't sign AIR application so it can be uploaded to Apple
This should have been the easy bit.... Having spend weeks developing an AIR application (using a developer certificate) the big day arrived to upload the App to the AppStore for review. That was Sunday...
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 ArticleLatest Twitter API
Hi, Can anyone point a latest Twitter API for adobe air? I want to upload photo from adobe air app. Cheers.Thanks a lot.
View ArticlenativeProcess in AIR 2.6 for linux
Hi guys, I am running into a unique problem. nativeProcess is not working even with extendedDesktop profile when using AIR app installer in linux. I am using AIR SDK 2.6 (Ubuntu compatible). I am using...
View ArticleTerrible browser response
Let me start by saying that I am not really happy with Adobe Flash/Air for the past 2 years... There's Adobe Air updates almost every week and yet nothing about the important browser issues.... There's...
View ArticleHow to install AIR SDK 3.1 ( with 3.4 installed )
I am trying to install a previous version of the SDK 3.1I am doing this to accommodate BlackBerry BB10. Using the Manage SDK utility in Flash CS6, I currently have installed 3.2 and 3.4.When I try...
View Article2 AIR applications directly communicating with each other in real time
Building a installation that requires 2 different kiosks to communicate with each other. I'd like to use Adobe AIR to create the individual applications. My question isIs it possible for 2 separate...
View Articlewebcam not working with adobe air
hey frnds,i'm trying to capture webcam snaps and storing it on local desktop.Below code of capuring snap is working with flex but same code not working in adobe air.I'm using Adobe Flash builder beta...
View ArticleLoading Saved Image uissue(JPGEncoder or FileStream)
Having issues using the JPGEncoder and FileStream to save an screen capture to a JPG file using AIR.The file is saved fine and can be opened by Photoshop, but cant be opened by Preview(MAC) or Windows...
View ArticleNativeProcess and FFmpeg pipes
Hi, I want to do a small interface with Air for FFMPEG using Native Process. Mainly, I want to compress an image sequence not starting at 0. To do that, I need to pipe (I think the filename) to ffmpeg....
View ArticleError creating AIR file
Hi, This is senthil kumar from India, Currenly working on Adobe Air application, I have a problem in creating Air File, I m including the below files and folders for publishing AIR file 1. main flash...
View ArticleDetect whether table exists
Upon opening I need my application to check to see if a table exists in the database and if not run setup. How would I do this (No flex please)
View ArticleHow to resize nativeWindow with aspect ratio?
Is there any way to resize nativeWindow with aspect ratio (proportional) that works on Windows and Mac? This solution by sydd works ok (tested on Windows) only for edges but not for...
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 ArticleNetworkInfo.networkInfo.findInterfaces() problem
I have a small code example of how i can find network interfaces on my pc which works ok but i can only see the interfaces that are connected to the interent and not those that are disconnected? Can...
View ArticleLearning more about AIR latest features, planned future development
Hi, Just got a Nexus 7 tablet and discovered that my Flash CS6 Pro can export APK's for Android. Wonderful! I am interested in learning more about the AIR platform's latest features, planned future...
View ArticleVideo player getting black frame between consecutive videos
Hello, I am developing a video player with air and flex. and have a problem with that the player (videodisplay component) getting list of videos and then playing them in turn, when a video completed it...
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 Article