Join a global community of Adobe Air users and developers.
Als letztes aktiv
I have the same problem but on Mac running osx 10.6.8. It will neither update nor uninstall, and says installation may not be allowed by administrator. But I am administrator. And I also did a permissions repair on disc. The problem is stopping me from doing a full disc backup using SuperDuper and updating osx to Lion. I read that if you simply delete the Air folder, it still leaves traces on the system and creates later issues with reinstall. So how do I get rid of it?
I'm testing the performance of my AIR 3.4 for iOS application and I noticed that the creationComplete event is sent twice. It occurs for a View that has in it something as simple a Label. If there is nothing in the View, the creationComplete event is only sent once.What is happening here?
I haven't been activating "Copy Protection" for my paid Google Play / Android Market apps since they themselves discourage it. The result is that one of my more popular apps is already being distributed illegally. As Flash developers, what options do we have going forward?
I am getting this error when I package the app with the command line sdk3.4.I know this is an xml parsing error from the descriptor and the InfoAdditions section but I don't know really how to solve it.Someone ? [exec] [Fatal Error] :1:1: Content is not allowed in prolog. [exec] java.io.IOException: PLIST generation failed due to SAX error:org.xml.sax.SAXParseException: Content is not allowed in prolog. [exec] at com.adobe.air.Plist.newFromString(Plist.java:351) [exec] at com.adobe.air.Plist.newFromFile(Plist.java:325) [exec] at com.adobe.air.ipa.IPAOutputStream.setSDKVersion(IPAOutputStream.java:1067)&
Hi,we developed over 20 apps with Flash Builder 4.6 for Android and iOS.I think something is wrong with the export or we forgot an important fact.We only get German reviews in GooglePlay and the AppStore. We inserted 10 different languages in the AppStore and GooglePlay but the download rate in this countries is really bad until 0.Is it because we developed the apps with the german Flash Builder 4.6?Does it insert a parameter that the app only is shown in Germany?What do we have to consider if we want to publish to all languages?Best regards
I have been undertaking an effort to add languages to my app however I have encountered some issues. My app allows users to add text into a movie clip and then at other points can pinch zoom that movieclip.1. Using device fonts disappear under rotation for classic text box2. Embedding fonts doesn't seem to work (and for all Chinese, Korean and Japanese characters may be too much overhead anyway).3. TLF introduces significant performance issues in the pinch zoom scenario4. Drawing the text to bitmap has some major quality issuesI am looking for any suggestions on alternate approaches to this.
i was prompted to update adobe air, i was unable to, so i removed air think this would resolve the issue.When i now try to install the lastest version i get this error. I have looked thru numerous options on the Adobe Forums and have not had any luck with any of the other suggestions to fix this. Ive run CCcleaner for the registry, System Mechanical Pro,Microsoft Fix it,Revo Uninstaller...and still same error.Windows vista 64bitintel core quad cpu[2012-09-11:21:50:44] Runtime Installer begin with version 3.0.0.4080 on Windows Vista x86[2012-09-11:21:50:44] Commandline is: [2012-09-11:21:50:44] No installed runtime detected[2012-09-11:21:50:46] Relaunching with elevation[2012-09-11:21:50:46] Launching subprocess with commandline c:\users\djdarryl\appdata\local\temp\aird680.tmp\adobe air installer.exe -ei[2012-09-11:21:50:49] Runtime Installer begin with version 3.0.0.4080 on Windows Vista x86[2012-09-11:21:50:49] Commandline is: -stdio \\.\pipe\AIR_4052_0 -ei[2012-09-11:21:5
Hi folks, I need to save some text, or an array, into a server... directly from my app developed in Adobe AIR using Flash (Action Script 3).Can you help me?Thank you so much!CheersBrandon
Greetings,I have 2 native libararies (.so) which I need to include in an apk. It appears that they MUST exist in the following 2 directories:myAPK/lib/armeabi/armeabi-v7aMy team has spent probably 72 hours ellapsed trying to figure out how to do this and we have yet to find a solution. Thus far we have tried:Extracting an .apk archive, manually inserting the above /lib directory as needed, re-zipping the .apk, and then re-signing the apkThis approach was haulted by the fact that no matter what we did in terms of signing, when trying to run the APK on a device, logcat informed us that there were no certificates present. This is almost certainly untrue, but it suggests that we simply do not understand the complexities of re-signing a previously signed APK after we have manually altered it.Including the /lib directory when calling the ADT packagerThis call successfully included the /lib directory, but the /lib directory was located within the APK's /assets directory like
I am unable to get TLF text to work in Android. The app launches and I get some strange dots in the middle of the screen. Pretty simple code below. The reason I want to use this is it seems that TLF text supports rotation when using device fonts. Shows perfectly on desktop emulator for mobile on Flash Pro but doesn't work when published to my app.import fl.text.TLFTextField; var tlfTxt:TLFTextField = new TLFTextField(); tlfTxt.text = "The quick brown fox jumps over the lazy dog."; tlfTxt.x = tlfTxt.y = 20; addChild(tlfTxt);
I have a mobile air project which i compile to a swf. When trying to package the swf using the ADT command i get an exception: Unable to run aapt The ADT jar is in the SDK i've downloaded from adobe I found this open bug on the subject https://issues.apache.org/jira/browse/FLEX-28995. I've tried running it on ubuntu, red hat , 64bit and 32 bit - same error everytime. I'm sure many people use linux machines to package their projects using the ADT tool . I just can't figure out what's wrong. Thanks O.
Since updating to Air 3.4, my Air app no longer displays local images. Is this a known issue? If so what is the fix?I'm using the 'mx.image' component to dynamically display an image specified by the user. The image components 'source' property is set to the specified file's 'url' property. Image is displayed as a broken image icon. Was working until the 3.4 update.Adobe AIR version: 3.4.0.2540. Mac OS X 10.6.8. On Windows 7 the issue does not occur.Adobe Flash Builder 4.0.1Flex SDK 4.1Thanks for any info!- Felix
When publishing an app for ios in Flash 5.5 so that the status bar is visible on the iphone, the app is getting scaled down to fit the leftover size of the screen instead of the status bar going over the app.I want to use the translucent black status bar but can't seem to figure this out. Any help?
Hi,I'm trying to get the camera video content from a Samsung Galaxy Tab 10.1 and to attach it to a video component. All fine through here, but when I rotate the device the video freezes. I've tried to run the same code on an iPad, and everything works just fine (regardless of the device orientation). I was wondering if I have to setup another android permission from the manifest file, or is another workaround.If I set the <autoOrients> tag to false, then the device rotation does not force the application to rotate, and the video is continiously displayed.Waiting for your opinions!Thanks
Hiya guys, I've had a look at modifying the info.plist file (UIRequiredDeviceCapabilities) in my ADT-produced ipa files, and I haven't found a way to limit iPad distribution to iPad 2 only. It seems that you can require certain hardware, but not specific devices. If you have any info it'd be much appreciated!We want to limit it because our app runs fine on 3GS, 4, and iPad 2, but it blacks out and crashes intermittently on iPad 1. Memory usage is varying during the crash, so our working assumption is that the display is eating the conventional memory. More on that in another thread though!
Hello,I have a 75 meg ipa file that takes about 30 seconds to load. Is there a way to improve the loading time or show the loading progress somehow?I am compiling with air 3.1I am building my project with Flash Professional 5.5
I'm new to app development. I'm wondering which platform to use for developing mobile apps. I notice there is flash professional, flex and dreamweaver. I really can't tell the difference.
Dear all,I need a very simple toggle enabled button and don't want to skin the not-mobile-optimized ToggleButton. Since I want to place it on ActionBar, the flat-style button seems good for me.My purpose is simple: when user clicks the button, I want it stay down before user clicks again. I tried to make it by setting currentState but failed. Would anyone give a simple way here? That is to control button state, the best.Regards,Felix
I'm having problems installing Adobe AIR. The installer launches two processes but nothing happens after that. I'm using a windows 7 pc.Here is the install log I found:[2010-09-16:16:41:49] Performing runtime update[2010-09-16:16:41:49] UI SWF load is complete[2010-09-16:16:41:50] UI initialized[2010-09-16:16:41:50] starting user confirmation[2010-09-16:16:41:50] Version of this installer: 2.0.3.13070[2010-09-16:16:41:50] Installed version: 1.5.2.8870[2010-09-16:16:41:50] Installation type: patchNewer[2010-09-16:16:41:53] starting elevated install[2010-09-16:16:41:54] performing an elevated runtime install[2010-09-16:16:41:54] UI SWF load is complete[2010-09-16:16:41:54] starting install[2010-09-16:16:41:54] subinstaller: starting install[2010-09-16:16:41:54] Scheduling runtime installation operations[2010-09-16:16:41:54] subinstaller: Scheduling runtime installation operations[2010-09-16:16:41:54] Active AIR product GUID is {A2BCA9F1-566C-4805-97D1-7FDC93386723}[2010-09-16:16:41:54] s
I am creating an apk build for GooglePlay with Adobe AIR integrated, and my application requires "Full Internet Access". I didn't set this permission requirement, but it appears, why?
Im working in Flash Pro with AIR for Android.I have a single text field and would like to change the language in that text field to match the mobile devices language.How Can I detect the devices language and then change the textfield to match the language?
Since 2 weeks I am having problems in chrome ( don't load sections etc ), if I access with FF all works ok, but with chrome and safari is imposible to navigate to the diferent forums etc...
Please download the attached file to view this post
Hello dear adobe air community!I'm new to air mobile development and i'm currently facing a weird problem with File API and its applicationStorageDirectory property. Please correct me if i'm wrong but it seems that every files stored in applicationStorageDirectory are not deleted during application update, true?In m'y case, I'm using applicationStorageDirectory to store application database with some user settings. Obviously, these settings should be kept during application update process. Unfortunately, they are removed each time I'm updating the application...Any ideas? Can this behaviour should result for a bad configuration of my air descriptor file?Thanks in advance for your help...
The strange thing about this is that on earlier AIR (2.7, 3.1, 3.2, 3.3) the problem was that iPad3 was having memory issues and iPad2 was near impossible to crash.Now running AIR 3.4 Public .. the problem has reversed.I am getting a "Received memory warning" in the XCode Instruments panel.This happens at the exact moment I use the blitMask to capture a fairly large bitmap.var blitMask:BlitMask = new BlitMask(allChapters_mc, 0, 0, 1024, 706, false);TweenLite.delayedCall(1, blitMask.update, [null, true]);The crash occurs right when this blitMask.update is called. on Android, PlayBook and iPad3 there is no problems.Any ideas around this ?
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.