i'm trying to install the adobe air sdk in linux. i unzip the package downloaded from http://www.adobe.com/products/air/tools/sdk/ into a folder "AdobeAIRSDK", and add the /bin folder into the PATH environment variable. but when i tried to run the adl, it gives me the following error:
Error loading the runtime (/home/monuser/AdobeAIRSDK...
Is there a way to change the file attribute of a file in abobe air,for example : like changing read only file or read write file or copying a "read only" file to a new location a a "read write" file.
...
Hi. Imagine I have an AIR application to update: the preceding version number is 0.0.1, the current one is 0.0.2. Now, the preceding app is installed on many different pcs. I want to update ONLY some clients, based on a particular ID. Is it possible to skip update process for some clients?
...
i am very new to Adobe Air and i am having a hard time with it.
i want to be able to create a desktop app for clients that communicates with a databse.
im currently used to writing everything in php, which then communicates with MySQL.
also, i plan on using Flex.
1: does Adobe Air communicate directly with the database? or does it co...
i do not fully understand how to communicate between adobe air (using flex3) and php. i do understand that many use AMFPHP and Zend AMF.
However, AMFPHP seems to be outdated and Zend AMF (from what i understand) only works with the Zend framework (something I dont use, nor like IMHO).
My Question Is:
Are there other ways of communicat...
What are free/paid adobe air applications available for
Project collaboration and management
Wireframe
issue tracer
testing
color
.....
.....
etc
...
Hello,
I have a index.html file which loads html files.
$('#content').load(url,function() {});
Inside those html files there is jquery code which works fine on all browsers but when i convert it to adobe air it doesn't work at all.
Any ideas?
...
The code below is simplified for example
I'm developing an AIR application (using Flex) which loads several of its images from a remote web server. The images display fine, however, whenever I'm manipulating the containers which hold the remotely-loaded images, I get errors in my console:
*** Security Sandbox Violation ***
SecurityDom...
Hey all, when distributing an air app is it possible to have any control over the install/uninstall process(.air)?
For instance i want to put an "uninstall" link on the start menu to make it easier for the user to uninstall the app.
And also when the app is uninstalled i want it to remove a db file that is created at run-time in the us...
In adobe air, is there anyway to get OS open a file, in their native applications?
What about in Flex 4?
...
Hi I am trying to set up remoting in an AIR app.
Does anyone know if I need to define a context-root in the compiler settings.
Can't seem to find any articles about setting it up, only in flex.
Thanks
...
Could anyone tell me if it is possible to use the flex 4 framework within an Air app.
Can't seem to find a definitive answer.
Cheers
...
I set the following style properties to my flex/AIR application to achieve a transparent background so I could create a non-square/rectangle shape.
Application
{
/* make app window transparent */
backgroundColor:"";
background-image:"";
padding: 0px;
margin-top: 0;
margin-right: 0;
...
may i know in order to use these 2 class in my actionscript. I need to use "adobe air and flex" ? can my plain actionscript3 use these files? please elaborate
...
Is there any workaround to allow actionscript3 write to file system without adobe air?
The reason is because, in order to use adobe air, each of the web visitors will need to install add-on air run-time and that is tedious. Most of the users will have flash plug-in and not Adobe Air.
...
Has anyone had any experience using Adobe Air to create BitTorrent application?
Is there presently any reference on this?
Please provide as much information as possible.
...
my fla file setting
version: adobe air 1.0
actionscript 3.0
i able to compile without problem and when i load the swf file in browser, if my actionscript included this line "import flash.filesystem.File". My flash just show up "blank" . no error in flashlog. if i removed this line, my swf file able to run. what is wrong?
...
may i know how to use this getMicrophone with simpleFLVWriter to create flv with sound? can elaborate?
...
Does anyone know if adobe flash player cache data is available to other users on a system?
For example:
A user logs onto Windows XP, then uses my adobe flex application... and in the process of doing so downloads the signed flex lib... He then decides to mow the lawn and log off.
At about 3pm the same day, his Mum can't hear the TV o...
Hello,
I am currently building an Adobe Air desktop app for a medium sized company and I truley believe that I could use this same app for many other 'like-companies'. It will greatly improve their efficiency and save them money; and hopefully make me some money too! :) I am in the process of designing the database structure and the lay...