Join a global community of Adobe Air users and developers.
Als letztes aktiv
For our game, we want one of the sounds in the game to be the notification sound when we display a local, or push notification, on Android.Currently we have a solution we're not really happy that's below, because it requires extra Android permissions that we really feel is unnecessary. Basically you pass down the asset path, say "audio/core/reward.mp3", which is in the root "assets" folder, and then on the Android side, it pulls that file out into an InputStream, writes that to a file on the external storage, and Android's MediaPlayer plays it from there.Obviously this mustn't be what AIR is doing whenever you play a file on Android, because you don't need "WRITE_EXTERNAL_STORAGE" to play a sound, so for our circumstance, when the app's not currently actively running, but a Push Notification comes in, how would I be able to play this file, which is packaged and used on the AS3 side of things?The recommended way of doing this is, MediaPlay
Firstly, when I create a simple FREFunction where I deliberately try to create an error, say Log.d("CrashyFunction", "Entering"); String NULL_STRING = null; Log.d("CrashyFunction", "NULL_STRING: '" + NULL_STRING + "'"); Log.d( "CrashyFunction", NULL_STRING.toUpperCase() ); Log.d("CrashyFunction", "Exiting"); In LogCat, I see "Entering", and "NULL_STRING: 'null'", but nothing else. No crash, no stacktrace, just process halted and everything else seemingly swallowed. Is that the case? Every exception or throwable in the Android world is just swallowed, and we're not notified about it
I'm using Adobe AIR build apps on mobile device, in order to reduce lagging, I'm using "direct" rendering mode but some times the whole screen output get cracked and distorted.This happens more frequently on some memory-constrained devices, the latest Nexus 4,5 is works fine, but sometimes this bug also happens on Samsung Galaxy 3.It's looks like an AIR Runtime bug, Please Anyone from Adobe Air team help me sort this out?
While I test to load many images using Loader from File.applicationDirectory or File.applicationStorageDirectory, I found something strange.It took about 2 times longer to load images from File.applicationDirectory than from File.applicationStorageDirectory.I have googled for a long time, but I found why.Does anyone know why?Thank you!!
This is what I get when I try to publish from flash CC with the new AIR beta
Hi,Since updating my iOS app to use AIR 14, I've been hearing reports that the installation overwrites the existing (shared object) data? I recall this happened with another update around 3.6 and was wondering if it is a known issue?Users are also reporting that the app has closed itself down if they leave it and then return to it, which didn't happen previously.
We have developed a few screens on air (which require video streaming and animation) and a few on phonegap.. How do we integrate both into a single apk ?Thanks
Hi, I have been using Sticksports Keychain ANE to persist and read shared content between different apps in the same iOS access group, just like a SharedObject but shared between two apps. Works great.. but I am hoping to get the same functionality in my Android versions. Is there a good method for doing this on Android?
How can I distribute my AIR desktop app for Windows and OS X, with multiple languages in the installer? My app itself is completely localized, but I want the installer to be localized too. The issue is, though, that I need it to be localized into Hebrew, which isn't one of the built-in AIR languages. How can I create a custom installer with Hebrew included?Thank you!
Works fine when I compile .. not working on an iOS device. Is there any way around this ?
windows 8 x64idb.exe - devices (regardless if there is connected device or not)This application has requested the Runtime to terminate it in an unusual way.Any ideas how to fix it?
Everytime I get an update for adobe air I get an error message that says "sorry an error occurred, installation may not be allowed by administrator. Contact administrator"
Hi guys, I am having difficulties integrating LeadBold HTML banner ads into my Air for Android app.I'm having problems with launching the native browser when the banner is clicked. The link opens inside the stagewebview instance. I am using the sample provided by LeadBolt. I have followed the instructions set in the read me file. My app is still in TEST MODE. I have uploaded the html to my server, and changed all the necessary data. Also when setting up the ad, open in new window is selected.After dozens of testing with the code, I came to the conclusion that the code below:webView.addEventListener(LocationChangeEvent.LOCATION_CHANGE, loadAds);is only fired once, and does not fire again when the ad is clicked, hence it loads the link inside the webview.When I remove the: if(e.location != admobURL) statement, it loads the URL in a new window automatically as soon as the banner is displayed without a LocationChangeEvent.Is it because the adMob URL is always the same in test
Hi guys!I want to create an app that sends an image through mail. What options do I have for a global approach for iOS and Android?Would you suggest instead uploading the image to a server? Would it be easier to have a solution for both platforms?Thanks in advance!
Is it available or is the Adobe AIR team working on a simple way to cast to Chromecast from AIR/Android SDK ? Chhers
Hi,We are looking into Protecting Data Using On-Disk Encryption for our iOS apps. I read an article on the adobe site (Protecting content on an iOS device with DPS | Adobe Developer Connection) that mentioned instead of using X-Code to program each file via iOS Data Protection API, the same results can be achieved by generating Data Protection enabled AppID/provisioning profile to pacakage in the app. Is that going to work without X-Code programming? Also, our app downloads content files from the internet and saves to the app's Documents directory. The app also loads HTML pages via StageWebview, the loaded HTML contains user interactions and saves user generated data to localstorge within Library/Cache in the app's directory on the iOS device. Does On-Disk Encryption protect files in these locations within the app?Thank you advance for any feedback and advice.Yuchang
the adobe air upgrade window keeps popping up on my display making me crazy.i deleted the app but this message persists in popping up. is there anyway i can stop this annoyance?
I keep getting Error 0 with Air installation. I need this program for Cricut software. Cricut tech ran Microsoft Fix It which didnt work. They told me to contact Adobe after trying other avenues.
Hi,I'm often uploading AIR apps to iTunes Connect through Application Loader, but for the past 24hrs it has been complaining that "the file is not a valid application bundle".I'm using AIR 4.0 at the command line with all the right certificates and app IDs, and I unzip and recompress the payload on a Mac as I've done hundreds of times before. And it happens with all 3 apps that I'm trying to update so it's not an isolated incident.Has anything changed since AIR 4.0 that would explain this? Has anybody else experienced the same thing this week?
Hi,I am developing an app using Adobe AIR. Sometimes ADL stops responding, the app freezes and after a couple minutes it starts working again (or not). Nothing is displayed in FlashBuilder's console, so I guess it is not directly related to the app itself. Is there anyway to get a log and check what is going on?I am using OS X Mavericks and the installed flex sdk is 4.12.1 using air 13.Thanks,Peter
hi, i want to use adobe air auto update in android devices.. what can i do ?
HelloIm developing an app for IOS and android on adobe air, my app needs internet, i granted the internet permission for andorid in the manifest but for ios i cant find what permission should i grant, when i debug the app in the device it doesnt allow the app to access to the internet server.Any suggestion?Thank you in advance.
Why does "10⁻⁶" display correctly using AIR 13 SDK on IOS but not on Android. This issue isn't new but I was hoping it would be fixed when the Air 13 release notes spoke of "Enhanced Supplementary Character Support for TextField". I'm using the merged Flex SDK
Hi Adobe AIR experts,I developed a HTML5 based web application for our sales department. The web app is running fine on their laptops using Firefox or Chrome as a browser. I'm using the HTML5 appcache mechanism so that the application is also available in offline mode.When trying to make the web application also available for iPads, I stumbled across the problem that Safari has a storage limit of about ~50MB for offline web apps. (The application size is ~600MB containing several videos, PDF documents, images, etc...)I did some research on how to solve this issue and came across Adobe Air as a container for web applications. I wrapped the application, created an AIR file and was surprised that all the HTML, JavaScript, CSS automatically worked fine - except one feature: The html5 video tag I'm using which is working fine in all browsers (even Safari) unfortunately seems not to work in AIR. I tried the following workarounds:Using an iframe to display the videoUsing the <object> an
Hello , Is it possible to create context menu in flex tree ? Is there any example for it Thanks
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.