Join a global community of Adobe Air users and developers.
Recently active
Please download the attached file to view this post
I have seen this question before. The answer is: do you really need the static library. In our case: Yes We have created a game (Starling) around a Text-To-Speech. The ANE that we have created uses the static library from Acapela (acapela-group.com/acapela-for-ios/). Everything is working fine. But when we upload our IPA to iTunes Connect we get an error about the executable file.How can we solve this?
TitleIncorrect functionality of embed tag in html loader for adobe air developmentDescriptionProblem Description: If we had loaded youtube.com video url in a view stack and navigate to other index of stack or away from we UI screen within the same native window video or embeded tag of flash player or any other embed object will be displayed on top of all screens layer in same position of where the object should be placed in side of html loader only.Steps to Reproduce: 1) go to http://get.straweb.com/StraWebBrowser/StraWebBrowser.air download and install2) load 2 tabs and in the 3 tab load video player of youtube.com which will a sample video before completing the load of 3 tab which trying to load video from youtube.com, navigate to other tabs 1 or 2 in few second once the flash player of youtube.com video player is load it will display in the current tab or UI screen.3) Try navigating to other tabs than youtube.com loaded tab you see the flash player is on top it stable.4) navigate to
Hello all,I am developing a desktop Air program that will include a browse button that allows the user to click, and once the user clicks the button, I am wanting a pop-up window to appear that allows the user to browse to a writable folder/directory on his computer. Once the user selects a folder in the window, I want to grab that directory location and store it. The storing part I know how to do, but how to create this pop-up window or dialog, I do not have a clue where to start.What's the simplest way to go about this?Edit:I see I can use this example from this site, but I don't know where to grab the directory the user selected: actionscript 3 - How to create "Browse for folder" dialog in Adobe FLEX? - Stack Overflowvar f : File = new File;f.addEventListener(Event.SELECT, onFolderSelected);f.browseForDirectory("Choose a directory");
It is not possible to install AdobeAIR, I get the message error : <Erreur, code d'erreur inconnu lors de l'installation de l'application "-24">.The Version I got the last week didn't work also.It seams that I am not the only French guy who has the same probleme ( on forums and comment on Google PlayStore).Each test didn't work, each time I did à OS HARD initialisation ( all the data was lost)* I updated all the software and tried to install AIR* I didn't update any software and tried to install AIR from AppStore only. Samsung acout wans't activated and Google tied to install only AIR* I installaed the AIR BETA 4Test ConfigurationMy Hardware and Environment details:Adobe version : 3.9.0.121 27 NovAndroid : 4.2.2Equipement : Samsung Galaxy TAB3 GT-P5210Kernel : 3.4.34
Hi Guys,I really need your help.I have been working on an Air ios app for the last months. I have build the app with 14.0.0.137 and that seems to work fine.However today i upgraded to 15.0.0.249 and still it works fine in the Flash CC IDE.But when I install in on an device the app installs allright but when I run the app all it shows me is a blank/white screen !Any help is greatly appriciated..I am totally lost here.Thanks in advance./Henry
The documentation from both Adobe and Apple says that it is required to change the Info.plist file in order to associate an app with a filetypeHowever, one is also required to codesign the app in order to pass through OSX's Gatekeeper security restrictions.How can I get pass this problem? If I codesign from within AIR, and then change the Info.plist in the exported bundle, won't it break the codesigning?
http://support.hockeyapp.net/kb/client-integration-ios-mac-os-x/authenticating-users-on-ios#authentication-using-udid 5. Open your AppDelegate.m. 6. Add the following code: (BOOL)application:(UIApplication *)application openURL:(NSURL *)url sourceApplication:(NSString *)sourceApplication annotation:(id)annotation .....Please tell me how to do it in the AIR application?
Please advise how a corporate customer can download the lastest MSI installer of Adobe Air. I am registered as a Corporate customer, but was advised by @AdobeCare to post request in forum.The intention is to deploy MSI via WSUS/SCCM. If there is an alternative method to deploy EXE via WSUS, with instructions - happy to receive this information also.Thanks.
Like my aubj line says, I had just downloaded AdobeAir, getting ready to close everything down and I get a last second Adobe box saying I needed to update to 10.1.01. I just updated everything but it mentions security updates so I download it. It takes every bit of about 20 micro seconds, literally flash down! Wondering what just happened Ive opened up all my Adobe software nothing says version 10.1.01...so what the hell did I just download onto my machine???
Why am I being denied the downloading of Adobe Air pdf files on my iMac OS, 10.9.4 ? What must I do to able the downloading of Adobe Air files?
Dear all,i need to obscure (and/or) protect my source code.Could you give somes ways to protect it ?i(m using Flash Builder 4.7 standardMany thanks for your help,Pierre-Yves
Hi everyone! I´ve made a test of an intro for an app in Flash CC 2014. Air for Android. It´s about 100 frames. Only the intro. This intro is about some banners that have a little blury effects and motion. When I preview it on my Notebook, runs perfect. But when I publish it for device and test it on my Samsung Galaxy Tab 2 runs VERY SLOW. What can I do?! Does anybody have an advice for me? I´m new at this. I´ll apreciate your tips. Maybe I´m doing things in flash that can´t run properly in android devices. I also must say that I´m working with symbols (about 15) that are brought from Photoshop in .PNG. But low resolution. I´m not working with Flash generated images or Vectors from Illustrator. Well, think thats it. Thanks!
Basically, my latest android app got rejected during a certification process due to a black screen popping up after triggering the alarm. This is my error report that I received from the store:Black screen appears after alarm<Procedure>1. Launch application2. 'Start' > Play game > Alarm show up > End alarm > Check<Expected Result>Black screen should not appearSo all you have to do is create a new android project in air with nothing but a white background, set the orientation to horizontal, check the full screen option, export and install the app, run the app, minimize the app and open the clock app and set an alarm, go back to the app, wait for the alarm, then cancel the alarm once it pops up, and what you get is a black screen.Interestinly enough, the background music plays in the background, admob ads work as well, only the screen goes black, but once we minimize the app and then go back to it again, everything's fine. Moreover, when the app is in a vertical m
Hello!I'm trying to build sample native extension written with C++ on Android device.But I have some troubles caused by the error #3500.What I have:1) Code of native library;#include "FlashRuntimeExtensions.h"#include <stdint.h>#include <stdlib.h>#include <string.h>FREObject nativeFunction(FREContext ctx, void* funcData, uint32_t argc, FREObject argv[]) { uint32_t length = 12; const uint8_t* value = (const uint8_t*)"Hello from C"; FREObject retObject; int res = FRENewObjectFromUTF8(length, value, &retObject); if (res == FRE_OK) { return retObject; &n
Hi guys,I just installed the latest version of Air hoping there was some changes on this, but I still have a problem so let me try to ask your help...I have to render the stage3d on a bitmap, like a screenshot, and to do this I’m using the drawToBitmapData function, like the example on the API documentation.This works fine on desktop but not on mobile, for example on my iPad3, where nothing is shown.I noticed, reading around, that if put a call to the render function every frame, then also on ipad I see correctly the render result moved on a bitmap and pasted over the stage. But not using a single call, that is what I need. So, with a function like this: private function render(event:Event):void { stage3d.context3D.clear(0, 0, 0, 1); stage3d.context3D.drawTriangles(quadIndices); stage3d.context3D.drawToBitmapData(bd); stage3d.context3D.present(); &nb
Hi,I am using AS3 with AIR 3.1 SDK to build a live-streaming application that should be run on Windows and MacOSX. Everything works well in Windows. But when running in MacOSX (I am using Mavericks 10.9) my application can not detect built-in camera (FaceTime HD Camera). It can only capture video from USB 2.0 webcam. I've tried to quit all browsers and pretty sure that nothing is using that built-in webcam, but Camera.getCamera() still returns null.Here is some code of mine (very ordinary and works well on Windows):public class MyCapture { // Constants and Variables public static var _cam:Camera; // default camera [Bindable] public static var strResolution:String; public static function set cam(c:Camera):void { &nbs
Hello. I`m trying to improve my ane and add multiple attachements to email.This is my latest try: gist:1fcc08159e4cb724bbf2Problem in this code: if(filesPaths!=""){ String[] filesPathsArray = filesPaths.split(","); ArrayList<Uri> uris = new ArrayList<Uri>(); for (String filePath:filesPathsArray) { Uri uri = Uri.parse("file://" + filePath); uris.add(uri); } emailIntent.putParcelableArrayListExtra(Intent.EXTRA_STREAM, uris); } I have message "Couldn`t attach files".But i know my array is correct. When i`m trying to add single file, it works ok:emailIntent.putExtra(Intent.EXTRA_STREAM, Uri.parse("file://"+ filesPathsArray [0]));What i`m doing wrong? How to correct attach multiple files?
I'm trying to use-useLegacyAOT noin the adt command line and I get an error:compile-abc.exe is not a valid Win32 application
I'm developing an application with adobe air and javascript. I have a select element where I added an onchange event . Every time the select change value the application make a ajax call to fetch data to populate another field. But I can not get any response from the server. Simply nothing happens. Anyone know any limitations to the event and how to overcome it? select_object.addEventListener("change",callServer,false); function callServer(event){ var a= event.currentTarget.value; var variables = new air.URLVariables("value=" + a); var u ="http://www.exemple.com"; var request = new air.URLRequest(u); request.data = variables; request.method = air.URLRequestMethod.POST; loader = new air.URLLoader(); loader.dataFormat = air.URLLoaderDataForm
Thank you for your work on Air. You are doing a wonderfull job 🙂The new publishing engine is way faster. The ipa seems smaller now.However I have the following error:ReferenceError: Error #1065: Variable ProgressEvent is not defined.This error didn't show up with the previous version (14.0.0.137).And I have the right include in the code:import flash.events.*;Is it a bug or did I make something wrong?Thank you
I have a set of radio buttons that are apart of the same group (radioGroup), and 1 of the radio buttons I gave an instance name of "first".I have been able to access which radio buttons are selected by using the following: first.radioGroup.group.selection.valueThat part works fine, however, I cannot seem to figure out how to select a radio button by coding something like, first.radioGroup.group.selection = THE LABEL/VALUE OF ONE OF MY BUTTONSI'm trying to simply having to use a ton of "if statements" and having to assign a instance name to all my radio buttons. I would think there is a way to select a radio button based on the group it is in?
When I push out an update for one of my desktop AIR apps that a client may have installed on a Windows 7 or 8 machine, the shortcuts to the app become broken and therefore useless. This gives my clients the appearance that my application is busted when it is not. I continuously have to instruct Windows 7 and 8 users to delete any shortcuts and go to the install directory and create a new shortcut. Note that I use the Apache Flex 4.13 build AND that I only tally the version number in the *-app.xml file as I always have.Thanks,Jack Ring
I'm not sure how long this problem has been there, maybe since November 2012 when we launched the app, or did it just appear. I can dig deeper if I get any replies. It seems some of our FLV videos, which have a person speaking on front of a white (as in #ffffff) background, end up having gray background in some devices. I had a lot of trouble originally getting the encoding process work and I'm not sure if I even understood it in the end.Videos have different color spaces, one having RGB values from 0-255 and others from 16-235 for example. The color space information is encoded in the video, which video playback software may use or not. In the end, videos look different with different playback software and hardware combinations.I've trusted FLV, because I thought Adobe AIR does everything by software and thus it should work (and has worked) exactly the same on all devices. But not any more. The only thing I can think of, is that some parts of video playback is HW accelerated. Is it po
When using the File.applicationStorageDirectory function, where is Adobe storing the program on an Windows/Apple computer? I know what it means, but I would just like to be able to verify for myself that the file is being created when I'm developing my application.
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.