Join a global community of Adobe Air users and developers.
Recently active
I'm trying to use the AdvancedDataGrid and HierarchicalData in a AIR 3.3 for iOS application, but the compiler can't resolve the references to them.The mx namespace is defined as xmlns:mx="http://ns.adobe.com/mxml/2009".What else do I need to resolve these?
I'm trying to add the iOS video player within my app. It looks like you can use StageWebView to launch it but I saw someone had an ANE that handled it using iOS UI controls. Does anyone have a tutorial out there on how to build an ANE that adds Native UI elements? I've only ever seen data being transmitted back and forth via alerts.
HeyI make a app with SQLLite.But if I try a insert our update show me a error with not have permission to write de DB. only ipad. On machine works perfect.Here my code:dbFile2 = File.applicationDirectory.resolvePath("Documents/base.db"); if (dbFile2.exists) { conn = new SQLConnection(); conn.addEventListener(SQLEvent.OPEN, openHandler); conn.open(dbFile2); } &nb
For several weeks I have been working an ANE for iOS Push Notifications (APNS). I now have a beta with the following specs.Methods:registerForAPN( badges : Boolean = true, sounds : Boolean = true, alerts : Boolean = true, newsStandContent : Boolean = false ) : void;unregisterForAPN() : void;askForAPNtypes() : void;setLocalBadge( badgeNumber : Number) : void;Last method doesn't really have to do with APN, but was build in because you probably will need it.All methods are void. For consistency all data is sent back through events.Events:REGISTERING - Just for debugging. Means registerForRemoteNotificationTypes was called.REGISTERED - Means registration was successful. Returns deviceToken on event.deviceTokenFAILED - Means registration failed. Returns error string on event.infoUNREGISTERING - Just for debugging. Means unregisterForRemoteNotifications was called.NOTIFICATION - Returns the payload of an APN as a string on event.info (not yet thoroughly tested, since I don't need it in my ow
I see several problems referenced with Adobe AIR and Mountain Lion support. My application crashes on load as well. Is there a fix in the works for Adobe AIR?
Hi,We developed a iPhone appliaction using flash builder. We used the following resolution icons.<icon> <image29x29>assets/images/x_29px.png</image29x29> <image57x57>assets/images/x_57px.png</image57x57> <image72x72>assets/images/x_72px.png</image72x72> <image114x114>assets/images/x_114px.png</image114x114> <image128x128>assets/images/x_128px.png</image128x
Hello everyone,Let me start with a small explanation of what I am and what I do:I am currently working under the alter ego named "Boompje" to provide roughly 100.000 people a working Mac client for a major online game (named League of Legends). The lobby room (named PvP.net) of this game runs natively through Adobe AIR.The problem can be described as following:On both OS X 10.6 and 10.7 there are zero issues with the PvP.net app. However, on 10.8 (released today) it is impossible to use this PvP.net app. It is abled to launch, but as soon as it needs to connect to servers, it errors out.The only error message that appears is:TypeError: Error #1034Opened log file: /Users/xxxxxxxxxxxx/Desktop/iLoL Open Beta 1.1.app/Contents/Resources/PvP.net.app/Contents/Resources/logs/LolClient.20120725.215638.logModule configurations loaded.We have tried to replace the AIR framework with all 3.x versions, but that is to no avail. Any help would be greatly appreciated. I'll check this post a few times a
I uninstalled air a couple of months ago and something went wrong to the point that air will not install again. I assume some piece of code or file is left over. Air does not appear in the control panel to uninstall it there.Here is the most recent install attempt log:[2012-08-09:00:49:44] Runtime Installer begin with version 3.3.0.3670 on Windows XP x86[2012-08-09:00:49:44] Commandline is: [2012-08-09:00:49:44] No installed runtime detected[2012-08-09:00:49:47] Starting runtime install. Installing runtime version 3.3.0.3670[2012-08-09:00:49:47] Installing msi at c:\docume~1\owner\locals~1\temp\air314.tmp\setup.msi with guid {65CB4C08-C47B-4A7E-A6A4-50C06ADA5FC6}[2012-08-09:00:49:47] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0][2012-08-09:00:49:47] Rolling back install of c:\docume~1\owner\locals~1\temp\air314.tmp\setup.msi[2012-08-09:00:49:47] Rollback complete[2
Hi,When trying to use cameraRoll on a Nexus S with Ice Cream Sandwich I get a message "No External Storage Available" and then it cancels out and returns to my app. I can see the camera roll loading behind the message. I just can't get to it...Is anyone else having this problem? I've got a Nexus S that hasn't been updated to Ice Cream Sandwich and the cameraRoll works like it should.We were meant to be deploying this app tommorow but this is a big problem.Has anyone else experience this? Got any fixes?Thanks,Matt
Hi,Can anyone confirm whether loading SWF with bytecode is an issue for Apple Store validation?The issue is, I am positioning graphic elements loaded as SWF - which works fine - but they are generated by a third party and contain AS classes that I don't need or want, but cannot easily get taken out.I have a working app that reads them and works well, but I don't know whether Apple will object to content containing bytecode?Thanks,G
How do I view local videos on my iOS device running an Adobe Air app? I know how to view the CameraRoll for iOS in Flex on Adobe Air, but the CameraRoll class only brings up photos, no videos. When I use:if (CameraRoll.supportsBrowseForImage) { var roll:CameraRoll = new CameraRoll(); roll.browseForImage(); &nbs
I write an application (AIR-Android with Flash Builder) which can play internet radio stations (streamed audio in mp3).When I want to stop the stream like myChannel.stop() / mySound.close(); the sound is stopping but the stream is still loading (I can see it with a network monitor app).Streaming audio data won't stop unless I quit the application or I switch my connection from WIFI to 3G or from 3G to WIFI.I do not have this problem with Air for Mac and IOS.How can I solve this problem ?Bernard
I downloaded AIR 3.3 and installed it. from the downloaded site, it says that a version is available for windows 7 x32. I have extensions in dreamweaver that won't work and AIR is the suspected cause according to the developer. I have windows 7 x64 and using CS5.5. I can't get the sample extensions off of the Adobe website to work either. Adobe tech support denies that it might be a problem with their software. I have also tried to run it in compatibility mode and tested the extensions, but can't complete those installs without a properly functioning AIR. The extensions are Zpose photo gallery and TourDeFlex. Anyone else having the same issues?
When PersistenceManager save() returns false what are the likely causes of the failure? Is it safe to simply retry or retry after a short delay? The documentation is lacking with answers on these questions.
So, I need a straight answer. Can I use Shared Objects for my game, or will apple fail me for using them? Will Shared Objects be backed up with iCloud? Thanks,diss.
Hello,is there a way to use TTS (pico tts) from Android to make speaking app ?regards
i have an Air for Android APK compiled by Flash CS5.5 that shows support for languages that are not in the app. I successfully removed these in my iOS apps, but am unable to find out how to do this for Android apps. Anyone developed a process to fix this?
Hey Everyone,I've just literally finished creating my first air app, using HTML + AJAX. I am using shadowbox.js to provide a modal window which contains within it a form. There's no iframs's involved, just a shadowbox container for the form, which is built dynamically using a Javascript function.Everything is working fine, apart from the fact that pressing the space bar doesnt insert a space into any of the fields. SHIFT + space works fine.In every other text field in the app, space works without an issue.I've not got any code which binds event listeners to any of the fields, so its not something i've accidentally coded in. I don't see any errors in DW site reports when running a test. It fails in both preview, and end packages versions.I've tested appending text form fields into other areas of the app and they work fine with space, it's literally just inside the shadowbox.Also, does anyone have any idea how I can solve this? Am thinking I may have to write my own basic modal window in
Is there auto orientation in iPhone and android by using flex mobile development
Hello, I am using the Flex 4.6 SDK with AIR 3.3. From updating from AIR 3.1 I noticed that I can no longer change the orientation when using the emulator in Flash Builder. Is there a fix/work around for this? Thanks!*edit I have noticed that orientation works on iPad and iPhone devices but the application will not orient landscape/portrait on android tablets/phones
Hello everyoneHope someone could help me.I have 3 questions regarding AIR on ANDROID:1. Is there a way to catch the event when a user presses the HOME button?2. Is there a way to catch an event before the app is going to deactivated mode? (Something like right at the start of deactivating).3. Is there a method that makes the app acts as if the HOME button had been presserd? (A method that would send my app to the background)Thank you very much
Have created a fullscreen app in landscape mode with flash CS6 (air 3.2) However the system bar is visible in the android 4.0 device (samsung GT-P3100) and the app shrinks to only fit above the system bar. Any chance to hide the bottom system bar?screenshot attached.Installed Air beta 3.4 on the device.
In CS5.5 I had some problems with native extensions, but that's ok, since CS5.5 was not ANE-aware (it was released before that).But in CS6, it's even worse. It just deletes the whole <extensions>...</extensions> from my "xxx-app.xml" descriptor file each time I publish my SWF. Why?It shouldn't do that! CS6 supposedly works with ANEs (it even has a special ANE icon in the "ActionScript settings" window, whereas CS5.5 didn't), so why is it removing my extensions from the descriptor?
Hello,I am sorry if my question is not relevent but i am facing an installation issue with air bundlled with my exe app.I have created my air app as myApp.exe with flash cs5.5.Air 2.6 has been embeded with the package.If i try to install the package on a system without having internet connection, its asking "Air runtime not found, please download or contact app provider".if net connected,then it will install fine.Actually my app requires no internet acces and purely its an offline desktop app.Actually is there any background checking / updation is going with the bundled air ?i have stucked in between this.any help would be appreciated.thanks,Arunraj
Hi,This is related to the thread:http://forums.adobe.com/message/4569652#4569652Sorry for all the support I'm asking, I think I'm almost there!I contacted Burstly support, and I was able to solve most of my problems. I updated my config.xml file with the framework and librairy they told me to add, which caused most of the problems to go away.I checked with flurry and from their latest SDK (4.0.1) it seems we now only need to import "Flurry.h", which should contains both the Analytics and AppCircle required by Burstly.I also added the -all_load flag you told me to add. I'm pretty confident I have all the framework and lib linked correctly.When I'm trying to package, I get this error though:ld: duplicate symbol __ZN7avmplus14ErrorConstants23playerErrorMappingTableE inC:\\Program Files (x86)\\FlashDevelop\\Tools\\flexsdk\\lib\\aot/lib/libRuntimeInterpreter.arm-air.a(PlayerAvmErrors.o) and C:\\Program Files (x86)\\FlashDevelop\\Tools\\flexsdk\\lib\\aot/lib/libRuntimeInterpreter.arm-air.a(P
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.