AIR 2.0 SDK installed but Flash Builder still giving error "NetworkInterface...
Hi there, I am trying to retrieve the users MAC address to implement an authorization process on a AIR application. I have read that this is possible with the latest version of the AIR SDK (2.0). I am...
View ArticleAdobe 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 ArticleReturning list of files in directory not working.
Gidday I'm using the following code to try to put a listing of files in a dir into an array. I created a dir call myDir in the same place as my .swf and .air, and placed a file in it. But I get error...
View ArticleSave mx:HTML full content to image
After searching my pants off for the correct approach for this, I need some help regarding this. I want to save the contents of an html component to an image (png/jpg/whatever) in the filesystem. The...
View ArticleHow to send email in Adobe Air
Hello, It is possible to send email directly from adobe air? using an API? not sending to a j2ee or any server?and how to use Gmail as an SMTP server? Thanks.
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 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.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 ArticleLoading images using AIR
Hi all, I'm in a situation where I make an API call to retrieve an image URL. Once I have this image URL I exectute the following regular JavaScript code (this.thumbnailURL is a url which resolves to...
View ArticleHow to move the cursor in a text input programatically
Hi, I am using a TextInput field and a my own keyboard UI with buttons for each alphabet. When the user presses buttons on the keyboard UI, i populate the TextInput field through data binding. But I...
View ArticleHow do you use adobe air and what is it purpose?
How do you use adobe air and what is its purpose?
View ArticleURLMonitor - Bandwidth and Other Issues
I have a new AIR app about to launch and it needs to check for internet connection when it runs. I have read through all of the Adobe tutorials, Tour de Flex tuts, watched Adobe videos, etc. And it...
View ArticleSilent installation of Adobe AIR apps in exe format.
Before upgrading to the 2.0 SDK, AIR application had a .air extension and I used the following command to install it silently: "C:\Program Files\Common Files\Adobe AIR\Versions\1.0\Adobe AIR...
View ArticleActive Directory Authentication in AIR
Ive been searching everywhere for some information on how I can automatically authenticate my air users using there active directory logins
View ArticleAccess to USB Device
Does AIR enable access to a device connected via USB on the client computer? Our project wants to leverage data from a USB device in our AIR application. If this is possible, any references?Thanks
View ArticleHelp - Can not get more than one extension working in a single project.
I created a small app to test extensions that I am creating.Now, I have 2 extensions in my project. #1 - AlertViewNativeExtension - this is an extension that shows an UIAlertview dialog based on a...
View ArticleCan not open .air file after install AIR
I uninstall it and reinstall it , but it can not slove this problem. the extension .air was not pointed to Adobe Air OS : Vista SP1
View Articlebatch inserts in SQLite instance in AIR?
Hi, is there a way to execute multiple insert statements as one batch in the SQLite instance of AIR? for examplevar sql:String = "insert into the_table values ( 'one', 'two' ); insert into the_table...
View ArticleSQLite transaction with an async connection
I have looked everywhere in the forums, dev help, and googled everything I can think of but for some reason I still can't figure out the right way to do a transaction with an async connection. All I...
View Article