Sign in to follow, share, and participate in this community.
Hi, there!
Intenting to do VoIP connections and Pc-To-Phone (PSTN)
calls, I have some doubts.
1. Is there possible to estabilish SIP connections through
AIR?
2. If yes, which would be the path? If not, I woul... Is this a bug or a feature? I can create a db directly inside ApplicationStorage, but not inside a (non-existent) folder in Application Storage. I get the error: SQLError: 'Error #3125: Unable to open the database fil... Since the latest patch to adobe air I have been swamped with complaints about the auto updating to a new version of my app using the auto update api. The issue is when the update popup is initialized it doesn't comple... Guys, I have an AIR app that has been working perfectly for some time under AIR 1.0 developed under CS3. I have upgraded to CS4 and AIR 1.5 OK but when I installed the 1.5.3 SDK the final AIR app does not work. When... The adobe has support for SIP (asterisk)? Is there any open source project with this functionality? I'm curious to see how this would integrate with asterisk. Kind regards, Hermes i have a client that wants an air app that will run a local python script from the app and get data back from it(the python script starts a motion capture device connected to the machine). is this even possible ... Recently I've been using Appcelerator's Titanium to build my native desktop apps with html & jquery. Frustrated from the lack of updates and bugs, I decided I'd test out Air 2.0. Let me say, I'm extremely disappoi... Is there anyway I can control the volume on the main output device. A code example of changing the volume be great. Hello Frnds can any body guides me how to open a folder of my system.actually i am using adobe air 2.0 for making a simple application in which i send and recived files.I simply uses File Class for extarct the nativep... Hello Folks I am newbie on Adobe platform. I am creating a HTML/ AJAX desktop application using Adobe AIR 2.0. I have a requirement to connect with the database kept on my server. Kindly let me know, ... I'm building an app that loads images in from my websever. Is there anyway I can store the image locally. So basically when I want to load an image, I check if its stored locally, if not then put it in from the server... I'm developing a kiosk application that I would like to have download files to the local filesystem without user interaction. This is easy enough for most things by loading it into the app and saving it out, but I'm h... Oregon Health and Science University is having me create a application for a health fare that will be available to all age groups. I'm using AlivePDF to create a PDF file, then save it to the desktop. I can th... Hello, I create one air application in that i set profile desctiptor <supportedProfiles>extendedDesktop desktop</supportedProfiles> also set version of 2.0 <applicati... Hi, I'm writing an appliaction that reads jpg files from local file system, resize them and write to disk. During this process most time is taken by encoding bitmap data to jpeg file format. I'm wondering if i... I want to script publishing an air app( ver 2.0 ) with jsfl using Flash CS5. How can I do that? In flash CS3 and Air 1.0 I was able to use FLAir.PackageAIRFile but in CS5 FLAir object is not exists. How to transmit audio played on my computer to the flash media server with Adobe Air? Adobe Air is not going to play the audio but my winamp or windows media player. I'll play something on windows media playe... I got above error when I tried to export a release build, the problem is the ***-app.xml, there is a line in the file: <supportedProfiles>extendedDesktop</supportedProfiles> which the air doesn't support... error 306: Descriptor must support the profile desktop, mobileDevice, or extendedMobileDevice
in Archived Discussions
BackI have an application I am converting from Flash AS3 that uses the Loader class to load swfs and other files. It is currently using relative paths like "../swfs/game.swf", but these give a URL not found error when run... Hi, recently I have came across a nice feature of AIR 2.0. We can launch external applications, without compiling our applications to work in extendedDesktop profile. The idea is very easy, it is using Java WebStart ...