adobe-air

HP Time 100 Application

Anyone with an idea of where I can find the source code for this or a similar app? I think its developed using Adobe AIR You can download it at Time 100 - Optimized for TouchSmart PCs ...

How can I add support for a specific SSL certificate in my AIR Application

Hi, I need to open a specific SSL secured site inside an iFrame of an Adobe-AIR application written in Javascript. For that reason I've build a small test application which opens the site in a iFrame - this works well, but the server certificate is not accepted. A Popup shows up and prompts the user to accept the untrusted certificate....

Job scheduling service library for flex (similar to quartz in java)

Hi everyone, I am searching for a flex library for job scheduling. I know the Timer API, but this is not exactly what I am searching for. Here is (one of) my usecase for my AIR application: Try to ping to website xyz every 15 minutes Every first monday of a month try connect to website abcdefg .. So I am searching for a library like...

determine system icon size with Flex, AIR or ActionScript3 ?

Each system - whether it is win, mac, or linux - displays (desktop) icons at a user selected size (e.g., 16x16, 32x32, 48x48, etc.) How can I find which size is being used by the local system from within Flex or ActionScript3? thanks, Mark ...

how to hide a file using adobe AIR?

hello, I am using both windows and MAC.there is a file in desktop.I want that when my air application fires up itself it will hide that file.Please help with some ideas. ...

Flash Projector with multiple windows, each with a new flashPlayer instance.

Does anyone know of a flash projector 'project' or 'framework' that uses a new flashPlayer for each window? We've used mProjector, which works well to a point, but I'm very disappointed in the fileIO patterns they use. It is very buggy with regard to reading and writing files. mdm zinc uses multiple windows, but it is all sits on one ...

AIR 2 app vs Silverlight 4 out-of-browser app?

Anyone released any Silverlight 4.0 out-of-browser app yet? does it compare to AIR 2.0? Question about Silverlight 4, it has some webview-like control where I can write HTML+CSS right? What rendering engine does it use? What ver of CSS does it support? IE? IE7? Planning to learn either Adobe AIR or Silverlight, but have not decided...

[Adobe AIR] How can I catch the event of image loading completed?

Core of my code is following: var img:Image = new Image; img.source = 'http://..........'; img.autoLoad = true; img.cachePolicy = 'on'; img.addEventListener(Event.COMPLETE, function(event:Event):void { trace('Loaded!', img.source); }); img.addEventListener(SecurityErrorEvent.SECURITY_ERROR, function(event:Event):void { trace('E...

Bug in Adobe Air 2 with setFocus() and DataGrid?

In a new Flash CS5 Adobe Air 2 file, I add a DataGrid with the name datagrid and put in this code: datagrid.columns = ["foo", "bar"] datagrid.addItem( {foo:"the", bar:"text"} ); datagrid.editable = true; If I click a cell, open another program such as notepad, then minimize that program so that the Air 2 app has the focus, I get this ...

Android application development

I read recently in a magazine that it's now possible to write / use Adobe-Air applications on android devices. I've been developing android applications for 3 months and find that it's sometimes tricky to get the desired results using android sdk. On the other hand I read that you can use html and javascript stuff in AIR applications. ...

Adobe Air Network Timeouts

Hi, We've built an adobe air app that logs in and communicates with our server using ajax calls. However, there appears to be a problem with the App on computers which switch networks often. Such as laptop users who travel. The issue is that for some reason the app's ajax calls timeout and don't reach the server, even though the user ...

Autoplay Adobe AIR application

Is there a way to tell Microsoft Windows to AutoPlay an Adobe AIR application? I have an AIR application on the users sd card, and I would like it to run whenever the user inserts the card into his computer. ...

How to read a file from an sd card

I have: var myFile = air.File.desktopDirectory.resolvePath("MyFile.txt"); But I need to replace desktopDirectory with e.storageVolume.rootDirectory.nativePath ...

flex 4 air 2 NativeWindow icon

Hi, I have an app that spawns NativeWindows. I would like to assign a different icon to each native window, however, they all pick up the icon associated with the "main app". I cant see any methods on the Flex native window class to assign icons in this manner. Can anyone offer any pointers? Thanks, Franco ...

Document Oriented DB for AIR?

Today I just learned that Adobe Air has a local SQL database, which is great; however, we had been creating xml/json files to handle mostly everything. Rather than re-architect to gain a few new features it would seem useful to simply have some document oriented DB index our files. So the question is: documented oriented DB for air? ...

Mainstream for desktop web apps: Adobe Air vs Appcelerator Titanium

We are developing HTML5/CSS/JS web app and intended to run it on Win MAC and Linux desktops. Which environment should we choose in terms of future investment protection - Adobe Air, Appcelerator Titanium or probably another one? We prefer Titanium, but it seems stuck in development - no updates since spring 2010. ...

AS3/Flex 4: Most Practical Way To Find Nested Children

Hey guys, I'm sort of jumping in headfirst to some Flex/AIR stuff. I have a pretty solid background with AS3, but given the inherent hierarchal complexity of Flex (compared to regular Flash), I'm running into an issue. Let's assume that you have an app where pretty much everything is event driven (common). Accessing elements in the n...

xOr'ing Two Images Together Using Actionscript 3.0/Flex

Isn't there some way to combine two images together using the xOr operator? I realize I can step through pixel by pixel, but with all the graphics options available to Flash, I am reluctant to take such a ham-fisted approach. How can this be accomplished efficiently? var pixel1:uint; var pixel2:uint; var xorMergedPixel:uint; for (var ...

Can Adobe Air do this?

I've written a lot of JavaScript before, and adobe air looks really interesting, my question is can Adobe Air: Access ICC profiles stored on a users computer Detect which ICC profile the monitor is currently using Use the SDK for specialist USB hardware Do all this one both Windows and Mac computers Thanks for any information. If no...

[Adobe AIR] How can I detect and convert text encoding?

Some text (or html) document from web is not encoded as UTF-8, so I want to convert encoding of text document to UTF-8. Do you have any clues for dealing with text encoding? And I found that, when application draws element with encoding-broken text (such as "¿©¼º ½̾ ±â"), the application is often killed with alert dialog "adl quit une...