adobe-air

Air - Unzipping file

Currently I am using nochump library for unzipping files. But its very slow(around 30 seconds for 2 mb file). Is there any other libraries available which are fast. Or is thaere any better way to unzip by communicating with os? I have used FZip, but it wont work in mac. So cant use it. ...

In AIR how to set focus on textinput on application load?

On my application I have a login form. On application start, I want the focus/selected one is set on the user id textinput. I tried normal setFocus method and didnt worked. How can i make it work? ...

about air(flex) application server connection

Hi, The application which developed by AIR(flex builder),Could connect with server(php) side. ...

Install .AIR File Using java code

Hello friends, I want to install .air file using my java code.I am currently using following code to run the air installation: Runtime rt=Runtime.getRuntime(); rt.exec("cmd /c start call secureId.air"); rt.exit(0); Is there any way to install .air as a back ground without cmd prompt? or Is there any other way to install this air appl...

Showing Large PNG image in an Adobe Air application

I've got a bare minimum Adobe Air application; it's basically a s:SkinnableContainer inside a mx:WindowedApplication. I have a 6000 x 9000 pixel PNG image (~3.20MB) that I want to show in the SkinnableContainer. Note that the s:SkinnableContainer is a tag from Flex 4 Beta3 (spark components). Background Before I explain the problem, a ...

how can i create a installer package in flex air?

I need to create a installer package which application i developed using flex air. Now how can i create a installer package of this application? ...

Why I can't call method on nativeApplication.applicationDescriptor in Javascript?

Hi, In my html file which is in Adobe AIR project, I write following code to get a reference to the application descriptor: var appXML = air.NativeApplication.nativeApplication.applicationDescriptor; The statement is executed successfully. I can see appXML is referenced to the runtime.XML object from debugger. And if I call alert(app...

Adobe AIR: Overwrite standard Command C keyEquivalent?

Hello, I'm currently trying to built a little Air Application where I want to set the normal Command-C key to call a function? Is this even possible to use a standard Menu Command? function createMenu():NativeMenu{ var menu:NativeMenu = new NativeMenu(); var menuOneCommand: NativeMenuItem = menu.addItem(new NativeMenuItem("Menu 1")); m...

Adobe AIR App install Error #2032

I created an Adobe AIR application using html, css and Javascript. The application works fine, but now that I have built the installer I get the following error: Sorry, an error has occurred. The application could not be installed. Try installing it again. If the problem persists, contact the application author. Error# 2032 ...

Consume AMF methods without Flash using .NET

I would like to know if it is possible to consume a AMF Service using .NET. I would like to consume a AMF service written in PHP using my ASP.NET Application, that is possible? ...

CSS Framework for UI Development

I'm making an app in Adobe Air and I want to make a robust looking UI. And it's quite hard to do in CSS, I just end up with lots of messy code that probably doesn't work that well anyway. So does anyone know of a good UI CSS framework that focuses on a robust layout rather than pointless slidy crap and datepickers. ...

Air Install Badge Error

I have successfully created an AIR application using xhtml, css and javascript. The app installs properly on my local computer, but after creating the install badge using BadgeBuilder I get the dreaded Error# 2032. I have Googled this to death but I have not been able to solve the problem. This is the final step on the project and I wou...

adobe air licensing library

I am looking for a licensing library for adobe air. Sharify looks like a very capable and easy library but it is in (closed) beta. Please let me know if you now of other libraries, services or methods to monetize your adobe air app. ...

which is better for desktop application?

hi! i'm new to creating desktop applications. I've a working site in php with mysql support. I want to convert this site into a desktop application. Is Adobe AIR or Adobe Flex better? can i use php as such in both AIR and Flex? or should i convert them to xml or something which it uses? ...

Flash: Stage.FullscreenInteractive -> Difference if class or 1st frame

hello, i don't get it! example 1: 1st frame of my app var screenBounds = Screen.mainScreen.bounds; //Bounds of current screen var full:Sprite = new Sprite(); //Sprite Fullscreen //Enter Fullscreen function goFullScreen(e:Event = null) { //myClass.goFullscreen(); full.graphics.clear(); full.graphics.beginFill(0x...

Bug? LoaderInfo getLoaderInfoByDefinition security sandbox violation in AIR

This question is specific to Adobe AIR ActionScript/Flash applications. I've spend quite some time researching this and kept finding discussions about either the Flash Player security model when running in the browser, where issues with SWF loading can be mitigated in various ways (loading from the same domain, using a crossdomain.xml fi...

Adobe air application's proxy settings

Is there any way to set application's proxy server setting in adobe air overriding the system settings? ...

Launching a browswer window from an AIR Application

I recently built an AIR app using HTML, CSS and JavaScript. In the web version there is a button on the Capacity tab that opens a new window with the calculated results. After packaging this into an AIR application the app attempts to open the new window but fails. I read about doing such here, but I am not exactly sure how to implement...

Migrating from Flex 3.2 to 4.0

Hi, I have an app built in flex 3.2, and would like to start using some spark components within that same app. Are there any pitfalls to look out for. Is it possible to use the old 3.2 components in the same app or Will I have to rebuild them. Would like to get the heads up from anyone that has done the same, before I make the plunge. ...

Can an AIR application find out what OS it's running on?

I was wondering if an AIR application can find out what OS it's running on, e.g. Windows XP, Vista, Mac OS, etc. Also, is there a way for it to find out the current OS user name? Thanks. ...