Join a global community of Adobe Air users and developers.
Recente
All swfs have actions in thier timeline.
Hi,Is it possible to compile an Air standalone (portable) app for Windows, where all files are in only one folder except for the launcher icon? -folder (.swf, app icons...) app launcherAny feedback welcome
Dear I develop app for ios using adobe air i need to loading and download swf in my server to my local device i make it loading from server and play but i need to download it locally in device to play offline Please Help Thank You
Hi All, I know how to play MP3s using Adobe Air, but I have no idea how can I possibly use the INTERNAL MUSIC PLAYER of iOS with Adobe Air? Is tha possible? Is there any native extentions for this purpose or some codes??Thanks a lot and I appreciate any help in this case please?Ali
So I have a bunch of images in a Menu. I remove the menu from the display list, then load a photo album that loads retina images. This photo album deals with adding removing images, memory management, etc. When I close the album, I clear the memory and then I add the menu again to the display list. Now the menu animations suffer some stutter, and after some time the stutter disappears.I dig with Scout, and see that the frame rate drop is because of "decompressing images". Problem is, I'm not loading any images at that point. The images on the menu were already loaded with ImageDecodingPolicy.ON_LOAD, and I haven't removed them from memory, only from the display list.Anyone can help me figure out what is happening?I'm compiling to iOS with Adobe Air 4 and 13, same result, and testing on an iPad 3 with iOS 6.
When testing my app in Flash IDE, randomly and without reaspon (no bug), the player closes : [UnloadSWF] myclip.swfTest Movie terminated.My clip is pretty intensive since it uses Starling and Nape. Used to work ok on small levels, but on bigger levels (more memory used) it just randomly happens.Any idea ?update : the crash happens when I'm not moving my player anymore (no more key press). As long as I key press I'm good, once I release the key, BOOM.update2 : Publish engine is Air 4/13 for Androidupdate3 : happens also when moving player (key down) but more often on idle
I'm on a iMac 27 inch running 10.9.2. Believe it or not I've been all over the place and back for 2 days.I can't get Adobe AIR on my computer. Adobe Muse support told me that AIR is the reason that Muse won't go onto my computer and sends me to support for AIR, which promptly told me that I needed to come to the forum for help and would not connect me back to the support for Muse. I have read some of the stuff here but it's not helping. I was having the issue that Matthew was having here: http://forums.adobe.com/message/3628339.So I manually uninstalled by throwing these items in the trash as instructed by Chris (because I'm afraid of Terminal):/Applications/Utilities/Adobe AIR Application Installer.app/Applications/Utilities/Adobe AIR Uninstaller.app/Library/Frameworks/Adobe AIR.framework (the 3 I found where NOT in this folder. I searched and found them in Spotlight and later when I "put back" from the trash it put them somewhere with Flash CS6)/Users/<username>/Lib
I released this free game just in time for Easter weekend and then found out through a friend that it freezes on an iPad Air. It works great on iphone 4, 5, ipad mini, ipad 2, etc and I have retina disabled for ipads. Here's a link:https://itunes.apple.com/app/id854866033?mt=8I published from Flash Pro CC with AIR 4.0.0.1628
Not all HTML5 tags are supported by StageWebView / WebKit in Adobe Air Mobile Devices (Android and iOS) eg audio, video, JS: Local Storage, function getSelected() etc...(see http://help.adobe.com/en_US/as3/dev/WSb2ba3b1aad8a27b0-67c0013e126afbe6c4d-8000.html). Is there a roadmap, when this tags and javascript functions will be supported or are no developments planned?
Hi all,I'm working with the webkit browser in an AIR project and running into a big hurdle. The fonts displayed in my webkit HTML are blocky and jaggy due to AIR not supporting -webkit-font-smoothing or text-rendering, and this is making my really great AIR app look a bit shoddy.I was just wondering if anyone out there might have some sort of solution (or hack) that would resolve this issue and improve the appearance of the HTML text. Is there anything I can do?Thanks for any advice,Steven.
Look at this:http://www.youtube.com/watch?v=tSfakMeW0lwLot's of new functions. Very impressive.I opened a bug report as well (obviously it will be closed, but anyway):https://bugbase.adobe.com/index.cfm?event=bug&id=3745856
Hello everyone,System config: Flash Pro CC Using AIR 13.0.0.95 for iOS Using AIR 13.0.0.95 for AndroidI was able to successfully test my app (DeveloperProv and DeveloperCert) and submit (DistributionProv and DistributionCert) to iTunes Connect Using Flash Pro CC > AIR to iOS. My app is currently waiting for review. I am good with the iOS part.Currently, I am trying to publish my APK, which I did and a get a window displaying "Adobe Flash Professional > The APK was package successfully, but a warning occured. Note: The application has been package with a captive runtime."The message is a bit confusing, first the APK is successful, and then a warning occurs. Is there anything I can do to get rid of this warning? Does it matter? Thanks in advance for any further discussion.
How do I upload additional variables alongside an image upload? My code doesn't seem to be working. temp.upload(new URLRequest(serverURL)); var variables:URLVariables = new URLVariables(); variables.my_name = "Jackson" ; variables.my_state = "Missisippi" ; var request:URLRequest = new URLRequest(serverURL); request.method = URLRequestMethod.POST;
Hi Everyone,I'm trying to make an update to the ContactEditor ANE as when calling getContactDetails is doesn't return all the fields available; in particular homepage and organisation. I can't for the life of me work out where I'm going wrong, but when testing the new ANE the App just crashes and quits. No errorrs or anything. I've tested that it's not a compiling issue by just recompile the source without editing it. All works fine.The only file that I am editing is ContactEditor.m - https://github.com/memeller/ContactEditor/blob/master/ContactEditorXCode/ContactEditor.mThe function can be found from line 307 onwards. I'm added the following at line 373 ://homepage CFStringRef personHomepage = ABRecordCopyValue(person, kABPersonHomePageLabel); if(personHomepage) { &nb
my application is set applicationDPI = '320'. and is working well in hdpi, xhdpi etc devices...but new devices like galaxy S4 is 1920x1080 xxhdpi.air 3.9, and this 4.0 version is not support that dpi, then my app layout is still broken.this bug is fixed on Apache Flex SDK. so I used that sdk. but i want official adobe air sdk. is have adobe plan of resolving this?..
Dont know if any of you have been affected by this, but some sort of Avast mobile update is flagging both our free apps as Trojans, neither app has been updated in a while and no issues reported, in the last day, half the posts are saying apps are showing up as Trojan alerts with Avast. There is a discussion going on about this on the Avast forums already.http://forum.avast.com/index.php?topic=149134.0If this is affecting you please let them know so they hurry it up with an update.
Hi, I am generating AIR application as native installer (.exe). I want to have a custom icon for my .exe file. I have specified the icons in application descriptor file as <icon> <image16x16>icon...</image16x16> <image32x32>icon...</image32x32> <image48x48>icon...</image48x48> <image57x57>icon...</image57x57> <image72x72>icon...</image72x72> &nb
Does somebody know this bug?I use this simple code:import flash.media.Video;import flash.media.Camera;import flash.display.StageOrientation;var video : Video = new Video(640,480);addChild(video);var camera : Camera = Camera.getCamera();camera.setMode(640,480,12);video.attachCamera(camera);And receive this issue. Image rotated. Looks like Adobe Air UIView use wrong orientation!?This bug was sawn in Air 13 Release and latest beta from April, 15th. Don't know any other Air version that have this issue so you need to test yourself.Tested in iOS 6.1.3 iPhone4 and iPad4 iOS 7.1 - the same.Options on this image:- Portrait- FullScreen- no autoOrientation- CPU render method- iPhoneReferencing to this thread http://forums.adobe.com/message/6153866#6153866No, you can't rotate because if you use "Draw" to bitmapData - you will receive content with wrong orientation and rotating it - not cheap cpu operation.
I'm using the latest AIR 13 release from 4/8/14, and "-useLegacyAOT no" still doesn't work with my app.I've isolated a case where the packager fails to generate correct code, and have put together a minimal test case that demonstrates the problem.If an Adobe person will respond here or via private message with an email or FTP so I can get you my code, I'll send it over.
I have been developing mobile application using adobe flex/air. I have tried both zxing as library and libspark qr code. Both of them has problem decoding utf-8 text. instead of polish letters, I got Ä&#133;Å&#155;żźÄ&#135;Ä&#153;óÅ&#130;Å. Does anyone has a solution to this problem?
HiA new smartphone brand asked us to deliver them the apk of a game we developed for them to install it in the ROM of all their phones.The app is made with adobe air and works very well when installed as a "normal" app.Unfortunately, when the manufacturer of the smartphone tries to preload the game in the ROM of the phone, they get this error :dlopen("/data/app-lib/NameOfTheApp/libCore.so")failed: Cannot load library: load_library(linker.cpp:757): library "/data/app-lib/NameOfTheApp/libCore.so" not foundSo they suggest to change the search lib file path into “system/lib” instead of "data/app-lib"Is there any way to do that during the packaging ? or any java/config file to change in Flash Builder ?Thanks for your help.
Hi All, I'm creating a p2p application for iOS - and I'm getting the following problemIn the simulator or on my iPad the following events don't seem to be firingNetGroup.Posting.NotifyNetGroup.Neighbor.ConnectThese work fine when I test using a swf on my local machine I'm using rmtp and adobe media server for the connectionsAnyone have any idea what is wrong?Thanks Paul
Hello,I have an application with several external swf packaged with the ipa. The application used to freeze only in appstore mode, but not in adhoc or ipa-debug mode when trying to load one of the swfs, so I stopped using it and the other swfs worked correctly in appstore mode, and I submitted the application correctly.I updated the application a little, but have not updated the external swfs. Now the application freezes in appstore and adhoc mode when trying to load any of the swfs. However the application works perfectly in ipa-debug mode.This happens even when I package with the latest AIR 13.I am packaging on windows.Any help is greately appreciated.
Hey guys!This is my first post and I hope I'm not so much of a new guy that everyone hates me.So, I just became a developer yesterday, and made an app after watching this video https://www.youtube.com/watch?v=pHo-pewqFKI. After successfully making the app, I spent the $99 to become a developer. I then downloaded the certificate and uploaded it to my ios flash app (That was pretty simple and I knew I got that part right). After adding the certificate I went through the process of adding a provisioning file. I used com.acclaimedsuit.sunny for the bundle ID (I feel like during the process of making a provisioning file I'm making an error with naming the file). Acclaimedsuit is just a name I have for myself and sunny is the name of the app. After going through the workflow for making a provisioning file, I download the file and upload the file to flash under the deployment tab and itunes, at the same time. Lastly, I publish the app in flash and add it to my itunes app list. I see the app p
I am trying to follow this tutorial:http://www.adobe.com/devnet/air/articles/ane-android-devices.htmlWhen it comes to packaging the ANE file step:"$adt" package target ane SampleASExtension.ane extension.xml swc ../ANESample/bin/ANESample.swc -platform Android-ARM -C Android-ARM .I keep getting the error "No file found SampleASExtension.ane".Does anyone know what the problem might be?Thanks!
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Você já é cadastrado? Entrar
Ainda não tem uma conta? Crie uma conta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.