Flashbuilder 4.5 Alert.show error
My shutdown method looks like private function onShutDown(event:Event):void { event.preventDefault(); Alert.show("Do you REALLY want to close this application?", "Wait! Don't...
View ArticleHow 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 ArticleHow to save pdf file to SQLite DB?
Hello, I am developing an application where my requirement is to store the file in db? is this possible? if i can store it, how can i retreive it? Thanks.
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 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 ArticleNeed older version of Adobe AIR
Can anyone point me to a download for a PowerPC version of Adobe AIR for the Mac?
View ArticleUse mx and spark components in pure ActionScript project?
I'm working on an AIR project in Flash Builder 4, but I'm not using MXML at all (pure ActionScript). Is there a way for me to instantiate and use mx and spark components without MXML? If not, what is...
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 Articleload local SWF files, security sandbox, stage access HELP!!!!
I have many SWF files that do the following: - reference the stage - load in external swfs and FLVs and XMLs It seems that for the most part loading them in VIA the Loader Class (AS3 not Flex)...
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 ArticleHELP:air HTML component very very slow in ubuntu V8 and moblin V1.0 &2.1
Hi, When I create a very simple air(V1.5 & V2.0B) project with a simple test code to try opening a website. in moblin & ubtuntu: It takes about 20'' to open it and in this time the...
View Articlerestart AIR application
Hi I tried to create make an AIR app restart itself by clicking on a button, but I didn't find anything yet. The only thing I found is...
View ArticleNative Extension: Invalid extension descriptor: myExtension.ane
Invalid extension descriptor: myExtension.ane Trying to build an ane with adl and getting this error. Not sure what it means. Everything looks right to me... adt -package -keystore ~/testcert.p12...
View Article[AIR/Desktop] StageWebView doesnt load remote URLs when rendermode is direct
Hey there, Im porting an CS6-AIR-App from IOS to Desktop, in the IOS-App, i use rendermode GPU, everything works fine.In the Desktop-App im using renderMode "direct" (no GPU mode selectable in CS6)....
View ArticleAIR/Ajax: URLLoader issue with discogs.com
Hi All,my setup: winXP SP2, Air 1.0.im trying to get XML (URLRequest/URLLoader) from such a simple URL:http://www.discogs.com/release/45?f=xml&api_key=23b4279d17in COMPLETE handler im trying just...
View ArticleURLRequest and untrusted certificates
I'm developing an Air + Ajax application in which its essential that some data is posted from my app to a Secure HTTP website. The Secure website is purely internal for my company's back-office...
View ArticleFull screen Air app from Flash
Hi,Im using Flash CS3, and I´m trying to make my first AIR applications.I try to get a full screen view using:stage.displayState = StageDisplayState.FULL_SCREEN_INTERACTIVE;but i only get a full screen...
View ArticleAdobe Air and Excel file
I have my application running in a adobe air which gives options to the user to open the reports in excel, csv file, rtf and pdf options. I am able to open those files or atleast gets an option to save...
View ArticleChange NativeWindow background color
Hi, I'm developing ad Air application with Flash. This application creates other windows and plays video in fullscreen mode. Created windows have white background so in fullscreen mode i have white...
View ArticleBest way to download large files direct to disk?
Hi,I am writing a process that will download a file (in the background, no GUI interaction) and will save it onto the users drive. Once it is saved to disk they will be notified.I don't want to use...
View Article