Join a global community of Adobe Air users and developers.
Als letztes aktiv
The resolution seems to be a hack - which when you rename .ane files to .swc, it works.I came across this workaround here: http://stackoverflow.com/questions/11112705/using-ant-mxmlc-task-with-native-extension?rq=1<mxmlc file="${app.root}/app.as" output="${output.dir}/app.swf" allow-source-path-overlap="true" debug="false" actionscript-file-encoding="UTF-8" swf-version="19" > <load-config filename="${framework.root}/air-config.xml"/> &nbs
HelloI am working on Air 3.2 for iOS project . I am making a game. I have made sure to put the UDID of two devices , my iPad 2 and my iPad 4 retina in the mobile provision.I am able to install the app on my iPad 2 using iTunes but i am unable to install it on iPad 4.This is the error i am getting.http://puu.sh/303Bj.jpg ( link to screenshot)Unable to install error is commingthe app is made in flash professional CS6on windows systemThank You
With AIR 3.8.0.440, iOS build with "adt -package -target ipa-ad-hoc" fails with a linker error:ld: -pie can only be used when targeting iOS 4.2 or laterWhat's the correct option to suppress this error or does it need a fix for adt?In the app.xml, <key>MinimumOSVersion</key> <string>5.0</string>is already present in the iPhone InfoAdditions section.(Building the same app with AIR 3.8.0.370 is fine)
Hi,Moving from to NativeDialogs ANE due to a possible bug in the old NativeAlert version.In the old one, we had to call NativeAlert.dispose(); when closing the app. Now this isn't necessary with NativeDialogs?NativeAlert.dispose(); or NativeAlertDialog.dispose(); work...
Hi,I have problem with BLOB in SQLite using Adobe Flash Builder 4.6I am able to read BLOB data using cast to ByteArray: protected function getBlob_clickHandler(event:MouseEvent):void{ var file:File = File.documentsDirectory.resolvePath(myPath); var sqlConnection:SQLConnection = new SQLConnection(); try { sqlConnection.open(file); var stt:SQLStatement = new SQLStatement(); stt.sqlConnection = sqlConnection; &nb
I created a Flash APP in "AIR for Android", but when I tried to submit it in the Amazon App Store, Feedback get the following error:Your app has failed a test case.Bug Description: Call interrupt failSteps to Reproduce:1. Launch the app2. Make an incoming call to the device3. The audio of the app is heard during the callOS/Device(s) : 2.3.x / Samsung DevicePlease correct the issue(s) we found with your app submission.Alguem knows how solve?
I had a complaints from Android users that were getting the error "package file was not signed correctly" when trying to install my app. I found one of my test devices had the same issue (Galaxy Note). Most didn't see if but other apps I compiled and tested on the Note using 3.7 also had the same issue. When I reverted back to 3.6, it worked on all test devices. Any one else have this isse?
I finished my app yesterday. The app size is 209mb. Now i noticed that the file size limitation of the android market is 50mb.I have a lot of attachments in my app. Over 2000 jpg´s. Is there any way to split the attachments? I am working with Flash Profesional CS 5.5.Best regards
Hey everybody,does anybody know if it's possible to show the native spinning wheel in an AIR ios App?Via a Native Extension perhaps?Have Googles my brains out, but can't find anything.
Hi all,We're trying to upload a new version of our app - an update - but we keep getting errors which are very odd.The Application Loader app informs us that we're trying to access the UDID through the app and using non-public APIs.Both of which we're not doing PLUS the original app got uploaded and passed for sale with no issues.So...we're now using Air 3.7 and/or 3.8.Has anyone come across these issues before? VERY odd and very frustrating as we've spent 6 months on this app and now something really strange is preventing us from uploading the IPA.I'd attached a screenshot of the error but for some reason Application Loader won't even log me in now!Anyone else experiencing issues at the moment?
This question was posted in response to the following article: http://help.adobe.com/en_US/as3/iphone/WS144092a96ffef7cc-4ae52ec4126ab9d6ce6-8000.html
I'm running FB 4.7 with Flex 4.6 SDK and Air 3.6 SDK overlayed. I'm not seeing the below additions to the File API:1) File.cacheDirectoryI2) File.preventBackupI must be missing something?
Hello!I'm trying to build and launch sample native extension written with C++ on Android device.But threI have:1) Code of native library: -----------#include "FlashRuntimeExtensions.h"#include <stdint.h>#include <stdlib.h>#include <string.h> FREObject nativeFunction(FREContext ctx, void* funcData, uint32_t argc, FREObject argv[]) { uint32_t length = 12; const uint8_t* value = (const uint8_t*)"Hello from C"; FREObject retObject; int res = FRENewObjectFromUTF8(length, value, &retObject); if (res == FRE_OK) { return retObject; &n
Hey All,I've been searching on the internet for days and could't find the sollution, so therefore this post.We need to find a way to recognize an iOS user even after restore / new device.I've read that up from iOS 5> the UUID has been removed.How can i still identify a user?Thanks in advance for your effort in helping me!Grtz
This question was posted in response to the following article: http://help.adobe.com/en_US/as3/iphone/WS789ea67d3e73a8b2-240138de1243a7725e7-7ffe.html
Hi All,I want to know that is there any event in Adobe AIR,which can listen that the "Clear" button inside the notification area has been clicked.And also is it possible to listen that event, when the application is not running?Any help will be appriciated.Thanks in advance Sunil
I've created a really basic project to test the DatagramSocket in AIR 3.8 & Flash Player 11.8, but the DatagramSocket.isSupported property is coming back as false...even though Adobe says it is supported on Android & iOS.Another new feature is ServerSocket, when I trace that out it comes back as true. Has anyone had trouble using this?Capabilities.version = IOS 11,8,800,49NativeApplication.nativeApplication.runtimeVersion = 3.8.0.440DatagramSocket.isSupported = falseServerSocket.isSupported = true
I installed air on a tablet (samsung galaxy 2) I also put a .air file I compiled on my pc onto tge tablet when I attempt to run the air file it replys with , unable to find application to pref8rm this action, sadly this wasnt as simple as I hoped , what steps did I miss?
Hello,I'm working on loading multiple swf files for ios. This is what I have done so far (note that I am AS3 beginner).I have loaded all of the swf files on the first frame of the main.swf, and set them all to invisible. In subsequent frames I have changed the loaded swf files to visible and then again to invisible.I have added the main code below. You can download all of the fla files from: https://www.dropbox.com/s/swbkjundbmizu1n/Adobe.rarMy question is, how do I set it so that every time I move from one loaded swf file to another, all of the swf files are sent to their frame 1. For example, let's say I am viewing swf file #1. The swf file contains buttons that allow me to proceed through the swf file. When I reach the end of the file, I click to view another swf file, say swf file #2. When swf file #2 appears, swf #1 file is reset to invisible. I would like it that not only is it set to invisible, but is also returned to its frame #1. If I do not set file #1 to frame 1,
AIR SDK 3.8.0.440 has flash.display.DisplayObjectContainer.stopAllMovieClips():void instead of stopAllChildren(). Is there any change in the behavior (stopAllChildren was not actually working it seems), or is it still unsafe?
Hi,I started a thread on this but it got archived: http://forums.adobe.com/message/5288490#5288490Since logging this I have added a test project. There seems to be no way of notifying dev that this was done, so could the admins here please do so?thx
Air has stopped listening to orientationChange events during a fullscreen native video on iOS 6. Previously worked with iOS 5.ie. iPhone app is in portrait mode. User clicks on video hosted in stageWebView and makes it fullscreen. If the user rotates device for viewing (common for native video playback) and then hits "done", the video will close but the app will not have registered the landscape orientation change.Anyone else notice this?PS. Tested AIR 3.6 and 3.7
hi,I am developing HTML desktop app using adobe AIR. Thought i can use it like browser page. Its not able to handle all jquery ,bootstrap etc. So removed all . just created a simple form with static combo box with many values.When i opened combo box and selected value whole screen redrawing( you can see it flicker). Annoying as hell. When i click button or type in input field its not happening.Anyone have clue?. I tried this same page in TideSDK ( its not flickering there).But i am gona go with AIR because of update feature but i need to get rid of flickering issue before i go any further. Anyone here done HTML form in adobe air?Please help. I am having headache all day on this issue. Advanced Thanks .
I'm making an app for iOS (iPad specifically) and am having an issue. I have an input text box in my app called 'answer' - when a user types in a correct answer I need the text box to go blank again so they can enter another one. This works fine typically by simply doing answer.text = ""; however when publishing this app with Air for iOS, when a user types in an answer the input text box does NOT clear itself - the answer remains in it (the quiz does respond to the correct answer so it does read in the input text fine), however answer.text = "" for some reason does not clear the text box in the app when testing it on my iPad. Any clues on this? Thanks in advance.
Hello,Is there a way to get the contact list of the device (iOS/Android) in Air 3.0 ? Or are we obliged to use the native extension to get this informations ?Thank you for your replies Loïc
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.