air

Value undefined does not allow function calls

I am using aptana + adobe Air 2.0, i have created a page.. while executing the page, its giving the following error.. TypeError: Value undefined does not allow function calls. I have tried to copy a small content into the clip board.. code is below holdtext.innerText = getID.id; Copied = holdtext.createTextRange(); Copied.execCommand(...

SSL Client Side Certificate authentication in Adobe AIR

I'm trying to use a RESTful web service in Adobe AIR. The service uses client side certificates for authentication, thus I need to set the cert and private key used by AIR/Actionscript's URLRequest when connecting to this RESTful service. Is setting the Cert/Private Key possible in Adobe AIR? I did find some documentation from Adobe p...

How to Clear history in Adobe Air's HTML control

Hi everyone, I am using Adobe AIR's html control in my desktop application to let users see web pages. I am using the html.historyBack() and html.historyNext() methods to allow moving back and forth. But I want to clear the history once a specific option is selected, say a click on a button, without restarting the applica...

Is EXT JS Fast Enough?

We are going to be producing a RIA that will also be available using Adobe AIR for database management and manipulation with a php back end. In an effort to speed up development we have decided on using YUI or EXT JS. It appears that EXT JS out of the box will produce a better looking application than YUI but being essentially 100% JS...

How do I detect whether a window is hidden (cmd-h) vs closed (cmd-w) - Mac

I'm developing an AIR application which uses multiple windows. I'm running into an issue where I want to open new windows (toaster notifications for example) when the primary application window is not visible, but the behavior is different depending on how the window is closed. When a user hides all application windows with CMD-H, openi...

What's the best way to utilize static data in an AIR application?

I'm building my first AIR application after two years of building Flex applications with a SQL Server database, using ColdFusion CFCs and .NET as WebService interfaces. I want to create an AIR application with static data and I'm trying to figure out the best way of doing this, and how to do this. I have several related pieces of data. ...

starting an Adobe AIR application multiple times

Adobe air runtime prevents more than one instance of an air application to be started at the same time. Is it safe to circumvent this restriction by arbitrarily changing the publisher ID? Does anyone know if Adobe plans to allow multiple concurrent instances in Air 2.0? ...

Is there a desktop (AIR) app for adobe Buzzword?

Awhile ago i read about adobe coming out with an AIR app for Buzzword. I searched google and the most recent updates I can find about it are all the way back in 2008, which is REALLY strange, and I can't find a download ANYWHERE. Does anyone know what happened? Is there an AIR app for Buzzword? Or... ? ...

How can I parse an XML file and put it into a JavaScript array in AIR?

Hi, I am currently doing an A level computing project, in which I need to parse XML and put the elements into an array. I am using JavaScript in Dreamweaver and the final application will be run in AIR. I am having a hard time understanding the code in this answer to another question: http://stackoverflow.com/questions/649614/xml-parsing...

how to download files to a default dir without poping an option window in Flex/Air ?

I'm writing a app with Flex/air,and i need a function that downloading files to the default dir without a pop-up window.i tried to use ftp instead of http but found it's not supported by air.how can i solve this problem? ...

Uninstall options for an AIR application

I have been looking for a way to include the users app storage data to be removed along with the application when uninstalled in Windows. I am not sure why this data isn't removed along with the application as in come cases there could be quite a lot of data in there that will never get removed. Also if a user is uninstalling in order ...

what is hectoPascAltimeter

what is hectoPascAltimeter, is it air pressure in mbars? check http://ws.geonames.org/findNearByWeatherXML?lat=43&lng=-2 ...

Can Adobe Air application use p2p?

I've already built a flash 10 flex application which use the p2p feature (I'm using a developer key to connect to stratus), currently everything works fine. Now I want my application to run on Adoble Air Runtime, but it seems that p2p does not work for Air. I can successfully connect to stratus server in Air application, but after that...

Flex-AIR: how to handle failure to update?

OK my flex app checks for a file on the internet (update.xml) which contains the most recent version number and a location on where to download the update, if the most recent version number is not the version of the current app, then the app auto-updates using the file at the location listed in the (update.xml) file. If my app fails to ...

Programmatically detecting between Adobe Air and Adobe Flex in ActionScript 3.0

I have some shared code between an Adobe AIR App and an Adobe Flex App. On one line of this code, the program must behave differently depending on if it is running within the Air runtime, or the Flex runtime. How can I programmatically detect the difference? ...

Flash CS4 + SQLITE

Hi, I'm looking for some information regarding using SQLITE with AIR in Flash CS4, I cannot find any good examples, they're all built for Flex (which I don't want to use). Can anyone give me some basic examples of how to do this with Flash CS4 or direct me to some code examples / tutorials? I cannot find any anywhere... ...

Wordwrap in AlivePDF

hi friend, when i am showing some text it is going in 1 line only thats why whole text is not visible in pdf. if txt are more it should take automatically next line. please see code below <?xml version="1.0" encoding="utf-8"?> <mx:WindowedApplication xmlns:mx="http://www.adobe.com/2006/mxml" layout="horizontal" > <mx:Script> ...

Adobe AIR - listing installed applications

Hello, Is it possible to get list of installed AIR applications, optionally only by one vendor? Or, is it possible to check, whether is one application (checked by name/some id/vendor) installed (this method would be preferred) Thank you. ...

Flex AIR custom utility window won't restore with main app window

I'm trying to add a custom window to the main app window without creating a new taskbar item <mx:Window xmlns:mx="http://www.adobe.com/2006/mxml" layout="absolute" width="400" height="300" title="Window2" showFlexChrome="false" systemChrome="none" type="utility"> <mx:Label x="164" y="154" text="Test" width="173" height="21"/> </mx:W...

Is it impossible to build an Adobe Air application on a Mac without administrative rights?

I am at work and do not have any administrative rights, and everytime I try to preview the Adobe Air application I am working on it says permission denied (in dreamweaver). Is there anyway around this or should I say I can't build the application? ...