Will AIR support per-user installation Will AIR support per-user installation? Will our IT department be required to roll-out AIR for our locked down desktops? Or will our end users be able to install AIR to run desktop apps as | | 1 | 124 | 2/24/2008 9:09:21 PM |
DragManager Image In AIR Does Not Show When I drag my image in AIR the only thing that shows is the default rectangle. Using the same code in Flex, the drag image shows. so perhaps there is a different way to do it in AIR?
| | 2 | 163 | 2/24/2008 4:32:46 PM |
ProgressBar doesn't update This is based on the example provided in the language reference. But the progress bar is frozen during the lengthy operation and jumps to the end after the operation is done. Any idea how | | 2 | 143 | 2/24/2008 8:44:20 AM |
html element properties Hello, I've noticed that you dont always have to use var obj = document.getElementById("bla") , why is that? I've aslo noticed if you have a div with an id of bla in the js you can | | 1 | 106 | 2/24/2008 6:42:32 AM |
Loading remote modules/css Hello, Per advance sorry for my bad english...
I'm quite disapointed, because i have written an AIR application who need plugin module. These module can be downloaded if the c | | 2 | 118 | 2/24/2008 5:00:01 AM |
Can Air create local XML files Hi, I am keen to get into creating desktop applications using Flex and Air.
Particularly is an application I want to create that will produce XML documents to a selected folder on a lo | | 3 | 117 | 2/23/2008 9:12:51 PM |
Saving files causes Memoryleaks Hi there,
I just ran into a strange problem. In my application I use a class, wich opens a new utility-window and loads an external swf. This swf is some kind of admin-panel to cha | | 0 | 122 | 2/22/2008 10:47:09 PM |
Keep AS3 and AIR API Documents Separated The http://livedocs.adobe.com/flash/9.0/ActionScriptLangRefV3/ documentation shouldn't be polluted with Adobe AIR specific routines. While, I understand that a great majority of the API is s | | 0 | 107 | 2/22/2008 9:25:28 PM |
Access to Webkit settings from ActionScript? Is there a way to access the Webkit engine's settings from within an AIR application? For example if I wanted to set an HTML instance to not render images or to disable Javascript.
-[a]-
| | 3 | 121 | 2/22/2008 8:07:59 PM |
Can AIR write a new file? I have built an AIR app that reads the file system, creates a UI and then generates xml which I wish to write to an xml file. First I'd like to check for an existing file and if there isnt o | | 1 | 127 | 2/22/2008 5:34:37 PM |
NullPointerException while signing air app Hi Guys,
I am trying to sign my AIR app using an MS Authenticode certificate issued by Verisign.
I am using the following: adt.bat -package -storetype pkcs12 -keystore pa | | 3 | 119 | 2/22/2008 9:20:33 AM |
Proper Use Case My question is if this would be a proper use for AIR.
Currently we use a shared Access database with its form and reporting features as an application in our domain. We travel to trade | | 3 | 117 | 2/22/2008 5:51:20 AM |
Air xmldom file I have an html file that I am trying to make into a desktop app. The main file is an html file. It has links to play flash movies and load an xml file. I am using Aptana to create the pro | | 4 | 117 | 2/21/2008 10:55:20 PM |
Invoking AIR app from browser I would like to invoke an AIR application from a browser plugin. For instance, If a user navigates to a particular URL in FireFox, is there a way for a browser plugin to invoke an AIR applic | | 4 | 127 | 2/21/2008 9:59:50 PM |
Pop-up windows in an mx:HTML component? Good afternoon,
I've written a VERY basic AIR application in flex, that simply creates an mx:HTML component and opens a URL. Everything works well until I click a link that would, | | 0 | 117 | 2/21/2008 7:29:38 PM |
AIR Bug System There is a bug that is marked as closed, but I think it is still an issue. Would anyone know how to get a bug re-opened.
The drag works fine in Flex, but fails in AIR
http://b | | 2 | 98 | 2/21/2008 6:41:29 PM |
Yet again with flash.net I develop many apps that rely on flash.net packages, and this bug is not helping anything. Even if I drag the ServiceMonitorShim into my library, or even on stage, my app crashes when calli | | 6 | 136 | 2/21/2008 5:47:05 PM |
Prevent the NativeWindow activation Hello together... I have created several NativeWindows in my application. If you click on such a window, AIR brings it in front of the other windows, which is in terms of usability absolutel | | 1 | 117 | 2/21/2008 5:14:05 PM |
Move effect I have implemented an effect when adding an item to a vbox. The item move from a fixed position outside the vbox, into the right place inside the vbox. However, the item is passing another u | | 0 | 103 | 2/21/2008 4:15:10 PM |
Peer-to-peer (P2P) and VoIP Hi, friends.
I don't know much about the P2P architecture yet and was wondering if is that possible to estabilish a P2P connection through Adobe AIR. I read that Adobe AIR will be | | 2 | 126 | 2/21/2008 12:08:25 PM |
Air / FB3 & Charting what can you do if you need charting with AIR but don't have a license key for FlexBuilder 3 , only for FB2? When will FB3 be released? Any help is appreciated - have to get rid of the waterma | | 0 | 120 | 2/21/2008 9:55:30 AM |
Embed Movies in AIR HI,
We are developing an App with AIR and would like to load HTML pages with in AIR which has the movies embedded in it. How do we embed movies to AIR and what are all the movie fo | | 0 | 121 | 2/21/2008 8:04:33 AM |
comunicate to browsers (explorer, firefox ecc) I need to have a button ( in AIR application) that can comunicate with a browser like explorer , firefox ecc and get a current address URL .
is possible ?
thanks
| | 1 | 110 | 2/21/2008 6:33:11 AM |
Save audio/video A little question. Is it possible to save a netstream (FLV or live) with AIR to a local file?
| | 1 | 106 | 2/21/2008 6:25:39 AM |
Actionscript library in XHTML app? This has to be a simple question, but I can't figure it out. I have a package of actionscript3 classes that I want to use in my XHTML-based AIR app. They work great in Flex Builder 3, but | | 1 | 116 | 2/21/2008 5:59:04 AM |
Accessing custom AS through aliases.js I have some actionscript classes in lib/com/package/classname. I want to access them via javascript, so I'm trying to put this into aliases.js:
air.package.utils = runtime.lib.com. pac | | 1 | 115 | 2/21/2008 5:57:35 AM |
on AIR Tour European Cities and Dates Announced We have just updated the on AIR tour site with cities and dates for the European leg of the on AIR tour. The tour is a series of free developer events throughout Europe where developers | | 0 | 113 | 2/21/2008 2:15:04 AM |
Can Adobe AIR become a full X System to replace X.org in If an AIR based application can replace the X window manager in Linux we potentially can have a way to have virtual desktops everywhere, or perhaps create a AIR applications capable of repla | | 0 | 124 | 2/20/2008 10:36:22 PM |
UsingWeb Services with AIR (Flash CS3) I had a hack working that allowed me to use the flex web service classes in flash: http://labs.qi-ideas.com/2007/12/25/using-flex-compiled-code-within-flash
which works fine in a f | | 0 | 117 | 2/20/2008 10:16:41 PM |
invalid application descriptor hello, made the first hello worl app and when i try to run it i get invalid application descriptor: descriptor version does not match runtime version. i have air Beta 3 installed as well as | | 2 | 189 | 2/20/2008 9:55:41 PM |
PopUpManager modal dimmed background When you create popup components through the popupmanager and set them to modal, the background will be dimmed. Is it possible to change this background by styling or code, or is it simply fixed?
| | 1 | 175 | 2/20/2008 3:20:46 PM |
Print from javascript Hi all, i'm trying to print an html page with some png inside. In Adobe AIR page is redered correctly but window.print(); dosn't works. How can I print the page or print the images? Altern | | 4 | 131 | 2/20/2008 6:39:29 AM |
Inherited NativeMenuItems from FlashCS3 OSX I'm trying to find more information out on the inherited NativeMenuItems when you publish an Adobe AIR project from Flash CS3 on OSX. To preface, a publishing from Flash CS3 on OSX automatic | | 0 | 88 | 2/20/2008 4:05:09 AM |
Crash on embedded AS2 Textfield In Flash CS3, I created a AS2 movie, texttest.swf with one input textbox with some characters embedded.
In FB3, I created the following AIR app:
<?xml version="1.0&q | | 4 | 142 | 2/20/2008 2:32:19 AM |
Adobe Air crashes! To whom this may concern,
I'm not sure why AIR crashes when clicking on from page to page with my app that I have created. I have pasted my code to the fallowing topic. Please help
| | 1 | 138 | 2/20/2008 2:12:41 AM |
communication between multiple applications Air suopport DDE (Dynamic Data Exchange) to exchenge data to other applications ?
| | 5 | 119 | 2/20/2008 12:29:55 AM |
Save PDF via HTMLLoader I have successfully loaded a PDF document using the HTMLLoader object. However, I would like the user to be able to fill out the form (which as usage rights) and save the form from within th | | 0 | 145 | 2/19/2008 9:18:29 PM |
Calling Windows DLLs and using ActiveX I am just beginning to investigate AIR and am interested in porting some existing applications to it that use DLL calls to manage FTP transfers and a Windows ActiveX control to talk to Palm | | 1 | 162 | 2/19/2008 7:53:33 PM |
AIRuby someone ??? With the popularity of Ruby, RoR applications, then looking at the great initiative for: http://heroku.com/ , the idea appears what if we can create our RoR applications and is all in native | | 0 | 101 | 2/19/2008 3:20:09 PM |
NativeDragManager.doDrag and mouseX/mouseY Hello, is there a way to get the mouse coordinate while draging clipboard content over my Air application ?
I guess i need to give more information, because you probably think nobo | | 2 | 125 | 2/19/2008 11:35:07 AM |
Downloading & Saving Word Files Hi all,
I'm attempting to download a few word files from inside air. Basically, it gets the url of each file from a webservice. It then reads them in using the URLLoader object lik | | 1 | 109 | 2/19/2008 11:17:11 AM |
bug: AIR apps cancel shutdown in MacOSX It appears that the AIR app gets the quit event and shuts itself down, but it must not return the correct status code to OSX since the shutdown always gets canceled.
| | 1 | 103 | 2/18/2008 6:13:44 PM |
CRITICAL: AIR beta3 + Ext2.0, sometimes get crashed!! Hi all, I am using AIR beta3 and Ext2.0 to build an application for my client, the application has a quite complex UI with 1 border layout ViewPort, in the center region, it has up to 6 | | 1 | 107 | 2/18/2008 3:08:26 PM |
Disabling sandbox I'm building and AIR + Ext 2.0 application that will run inside a trusted network with no outside internet access. How can I totally disable sandboxes and run remote scripts without res | | 2 | 119 | 2/18/2008 12:54:41 PM |
HTML from ActionScript BUG Keeping track of user actions in HTML from ActionScript
Document-level event listeners can be assigned to the JavasScriptObject as illustrated in the example below, which traces each DO | | 2 | 107 | 2/18/2008 10:11:18 AM |
Problem with printing HTML container Hi all, I am having a problem with FlexPrintJob (or PrintJob) for the mx.controls.HTML container. On print i receive only one page (only the visible area) of my HTML container. How can | | 0 | 124 | 2/18/2008 10:00:57 AM |
AIR and serial ports Does AIR support communications with serial devices? We are very interested in moving to Flex/Air for its cross platform ability and offline data but we need to have communications to periph | | 7 | 132 | 2/18/2008 5:10:44 AM |
Multiuser, Databases, OS Interaction etc? Noob to AIR here. Just wondering some broad basics...
Anyone here using OpenBase as a backend database for AIR apps?
How about FileMaker?
Can I create multiuser databas | | 4 | 115 | 2/18/2008 12:17:05 AM |
Cannot uninstall Adobe AIR(b3) Runtime Hello,
I have installed the Adobe AIR runtime (beta 3) but I would like to try out the Developer Desktop App . Since the installation failed I read that I have to install Beta2 fir | | 2 | 187 | 2/17/2008 4:50:06 AM |
nativePath problem in Mac Hi All,
I have made a music player in air. Where you can add song and play them. Basically here i am using file.nativePath to get the full url of a file. This is working fine in Wi | | 1 | 122 | 2/16/2008 5:11:33 PM |