air

style air application

for school we are making an air application and we've run into some questions, things we don't know how to do. Where can we find information on how to style our air application, we would like to get rid off the windows border and make something like kuler. another problem is how to make google maps run in air? we would really apprecia...

Discovering "Stop Points" in an Interactive Quicktime Movie

Keynote lets you export a Quicktime movie that is interactive... it will automatically pause after each transition and you can click anywhere on the movie (if you're running in quicktime) to make it continue to the next slide. Does anyone know where I could learn more about this type of quicktime file? Can the QTKit library (or any oth...

Disable Adobe Air authentication dialog

I'm building an Adobe Air app that interacts with a third party service using HTTP Basic auth for it's authentication. I'd like to handle the login process completely in my own code. I'm using jQuery to handle the ajax. The issue is that when the user enters bad credentials Air pops up an authentication dialog box before my javascript e...

What's the best AIR & Ruby integration tool/framework?

Well, I tried Shoes, Titanium, and RubyFX (or was it FXRuby?) and am not yet quite happy with the stability and cross-platform support from any of them as desktop application GUI tools. Next in line is Adobe AIR. Anyone know what the best tool is that will integrate Ruby and Adobe AIR? Is it even possible? ...

AIR file is damaged after publish.

I tried to find an answer here but haven't seen anything yet. I've been working on an AIR application with Flash CS4 (AS3) for the last two days. Yesterday when publishing I was able to install the application (or overwrite existing version) without a problem. Now whenever I publish a new AIR file, it constantly tells me it cannot be in...

Flex and source folders in bin-debug

Is there a way to avoid the copy of the empty folders, based on the current source library structure, in bin-debug folder? I'm using Flex 3.2 Thanks ...

Air html window in debugger

Hi I have this code to open an html window from air : _win = HTMLLoader.createRootWindow(); _win.load(new URLRequest("d:/Content/testEnvironment/bin/index.html")); this however does not open a real html window but an air window ( i think ) my problem is that when running a swf in this window it does not pop up the error messages even...

Masks in AIR with Actionscript 3

I'm trying to do a mask on a circle shape in ActionScript 3 (I'm using the Flex AIR framework). It has to do with the ecological footprint, each circle representing one earth. This ecological footprint picture is inside a container. The problem is that the mask seems to be fixed, though the picture floats. When I scroll the container dow...

Image preview in Flex

Hi, I am working on an image management application. We have an Adobe AIR client talking to a WAMP server. The MySQL DB stores the images as blobs. We have an image search feature. Upon searching, I am displaying the results as XMLList in a popup window and provided a download button. Downloads work fine. I also want to add a preview but...

Application.application.nativeWindow.activate() problem on Windows

I have an AIR application with a system tray icon. When clicked it shows and activates the app. This is working as expected when the app is hidden (docked), however if I select another application so my app is in the background clicking on the system tray icon does nothing. Oddly I also have a contextual menu on the system tray icon, w...

URLStream & OSX laggy

I'm using URLStream to download 30-80mb files over HTTP. It downloads fine on Windows XP, but is extremely laggy in OSX. Anyone had similar issues? Here's some snippets of the code. function startDownload():void { //opening file var FileWriteStream:FileStream = new FileStream(); FileWriteStream.openAsync(DownloadingFile, ...

Easiest way to tell if an object has been modified since save?

Hello, I'm creating an air application that allows the user to create, edit and save Objects in files. I'm trying to implement a "Save on Close" prompt if the user hasn't saved her changes to the object before closing. Let's say I have a Class called MyClass marked as Bindable that is composed of fields, each exposing a getter and sett...

How to execute adobe air app from Flex ?

Helo everyone, May i ask a question, How to execute adobe air app & pass argument from Flex ? Thanks in advanced. Jacky Ho. ...

Add AIR 2 to FB4?

I downloaded and installed FB4 beta 2. I want to try out some of the new AIR 2 beta features, but AIR 2 is not packed with FB4 by default, how can I set this up? Thanks! (Also if possible I still want to be able to use FB3+AIR1 for regular projects) ...

Flex 4 & AIR 2 NativeProcess API: The NativeProcess could not be started

I'm trying to build an application using AIR 2's new NativeProcess API's going from Brent's little video: http://tv.adobe.com/watch/adc-presents/preview-command-line-integration-in-adobe-air-2 but I'm having some issues, namely I get an error every time I try to start my process. I am running OS X 10.5.8 and I want to run diskutil and...

Requirements to create Adobe AIR application

Hi All, i am working with Flex for quite sometime. but i hadn't get any chance to even look at Adobe AIR platform. I am planning to do some personal softwares using AIR. Provided the background that am an absolute zero in AIR, what all should I have in my system apart from Flex builder? And how fast i can learn AIR if I am pretty comfo...

FlexBuilder 3 - ActionScript Only - AIR Application

Using an ActionScript only project for AIR dev in FlexBuilder 3. I've already gone through the setup of changing the .mxml to .as to generate the main working file. I've also used NativeWindow.stage to get access for addChild, etc. Is there something I'm missing? When I try to use any flex codebase, there are always 'VerifyErrors'. Also,...

in which programming languages can we develop applications for adobe air ?

In which programming languages can we develop applications for adobe air ? java ? ...

How does Adobe Stratus work?

I want to know How does Adobe Stratus work? to get an idea of how to do something like it on my own. So what net hack Stratus uses to work like it works? ...

flex contextmenu items in tamil

Hi All, I am developing a desktop RIA. I have a context menu which shows the suggested words. Now I getting boxes http://www.freeimagehosting.net/uploads/ba90d08e6f.png Please have a look to the above url. I am using sqlite as embedded database. I am getting the suggested words in an array, that array items are added in context menu...