Clipboard contents detection problem
My Goal is to detect what myself or someone has copied to the clipboard, using CTRL+C, or the right click and using the context menu. I know my AIR Application isn't always in focus, since other things...
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 ArticleAir Rename File
Ok before I start this one may be so obvious but I just can't find a simple way of doing it.I just need to know if there is a command, i assume in File, to rename a file? I can delete, copy, move etc...
View ArticleonClick event
I want to open a new window when I click on an image. but nothing happens when I just add an alert in the onclick-event in my image.the images was loaded via "browsing for files".elem.innerHTML =...
View ArticleWhat to take in consideration before to start.
hi, i am 100% new at this and although there's a lot of support out there, there's too much!! I've been using flash for a while now but more on the design side so never switch to AS3... I need to...
View Article"(program).exe has encountered a problem and needs to close. We are sorry for...
Hi, I was using Tweetdeck for the past few months without any problems. Recently, the application still works fine.. it opens as normal, all posts I am following appear etc., but when I try to send a...
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 ArticleHow to deploy/open a swf file?
Hi, I have developed a SWF application using FlashBuilder 4. I can run it from FlashBuilder 4 and the SWF file runs with adl.exe.However, I want to open/deploy this swf file from another computer that...
View Articleis RTMP on IOS possible?
Is live video streaming and accessing the server sharedObject or calling FMS server functions from client using RTMP protocall with Flex 4.6 (AIR) app for IOS, possible? Any discussion or answer would...
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 Articleerror downloading the update. Error# 16824
Hi,I am getting an error numbered 16824 every time I execute my application with an old version and when I click Download now. I get an error number 16824. I have checked the app file, the update file...
View ArticleLandscape Orientation - autoOrients Problem
I am creating an iOS app that will work only in landscape orientation. iPad apps that require an orientation must support both variants of that orientation.I have these lines in my descriptor...
View ArticleAIR and PDF showing/silent printing
Is there a way of showing PDF in an AIR application? What about PDF silent printing? Thanks for any ideas.
View Articleis it possible to run a shell script from AIR?
I can not scan a local directory unless on of my installed files is chmod755. i want to run a script on init() that will chmod 755 a file in the bin-debug directory. Thanks in advance for your assistance.
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 Articleinvalid application descriptor: descriptor version does not match runtime...
Hi.I have writen a very simple AIR app. Its not really an app just a button on the stage in flex2 as I want to try packaging it up as an air app from the command line. When i use adl to do this i get...
View ArticlePlay local FLV files in AIR
Hello, Here is another question regarding FLV files: I'm developing my AIR application using Dreamweaver. My app will need to play some local FLV files wich will be delivered together with the...
View ArticleSilent Installation Adobe AIR???
Hi All Please let me know how to install Adobe AIR silently? Do we need to pass commandline argument? If yes, how? Thanks in Advance. Prashanth
View Articleprojector vs. air desktop
someone please correct me if this is pure ignorance: for years i preffered when given a choice to use director rather then flash projector for developing desktop apps. my primary reason always was that...
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 Article