Join a global community of Adobe Air users and developers.
Als letztes aktiv
Hi folks, I'm finalising my app. 1) Firstly, do I need to embed a font in Flash to ios? It's not dynamic text, I just want to make sure it appears as that font to the reader.2) I was about to buy the font i'm using for my reading text (Vag rounded), but spoke to the font owners, who told me it would cost £350 per year for one app!! There's no way I'm paying that, so I'm not switching fonts. Apple have a similar rounded device font called Arial Rounded MT bold, so I'm using that. I hope this is all legit for me to use that font if Apple have paid the license. 3) but when it comes to Android, I think we're on our own..It's really the last thing I need! Thanks,Matthere's a list of ios fonts if you haven't seen it:http://iosfonts.com/
I want to open a video file that is packaged into the application in the native video player on the iphone.
Hi all,After developping some tests with AIR for Android, this question came to me : how can I set priority to a swipe event vs a touch event.My application is composed of:The main stage (with a swipe event listener for moving all the content to the right or the left).Some panels/blocs which I can touch/clic to open another clip.Source code is close to that :Multitouch.inputMode = MultitouchInputMode.GESTURE;stage.addEventListener(TransformGestureEvent.GESTURE_SWIPE, handleSwipe);bloc1.addEventListener(MouseEvent.CLICK, bloc1Click);bloc2.addEventListener(MouseEvent.CLICK, bloc2Click);etc...Clicks are working well. Swipe is working well too, but often, when I try to swipe, AIR detect a Touch event first on one of the bloc and cancel the swipe.Is there a good way to "keep" the touch event before knowing if it's a swipe gesture or not ? Or maybe am Im doing it all wrong?Many thanks!
Hallo,this is a serious bug in AIR 2.7.1. As posted in another threat (I opened a new one because of the importance and the testcase) with AIR 2.7.1 suddenly the sound handling of sounds embeded in nested movieclips in the timeline run wild.This is the old threat:http://forums.adobe.com/thread/891766?tstart=0 I coded a small testcase.Please download the FLA from our server:http://apps.oetingerverlag.de/Soundbug_AIR_2.7.1.fla.zip You'll find a scene with a book cover and one button.If you push the button, an event is dispatched and a movieclip (the pig) is started and the pig makes some piggish noises.In the background there is a small animation running, the beaver dips his foot into the water.CASE 1, AIR 2.7:If you compile this with Flash Pro CS5.5 and AIR 2.7 (overlayed over 2.6, as described by Adobe http://kb2.adobe.com/cps/908/cpsid_90810.html ) all is well:If you don't push the button the pig won't move and won't make a sound. If you push the button the pig is animated and makes a
Hello all,I am facing the same issue reported in the thread below about loading images dinamically in iOS apps:http://forums.adobe.com/thread/868630In debug mode (using the Fast Method), images can be loaded dinamically in the iPad application. But when the final app IPA version is generated, images cannot be loaded dinamically. Just embedded images are shown.Can anyone inform if this issue has been solved or if there is any workaround for it?ThanksInacio.
I recently updated an Android app I have on the market with AIR3/Captive Runtime so users dont need to download the AIR app to run my app. Everything works great.The apk/app was previously 5MB and is now 10.2MB and in the market it shows as 10.2MB, no drama, however when I download and install the app on my N1/Gingerbread device from the market it shows the app as being 320kb in Settings/Applications/?? Most native apps appear approx 30% larger on market than device though one native app i notice is 25% larger on device than market. My AIR apps are over 90% smaller once installed on device?This is a good thing for my apps, though I am confused, can anyone explain why this happens and how Android OS measures app size once installed?Thanks
I m trying to make an AIR desktop application to work with Mac.This app is a simple loader using flash.display.LoaderI just can't load an image using this path :file:///Users/myself/Documents/IMAGES/image.jpgI dont know very well mac OS, anybody an idea?Thanx
Hi,We have been using AIR for 2 years and are very fond of the technology. Appreciate the efforts Adobe team is taking.We have an AIR application that uses AMF long polling for recieving updates from the server and AMF channel for request-response model. This application talks to Tomcat server which has blazeds + Java services.We are testing some of the recovery scenarios such as network disconnect, Server shutdown, Kill server processes.One the most concerning issue at this point is when the network connection on the server disconnects1. Client does not detect it is not connected to the server.2. AMFPolling request does not time out3. There is no channel fault or channel disconnect recieved by the client4. Sometimes if the client is reauthenticated back, channels are connected again amf channel works as expected butAMF long polling stops working.The flex SDK version is 4.1 and AIR SDK is 2.0. Blazeds 4 and tomcat 6Please advice how to resolve this issue , we are stuc
Dear Adobe Community,I have been a Flash Pro (AS3) programmer for some time, but since the advent of Adobe Air for Android and iOS this year, I've been seen increasing momentum in the use of Flex and Flash Builder 4.5. For both Adobe moderators/experts as well as community members, what in your opinion and experience, are the advantages of staying with Flash Pro to develop mobile apps vs. using Flash Builder 4.5? thank you for your advice,Alex
Please download the attached file to view this post
I've developed an AIR application compatible with Flash Player. I want it to run it on my iPad, I already have developer certificate. Publish Settings are correct, but it's been 1 hour since i've Publish, still it shows "Publishing...". Any idea? Does it really take such a long time to publish .ipa? My stage resolution is 1024 x 768, .FLA size is 1.63 MB and external JPGs, SWFs and an FLV files are 503 MB.
Hi,I've been working ona Tablet application (Android for now) on last two months and i've been through various performance issues with the 2.7 runtime,now with the 3.0 some have been solved but alot still to be accomplished, here is the list of problems i have encountred on 2.7 and 3.0 no difference on that:1) i'm still trying to understand why on GPU mode the Glow, blur effect have no effect on skins, used catalyst cs5.5 to accomplish the design task. I remember to have read somewhere that those effects caused problems on mobile environment but what if its a requirement and you need it ? Any workaround ?2) I've been integrating the Revolt audio visualizer in my project, taking out all the visualization issua that were deigned for desktop and not for mobile, removed on enter frame listener for computations, added a less expensive timer, managed to calibrate correctly the timing to have maximum framerate but i'm still at a "decent" 13.5 fps which is good for testing, but not for product
I have been playing with the 3D rotations of a movie clip and have noticed some issues. Let me explain the setup. I have a movieclip that has children movieclips. In 2D (working fine), I can tap and drag these children around on the screen. However, if I rotate it on the X axis (mc.rotationX), the movie clip becomes very pixellated. I also noticed that once the rotation is applied, the children in the movie clip I am rotating no longer move (although the event of touch is firing). Rotating it back to 0 doesn't help. The only way I can get the smoothness back and children to move is by re-running the app. I am ok with the pixellation (although not sure why since it is vector) and the non moving children as long as I can get it workign without a restart.Any thoughts?
HI ThereI have used the adobe downloader to download CS5 trial version. Once completed it says extracting files and then an error log with "photoshop_12_1_ls1.dmg error -4960" appears. How do I get PS to install?Thanks
I run Google Voice desktop and Tweetdeck desktop, both of which require Adobe AIR to work. On Wednesday, they just stopped working, citing Adobe AIR as the cause. When trying to get AIR to work again, it told me that I needed to install the latest version for my OS (I run Windows 7-64 bit, and the AIR version would be 2.7)When trying to install, it gives me a message saying that this version is already on my computer. But when I try to uninstall it, I get an error message telling me that the program to uninstall AIR requires an updated version of AIR, and that I need to download/install 2.7...So I can't install, nor uninstall, AIR 2.7 for Windows 7-64. Here is my log:[2011-10-02:16:45:04] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86[2011-10-02:16:45:04] Commandline is: [2011-10-02:16:45:04] Installed runtime (2.7.1.19610) located at c:\Program Files\Common Files\Adobe AIR[2011-10-02:16:45:22] Launching subprocess with commandline c:\Program
I have no problems installing my app on any osx setup except 1, this is my install log:1/19/11 5:45:43 PM com.apple.coreservices.uiagent[994] Wed Jan 19 17:45:43 Macbook_.local CoreServicesUIAgent[994] <Error>: kCGErrorIllegalArgument: CGSGetRegionBounds : Invalid region1/19/11 5:49:03 PM com.apple.launchd.peruser.501[86] ([0x0-0xb20b2].com.adobe.air.ApplicationInstaller[1023]) Exited with exit code: 91/19/11 5:49:19 PM com.apple.coreservices.uiagent[1035] Wed Jan 19 17:49:19 Macbook_.local CoreServicesUIAgent[1035] <Error>: kCGErrorIllegalArgument: CGSUnionRegionWithRect : Invalid region1/19/11 5:49:19 PM com.apple.coreservices.uiagent[1035] Wed Jan 19 17:49:19 Macbook_.local CoreServicesUIAgent[1035] <Error>: kCGErrorFailure: Set a breakpoint @ CGErrorBreakpoint() to catch errors as they are logged.1/19/11 5:49:19 PM &n
If I upload a PDF file to my Android Honycomb device I can open it and I am presented with a seleciton of apps of of which are associated with the .pdf file extension.If I upload an AIR file to my Android Honycomb device when I try to open it I am told that "no app is associated with the .air file extension". Is there any way to associate .air files with the Air runtime to facilitate the "ad-hoc" distribution of air apps?
I have tried v.2.7.1 and v.3.0.0.388 (RC1). I have tried using the compatiblity feature in Win8 that allows it to install as compatible with XP sp3, Vista sp2, and Win7. No luck with any of them.I know that Win8 is not a supported OS, but I'm hoping somone might have an idea for making this happen. I've run into no other problem installing any other apps to this point.-------------The error message I get:Sorry, an error has occurred.An error occurred while installing Adobe Air. Installation may not be allowed by your administrator. Please contact your administrator.------------I am installing this as the administrator.
When I try to install adobe Air 3 I always get this message. "You cannot use this version of the application Adobe AIR Installer with this version of Mac OS X." Do I really have to upgrade os x?
I get the message that I can't install air 3 on this version of mac os x. I already uninstalled old version but system did not let me upgrade. Any suggestions???
Hi all some help would be great here woke up this morning to find error messages after an update seems to be associated with Adobe Air keep getting this when i try to install adobe airAn error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.i have tried all sorts of fixes with no help,I", not even able to uninstall Air .Help Please
Hello,Trying to switch off auto-updates in Win 03. Have tried:- Adobe settings manager- Updating Windows registry keysNothing works..updates are still requestedAny ideas..?
HiDo you know if is it possible a silent update of a new version of Air Framework?I developed an application with silent auto update enabled but if there is a new version of the runtime the update manager asks to the user if he wants to install the update.I found in the adobe website the Air Settings Manager application but it only allow you to disable / enable the adobe air runtime.Can someone help me please?Thank youCarlo
I successfully install Adobe Air, then there is no sign of the program anywhere even though it shows up to uninstall it in the control panel. You cannot find it under a search or on the program list. The only file that shows up is the adobe air installer exe file.
Hello,it seems that the IPA size increases after upload to the AppStore: i have an 8Mo IPA (where near 80% is Air runtime), when it's uploaded to the AppStore i get a 21Mo file to download.
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.