html component not loading the java script file
I am using java script files .. to run few functions during html load operation.the html component is behaving very differently some times its running some times its not running. how to ensure to load...
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 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 ArticleDisplay webpage in Flash Professional
I was wondering is there an easy to display a web page in flash professional?
View Articleswf generated by ant works not well
i have a flex mobile aplication in flash builder4.6,which generates a swf .using the swf,i got a apk by adt which run well. to make apks automatically,i use ant to compile the project.the build.xml was...
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 ArticleError #2032 when trying to download apps
Hello, im not a developer but just an end user and today i encountered an issue first it started with Tweetdeck as it stop loading tweets and said an error had occured... so i downloaded another...
View ArticleDownloading a remote SWF to local, then loading it
I am dowloading a remote SWF to local storage (File.applicationStorageDirectory). I am then loading that local file into the AIR application. Two questions: 1) When downloading the SWF from the remote...
View ArticleHow to protect my AIR app?
I was wondering if there was a Serial Number Coding (or anything equivalent) that could be built in my app so that i can protect my work against thef? Right now if i send a AIR installer of my app,...
View ArticleTypeError: Error #2007: Parameter listener must be non-null.
I've searched the forums and all over the web and have not found an answer. I don't know why I get this error. It's extremely simple at the moment, starting the app. It was working when I had all...
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 ArticleSelecting the sound output device
Hi, is there any way to select which sound output device to use from an Adobe AIR application? If there is, I can't seem to find it (using either the manual, the forums or Google). Any help will be...
View ArticleMultiple instances of an air app
Is there a way to create an AIR app that can have multiple instances of itself running on the same windows machine?
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 ArticleIssues with SQLite DB operations after upgrading from AIR 1.5 to AIR 2.0
Hi, Our AIR 1.0 application creates 4 db files to store/read information synchronously. It was working perfectly fine on AIR 1.5, recently our clients upgraded to AIR 2.0 and our application crashed...
View ArticleFlash AS3 Loader URLs
I have an application I am converting from Flash AS3 that uses the Loader class to load swfs and other files. It is currently using relative paths like "../swfs/game.swf", but these give a URL not...
View Articlestream error creating new xml
I have a local xml file which contains some properties used to connect to a server.This file is stored in the app-storage. But if this file doesn't exist yet, it needs to be created. At that moment I...
View ArticleAdobe Air and HTML
I've been able to load a webpage from within my application using code such as the following: var loader:HTMLLoader = new HTMLLoader();loader.width=300;loader.height=300;var url:URLRequest = new...
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 Article