Join a global community of Adobe Air users and developers.
Als letztes aktiv
I am looking for a definitive answer as to whether or not Adobe Air 3.1 can be deployed via Group Policy? I've found material on the web that is very contradictory. Can it be done and if so how? I can't find any solid instructions on how to deploy this application and need to have it installed on about 60 desktops. We are trying to deploy the Salesforce.com Desktop Chatter application. Any helpful info is greatly appreciated.Thanks!
Greetings, and new here. Did a search but didn't come up with anything helpful, just a lot of very technical stuff. I am very simply trying to use an old version of Photoshop 5.0LE that I got with a camera I bought on a new PC with Windows7 Pro 64bit. I use Photoshop sparingly, but do on occasion and do not wish to purchase anything more elegant as I have no need and not much money. I appreciate any help you might give. I have heard there is a process but haven't been able to get it to even open the .exe file to try to install it. I get a message something like "This version of Photoshop does not work with Windows7," (kinda makes me wonder why I even upgraded the OS since the XP Pro I had on my old machine worked very well with all my programs.Please help.Thanks.Highdesertdweller
We just built an app based on Adobe Air geared at education clients (which don't own full rights on their computer). We are running through a lot of complains regarding the installation process: typical problems involved the request of admin rights to install the platform. A message requiring the user to have admin rights shows up even when the operator has admin rights. Other problems happen when the Adobe Air is offering an update and block the access to the app.Is there any recommendations about the best way to handle that installation problem in schools computer?
While I already have a workaround I would like to know if there are any better fixes for loading a html document with a query string into a StageWebView on ios.Currently if I call the loadURL function with a url like "file:////index.html?test" the ? symbol gets change to %3f and the file does not load properly. The only fix I have found so far is to load the index.html file and then when the load complete event comes back to call loadURL again with a javascript call to fix the url such as loadURL("javascript:window.location = 'file:////index.html?test';");This in turn makes the webview reload as it should but this time with the query string in the location.I am using Air 3.1, though I have noticed this error in past versions of air, this is just the first time I will need the functionality implemented in a project.Thanks for your help,Richard Pitul
I've hired a developer to create an air app for me on Android. The app needs to record audio from, and send audio to, the user, ideally via a Bluetooth earpiece. The developer tells me air doesn't support Bluetooth earpieces, which surprises me (he's gotten the app to work with a wired earpiece/mic). He's new to Android, though (I hired him for other expertise), so I just thought I'd double-check here. Is a Bluetooth earpiece/air/Android app really that difficult? If there's a way to do it, can someone give me some pointers to pass along? Thanks.
I have an app that downloads data from the internet into a local SQLite database. The data is not user-generated and Apple rejected my app because of this. The database cannot be stored in /Documents/ but it should be stored in /Library/Caches/ How do I change this?
Hi, I developed a form mail in AS3, using an external PHP document.It sends a mail directly to my address and it works perfectly with iPad and iPhone.Now... what I need at the moment, is to attach to my mail a photo captured at the moment directly from my app using CameraUI.Is there a way to do that in Flash CS5.5 and AIR 3.0 ?Thanks for the suggestionsBrandon
I use Rosetta Stone and recently it prompted me to upgrade Adobe Air. I upgraded my version and now Rosetta Stone no longer works. Tried uninstalling and reinstalling Air a few times, nothing works. I'm on Windows Vista. Worked fine before the update. Is this a problem others have had? Can you help?
If you tap the Settings icon in the iPad/iPhone and scroll down in the left column, you'll see some application icons (Skype, for example) that when clicked offer user settings.Is it possible to do that for an AIR application? How do I add that application settings menu icon there and how do I access that from code?I've read it's called "settings bundle" and it's accessed through NSUserDefaults, but I'm not really sure.Is this possible from AIR or would it be necessary to access that through a Native Extension?Thanks for your help.
Hi all,Now I need to do a game, the user can take screenshot of the game by pressing the screenshot button I designed for them,after they took a screenshot they can send to server & facebookDoes adobe air for IOS have this function which I can do this in PC, but how can I do this in Ipad?
Hi, is there some sort of tutorial about establishing a connection between a mobile AIR app and a facbook account for login or data retrieve purposes? Is there something like this for twitter also?
Hi, I'm using Flash Builder 4.5.1 to create iOs and Google Android apps. But I have a problem : I can't try my app on my android phone, my Samsung Galaxy Ace.It gives me this error :Failure [INSTALL_FAILED_INVALID_APK]How can I fix this problem ?And i have an other question : Will my app be available for all Android phones or just Phones which supprt AIR ?Thanks,
Is there a way to compile an AIR for Android app using AIR 3.2 beta in the newly released Flash Builder 4.6?- Abey
Hi My name is Wallace Smith. I am a soldier in christ's army and really need some help from anyone who can guide me or point me in the right direction. I am currently working on several projects with a ministry ive been involved with for several years called Iron Mens Ministry. www.ironmensministry.com. Please take a look and that will explain a little of what Im trying to relay. I was approached about building an apparel store where men can buy there apparel online with convinience all prociets go back into the ministry. Ive chosen godaddy.com to host the site and purchased the quick shopping cart software. Im limited to 20 products, but thats ok for now. I am just about to finish that project. it seems there were alot of technicalities I had to go through like mechant accounts, leasing the domain, adding products etc. While doing all this John Lloyd and I (me) came up with an idea to reach even more men through the internet with an Iron Men App. This app will let a person join ironme
Hi, I've searched a lot here and all over the net and couldn't find answer to this so decided to ask it here. Is it possible to use FFmpeg in a mobile air app. I need to play many video formats so FFmpeg can be used to first convert and then to display them in the app. I've done similar thing in a desktop air app but there I was calling an executable of FFmpeg and my app was listening when it finishes converting and then continued with its tasks. For the mobile I was thinking for a way to embed the FFmpeg inside the app but I really couldn't understand if that is possible at all. Thanks
Hi, I urgently need a code to get car info by writing its licese plate number.Can someone help me?ThanksBrandon
hello & help!airapps display error! 1. this bug alwaysthen play flashvideoin google chrome and minimizing/maximizinggoogle chrome window2. this same bugthen switchOnflashContainer in firefoxThis error makes it impossibleto use the adobe air for XP!
Is there an option to add a user licence agreement to the AIR installer so that the user cannot install your application without agreeing to your Terms & Conditions?
I'm having a strange problems with an air socket server i've written.I have an Air application written using Flash Builder 4. It's basically a simple HTTP server. It's purpose it to open a server on a specific port and serve files (both html and swf) out to a web browser.When i run the air application on my desktop (windows 7, firefox 4.0b11, ie8, flash builder 4 compiled with flex sck 4.1.0) everything works correctly. Whether i run the server through the Flash Builder debugger or actually do the full packaging and install as a standalone air app then run it using the Air Runtime like any user would. I load up the server, punch in the address from anywhere and the page loads, and the requested swf displays correctly. While the server is running on my desktop i've tested clients including Windows XP and Vista with IE8, HTC Evo4g Android phone, and the Playstation 3 browser. From any tested client with the server running on my desktop all requests are
Hello all,I have been experiencing problems which I assume relate to adobe AIR. A few weeks ago I could not install Tweetdeck, but that didnt matter that much. However now I want to start using adobe Muse and I cannot get past the installer.I open the .dmg, launch the setup. Then a loading bar appears, next a screen with the choice if I really want to install.Afterwards it just shows Muse (Codenaam), this is in Dutch but you probably get it.I waited for 15 minutes but nothing happened, then I tried it while keeping firefox/chrome running. I read this might be useful on this website but it did not solve anything. I also deleted the framework in the library but this did not solve anything.When I quite the application it closes and a minute later I get a problem report containing: Process: Adobe AIR Application Installer [597]Path: /Volumes/VOLUME/Setup Muse.app/Contents/Frame
Hello all, We are a team of developers working on ActionScript 3.0 project using Adobe AIR SDK and Adobe Flex SDK. During the development we discovered what seems to be a major problem with getting MovieClip instances to play correctly. More specifically, the problem has to do with the gotoAndStop method. If, using the gotoAndStop method, you perform a for loop over all MovieClip frames (from the 1st frame to the last one) and go back to the 1st frame again, then, after adding MovieClip to the Stage, the 1st frame won't be set, contrary to what's expected. Instead, the MovieClip selects the last frame, which messes things up. Are there any solutions to the described problem, other than switching to the right frame after the object has been added to Stage?This seems like a 'no way out' situation - any help would be much appreciated. A note: MovieClip itself is being imported from the 'swc' file.
Please download the attached file to view this post
Hi all, I imagined someone would have made an extension that just pops up a native dialog and return the answer but I'm finding no real centralized place for extensions. I see the examples on the adobe site such as the NetworkInfo and Gyroscope and I may have to turn to attempting to wrap my head around creating one. Before I do that, does anyone know if there already is a native extension to pop up a simple dialog?I need to just adjust the title, have the two "Ok" and "Cancel" button setup and get the response from the user. Dimming the screen (modal) so it requires an answer would be great. Any hidden treasure troves of premade extensions?
i am trying to uninstall my trial to be able to reinstall the full version. in my adobe application manager, the uninstallation window is open and it says that it cant continue because i first have to close dynamiclinkmanager. i have no idea what that is or how to close it since it does not appear to be running presenty on my computer....
Hi,I'm trying to establish a socket connection to the remote server with an mobile application written in flash builder. I'm using flex 4.5 sdk.While running the code in mobile emulators, the socket connection is working. But after deploying the application to the phone, I get an #2031 error.the source code is the following:<?xml version="1.0" encoding="utf-8"?><s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark"> <fx:Style> @11909012 s "library://ns.adobe.com/flex/spark"; global { fontSize: 32; } </fx:Style> <s:layout> <s:VerticalLayout horizontalAlign="center" paddingTop="20"/> </s:layout> <s:TextInput id="t" t
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.