Join a global community of Adobe Air users and developers.
Als letztes aktiv
Running 64-bit Windows 7, Flash Pro CS5.5, and Air 3.1Getting the following errors when trying to compile to iOS for testing, hoping someone can help:## A fatal error has been detected by the Java Runtime Environment:## Internal Error (0xe06d7363), pid=11372, tid=9324## JRE version: 6.0_18-b07# Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode windows-x86 )# Problematic frame:# C [KERNELBASE.dll+0xb9bc]## If you would like to submit a bug report, please visit:# http://java.sun.com/webapps/bugreport/crash.jsp# The crash happened outside the Java Virtual Machine in native code.# See problematic frame for where to report the bug.#--------------- T H R E A D ---------------Current thread (0x0054a000): JavaThread "main" [_thread_in_native, id=9324, stack(0x00210000,0x00260000)]siginfo: ExceptionCode=0xe06d7363, ExceptionInformation=0x19930520 0x0025f428 0x4a716374 Registers:EAX=0x0025f390, EBX=0x4b737b00, ECX=0x00000003, EDX=0x00000000ESP=0x0
Hey all,I'm trying to use a native extension due to an app rejection about the new storage guidelines. I'm hoping someone can help me figure out how to use a native extension from Flash CS5.5 and the adt command line utility (I've never used before). Apples storage guidelines in 5.0.1 require files saved to Documents (and other places) to be marked with the icloud "do not back up" bit. I'm trying to use Adobe's IOS 5.0.1 data storage native extension to do that as I have file sharing enabled and my app downloads files I want the user to be able to copy to their desktop. From the bits and fragments I'm reading all over, getting it to compile means using the command line adt tool (I've never used it before) because Flash Pro CS5.5 doesn't support native extensions. Also, this native extension requires a v14 SWF published (11.1) and CS5.5 only goes up to 10.2 (or higher if you install the players). I edited the AiriPhone.xml file and pointed it to an AIR 3.1 airglobal.swc and I have AIR 3
hi there people!I've decided to experiment with multitouch basics:import flash.display.MovieClip;import flash.events.TouchEvent;import flash.events.Event;import flash.ui.Multitouch;import flash.ui.MultitouchInputMode;var i:int=0;Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;function touchBegin(evt:TouchEvent){ i++; trace(i);}stage.addEventListener(TouchEvent.TOUCH_BEGIN, touchBegin);function touchEnd(evt:TouchEvent){ i--;}stage.addEventListener(TouchEvent.TOUCH_END, touchEnd);the results are strange - on every touch_begin event touchBegin() is called twice and on touch_end only once so "i" is getting bigger and bigger...any idea?
I've been working with my client for the last 3 weeks to get our iOS air app deployed to their enterprise MDM solution. We've exported with every combination of settings and certificates both via adobe settings and apple developer settings and seem to be unable to deploy using this method. Can anyone offer any assistance?
HiI have a requirement to load an HTML 5 webpage into an iOS AIR app and overlay a video component on top of it. I understand that this isn't really possible given that StageWebView is outside of the display list and will appear on top of my display list objects. I could take a snapshot of the StageWebView and hide it, but there are elements in the HTML page which are interactive - doing the snapshot will prevent the interaction. I wondering if anyone has an elegant solution to this problem? Could I somehow get an instance of iOS Safari and include that in someway (I thought I saw something todo with native maps in AIR iOS a month or two ago)? Alternatively could I write a native iOS app and load my AIR app into that? Thanks for any thoughts.Ben
Upon installing the Installation disk a drop down box states my computer's system is not compatible along with a statement "your system has not been modified" My computer system does meet and exceed the Adobe stated requirements. What do I need to do to i nstall this software?John
We are getting numerous reports this morning from customers who cannot run our AIR app. We know that at least one user is able to run it without issue, but since we are getting so many of these reports, we know that this is not an isolated case! Here is an excerpt from a log file that one of our cusomers gave us:Oct 13 10:01:57 Robert-Packs-MacBook-Pro Adobe AIR Installer[319]: Runtime Installer begin with version 3.0.0.4080 on Mac OS 10.7.2 x86Oct 13 10:01:57 Robert-Packs-MacBook-Pro Adobe AIR Installer[319]: Commandline is: -psn_0_180268Oct 13 10:01:57 Robert-Packs-MacBook-Pro Adobe AIR Installer[319]: Installed runtime (3.0.0.4080) located at /Library/Frameworks/Adobe AIR.frameworkOct 13 10:01:59 Robert-Packs-MacBook-Pro com.apple.launchd.peruser.501[142] ([0x0-0x2c02c].com.adobe.air.Installer[319]): Job appears to have crashed: Segmentation fault: 11Oct 13 10:01:59 Robert-Packs-MacBook-Pro ReportCrash[320]: Saved crash report for Adobe AIR Installer[319] version 3.0 (3.0.0.4080) to
I have an app in Adobe mobile AIR. Everything was ok until update to iOS 5.0.1. Zoomed textField with antialias for readability behaves very strange when is dragged.Please watch the movie: www.youtube.com/watch?v=0tdkNYT1x4AAnd one more example: http://www.youtube.com/watch?v=xwdpDecN7i0&feature=youtu.beWhen I set readability for animation every thing is ok, but then fonts are less readable.I also tried:- cache as bitmap- dynamic text field- render as html- different fonts- embed fonts- disable kerning- etc.always the same, especialy when iPad is more busy (new elements show etc.)I'm using Flash Builder 4.6 with 4.6.0 SDKNow i made same project in AS3 without flex and seems to work 😕😕 So I think its flex fault 😕😕
Same here under win7
Hi Folks , i do want encorporate a MAP (google map) in to my application of blackberry Tablet Os.Could please give the way to achieve the MAP.Regards,Madhu.
I got these errors when trying to submit my app via the ApplicationLoader to the AppStore:1. "There is no dwarfdump executable defined."2. "Application failed codedesign verification. The signature was invalid, contains disallowed entitlements or it was not signed with an iPhone Distribution Certificate."The first error disappeared after a software update on my mac!I revoked my certificate in the provisioning center and made a new one to solve the second error. It doesn't work.I reinstalled Flash Builder...doesn't work.The Apple support team told me to use the validate function of xcode, but I don't have one or is there a possibility to do this in Flash Builder?I have already submitted two applications and everything worked fine.I use the same .p12 file as for these two application and I also created a new one because nothing seems to solve the problem.Could it be that Apple changed something in the publishing process?In my app.xml there is the following hint for iPhone:<iPhone>&
Problem Description:The frame rate of my app drops dramatically if I use:cacheAsBitmapMatrix or cacheAsBitmapor if I add a child of a sprite instance which are already cached are added to the displayList.This behavior only takes place in Android 4.0 GALAXY NEXUSThe App runs on slower devices: Galaxy 2S Android 2.3 and iPhone 4 super smooth (iOS 5)Is this a known issue with the new operation system ICS 4.0
Hi to all, I got a response from webservice send by server,now i need to load and parse it as xml,how to proceed on the issue after getting response please try to solve my problem.Thanks & rRegards
Hello,I developed my first-ever iOS app using Flash CS5.5 (the app has stability issues, addressed in a separate thread). Next on the list is Android deployment.Can anyone indicate if Flash CS5.5 can be used to develop Android apps for the Nook Tablet? My problem is that the Android-based guidance I've read tells you to take your Android device and configure it for "USB Debugging." The Nook Tablet has no such setting, unlike many other Android phones and tablets. Basically, I need current step-by-step guidance on Android development, plus any guidance on anything different that needs to be done for the Nook Tablet. Thank you for any advice.
AIR Application crashes on MAC OSX LION(10.6.7)DescriptionProblem Description: When the mouse is over after the execution of the program ends abnormally.Steps to Reproduce:1. Launch AIR app.2. Mouse over or Move AIR app window.Actual Result: AIR application crash.Expected Result: Must not shut down, and normal operation.Any Workarounds:* Java SDK, Flash Player is already installed.- Use Flex SDK 4.51. LION occurs when a clean install.2. Flash Builder 4 / 4.5 does not reproduce when you install.3. After installation, you can uninstall Flash Builder, again does not reproduce.4. The Crash Log is attached.- Reproduced in Adobe AIR 3 Beta- If the link below for the same phenomenon appears in the action.(http://forums.adobe.com/thread/843555?decorator=print&displayFullThread=true)- My MacOS file system is non case-insensitiveAttach crash log.. ======================================================================================Process: 공디스
The Jira system doesn't send me any confirmation email. So I can't log in. Alright, I know I should contact the webmaster, but his email address at jira_support@adobe.com is broken. Ugh! Where do I go from here?
When I try to apply AdoberReaderPatch10.1.2_CPSID_92870 I receive an error message:Error: Adobe Reader 10.1.2 is not installed on this machine. At the bottom of http://kb2.adobe.com/cps/928/cpsid_92870.html is lists Acrobat 10 as affected product.I am running Acrobat Pro 10.1.2.Is there a version of the patch that will install on a Windows XP Pro SP3 machine running Acrobat Pro 10.1.2?
Hey peopleBlend multiply works on iPad?tanksBruno Brustoloni e Oliveira
how can a world's famest design/creative softwer development company have a forum with 3 serch boxes and none of them shows result inside a current section? talking about UX... wtf?
Has anyone used the facebook-actionscript-api to make social graph updates to users Facebook timeline? I have got likes and status updates going from my AIR app though struggling with the open graph.I have created Facebook app and activated open graph and added some actions/objects/aggregators and previews (eg action:watch, object:video).I have connected via my AIR app, passed the "publish_actions" as a permission and called facebook graph with the url "/me/video.watches" and a POST param of movie:""http://www.imdb.com/title/tt0117500/".I get Facebook API error: "(#200) Requires extended permission: publish_actions".I could not find any posts out there for Open graph/AS3 dev. Anyone having similar issues or can shed some light?Thanks
Hi,I have created a tile scrolling list! It works on my Galaxy S2 with perfect 60 fps I can go even higher with the frame rate but I don´t need it.But if I try the very same app on my new GALXY NEXUS (Samsung) OS - Andoid ICS the frame rate drops dramaticaly!I have isolated the problem! Every single cacheAsBitmap and cacheAsBitmapMatrix operation causes a frame rate drop by 50% on my GALAXY NEXUS with ICS.I have tried to optimize the code, which runs already perfect on much slower devices like my Galaxy S2 and even on my iPhone 3G, with no success. At the moment I am convinced this ist a big bug in AIR for ICS!People at Adobe please fix this bug or tell me what I can do.To all developers WARNING! Your code won´t run perfect on ICS Devices.LG
I work in a enterprise enviroment. After Installing Acrobat update 9.46 on two Win 7 pro PC's. IE is automatically starting at startup. I've checked the startup folder and msconfig for IE, Iexplorer.exe. Neither is showing in either location.This started happening right after installing the 9.46 update. Anyone experiencing this issue? Does anyone know of a fix SHort of a reg hack? Thanks in advance.
Is there any way to show your applications splash-screen while the Captive Runtime loads?After packaging my air app with captive runtime on windows the app takes a few seconds extra before showing on the screen. The taskbar-entry appears fast, but the application main window appears much slower than when packaging as native installer without runtime included.
Can't get Adobe AIR to Install. Any Suggestions?Windows 7 Home PremiumDell Inspiron[2012-01-26:09:32:07] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86[2012-01-26:09:32:07] Commandline is: [2012-01-26:09:32:07] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR[2012-01-26:09:32:09] Launching subprocess with commandline c:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Resources\Adobe AIR Updater -installupdatecheck[2012-01-26:09:32:09] Runtime Installer end with exit code 0[2012-01-26:09:32:09] Runtime Installer begin with version 3.1.0.4880 on Windows 7 x86[2012-01-26:09:32:09] Commandline is: -installupdatecheck[2012-01-26:09:32:09] Installed runtime (3.1.0.4880) located at c:\Program Files (x86)\Common Files\Adobe AIR[2012-01-26:09:32:10] Performing pingback request[2012-01-26:09:32:11] Pingback request completed with HTTP status 200[2012-01-26:09:32:11] Starting runtime background update check[2012-01-26:09:32:1
Hi,I'm using Flash CS5 and I wanted to create an universal app (iphone + ipad). Then I click the "iphone IOS settings" there is no device menu, so I can't choose the desired devices..I dont know why the device menu has disappeared? I saw on several video tutorials, that you can simply choose the desired device.But then I look at my own project and I click the "iphone IOS settings", I cant find any "device" menu by the "general" tab.Does anybody know how I can resolve that problem?
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.