adobe-air

AIRIntrospector.js dreamweaver not working

This is my first atempt at adobe air. I've installed the air extension for dreamweaver. I've included the AIRIntrospector.js in a script tag inside the head tag. When I preview the app I see no debug interface. What am I missing? ...

Does Adobe Air apps work in iphone and ipad ?

Does Adobe Air apps work in iphone and ipad ? ...

Where can I find Adobe AIR on my PC?

I want to open an AIR application with the AIR which was presumably installed with CS5, but not knowing what it's called I can't find its location. So, question: what is the runtime called under Windows and/or in which folder should I be able to find it? TIA Steven Note: double-clicking it doesn't help, as Flash Player tries to open it ...

flex AIR application controlbar for Windows & MAC

Hi, In my flex AIR application(with systemChrome=false & showFlexChrome=false) I am using ApplicationControlbar as the title bar with title text, close, max, min, button. It work fine on windows platform. But I have problem on MAC platform. My application shows close, max, min buttons on right & title text on left. But my requirement is...

[Adobe Air] Resize window to fit document size

I have a <canvas> based game which I want to port to Air. The <canvas> is 480x480, now I want to make the window size fit to the canvas, normally one would do this with innerWidth and innerHeight. Even though air changes the values of both properties, the window size remains unchanged. Of course, I could just specify the application siz...

Get unread email feed and auto sign-in into GMail

Hi, I'm making an application in Adobe AIR, trying to do two things that GoogleTalk does nicely: Get the latest feed from https://mail.google.com/mail/feed/atom To allow the user to click on a button in the application to automatically sign into GMail in a new browser. I was able to get the ClientLogin auth key but it's useless for b...

Adding Google Analytics to Adobe Air HTML/Javascript App

Hi There I am attempting to add google analytics tracking to an Adobe Air app created with HTML and javascript. I have tried adding the ga.js file and using it like I would in a webpage: <script type="text/javascript" src="lib/js/ga.js"></script> <script type="text/javascript"> var pageTracker = _gat._getTracker("UA-********-1"); ...

streaming live video b/w air appln and web appln using red5 in flex

hi everyone, http://stackoverflow.com/questions/2113080/how-do-i-record-video-to-a-local-disk-in-air, as in the above url i dont have to record the video but i just have to stream the client live webcam video( who connected in web appln developed in flex ) in air appln to air client. the video of air client published to webclient succes...

Sqlite in Adobe Air, Data type mismatch

Hello, I've been using Adobe Air framework (with JavaScript) and a sqlite 3 database. Everything worked fined, but after a while the Db started throwing Data type mismatch: could not convert text value to numeric value errors. As best I can recall, I've done no modification to either the database schema or the JS code. The SQL command is...

Desktop Flex application login system

I'm currently in the planning/early building phase of a desktop flex application that will be communicating to a Zend Application on a web server. The flex app will basically be like a layout/view in terms of the MVC pattern, it will make requests to various controller actions and display the data returned in a meaningful way, and post ...

Cannot create air file because certification has expired.

I followed this tutorial and got problem with certification has expired. So, I looked up in Air forum and found http://forums.adobe.com/message/2320586#2320586 which is the same problem I met. Unfortunately, it've not been solved. I am looking forward to your suggestion. ...

What kind of Flex component can I utilize in NativeWindow?

I'm developing Adobe Air application. To show additional window, I create NativeWindow object. In the object, "stage.addChild( Sprite Obj )" does work, but almost all other flex components do not work. Actually I want to add 'spark.components.BorderContainer', 'spark.components.Group', 'mx.controls.Image', etc., but cannot. One solution...

Adobe AIR: Handling Multiple HTML Views/Pages

This is sort of a best practices question I suppose. My initial window for my AIR application is loading an index.html page/view. This page will present the user with a initial view of the application. More importantly, this index view will also have some components on it to handle resizing\window moving (since I'm disabling systemChro...

How to make Growl notifications with Adobe Air?

Hello I just started to develop Air applications with HTML/CSS/JS. And i was wondering: What is the easiest way to make Growl notifications? Thanks in advance ...

URL detection adobe air desktop widget

Hi! I'm new in Adobe Air, I need (urgente!!!) to do a widget with Adobe Air that monitors the URLs where I navigate and when I enter to a specific site the widget appears in the front of my screen and display a message. The problem is that I don't know how to listen the current URL of my browser using Adobe air (flash). I was trying...

Damaged AIR app after signing with renewed certificate

Our code-signing certificate recently expired. It's been renewed, but now whenever I try to package the app with the renewed cert (whether I attempt a migration of the expired cert or not), after installation, I get the following message any time I try to run the app: "This installation of this application is damaged. Try re-installing ...

tinymce adobe air

Is it possible to get tinymce working inside Adobe air? I found this tut but it is out of date and no longer works with current versions. Normal tinymce produces these errors: 1. TypeError: Result of expression 'g.base_uri' [undefined] is not an object. 2. TypeError: Result of expression 'tinyMCE.init' [undefined] is not a function. ...

How can I determined if I'm within an AIR app through Actionscript?

I'm seeking a method that tells me whether my code is running inside an AIR app or not. Something a lot less tacky than polling an AIR-only method. So far, searching the docs has been unfruitful. Anyone know of such a method? ...

I want to play any Flash game on Android (as .swf file). How can I pass key events to a SWF app?

Hi stackoverflow. Can you help me play Robot Unicorn Attack on my Android phone? I downloaded the .swf file, put it on my phone and there is this app called SWF Player that can open SWF files from the SDCard. But, since I don't have a hardware keyboard, I can't play the game because I have no chance pressing X or Z (I heard even with a...

Unable to export project from aptana

Hi guys i am new to adobe air. I have installed aptana and created a test application. When i export that application using export feature of aptana and choose application type as "Adobe air package". It generates a file having extension .airi. On double clicking that file nothing runs. Please help me guys. let me know where i am ...