Join a global community of Adobe Air users and developers.
Recently active
Hello,I'm trying to get a request to a localhost url to work but it doesn't seem to work with URLLoader though it does seem to work with the mx.rpc.http.HTTPServ class.The following worksvar httpServ:HTTPService = new HTTPService();httpServ.method = "POST";httpServ.contentType = "application/xml";httpServ.url = "http://localhost:1813";httpServ.send(requestData);While this does notvar urlRequest:URLRequest = new URLRequest();urlRequest.contentType = "application/xml";urlRequest.url = "http://localhost:1813";urlRequest.method = "POST";var urlLoader:URLLoader = new URLLoader();urlLoader.data = requestData;urlLoader.load(urlRequest);Can anyone tell me how to get the latter to work or why it's not working? It's giving me an IOErrorEvent. requestData is simply the request body in XML format[IOErrorEvent type="ioError" bubbles=false cancelable=false eventPhase=2 text="Error #2032: Stream Error. URL: http://localhost:1813" errorID=2032]Thanks,Kyle
Adaptive icons | Android Developers It does not appear Adaptive Icons are supported yet for AIR applications. Please correct me if I am wrong. Is support coming in a future release? How can I go about manually adding round icons/ foreground / background icons to my application? I've tried editing the manifestAdditions section to include such things without any success. This is possibly the same issueAndroid Round Icons?
Hello there,On Windows the event LOCATION_CHANGING is NOT fired if window.location is changed in JavaScript in the html file rendered in StageWebView.Following link fires LOCATION_CHANGING event<a href="anything">click me</a>Following link DOES NOT FIRE LOCATION_CHANGING event. Will try to load "file:///anything" without firing the changing event, allowing to prevent default.<a href="javascript:test();">click me</a>// In JavaScriptfunction test() {window.location = "anything";}This only happens on Windows. Code works well on iOS. (couldn't test on Mac or android).ùAnybody ever faced this?
Hello,As many others do, I think we need an official reply from Adobe regarding the big upcoming issue (I'm obviously referring to Android Developers Blog: Get your apps ready for the 64-bit requirement ).From my point of view I can see only three scenarios:1) Adobe will publish Air33 with 64bit support: that would be great, that's what everyone is waiting for!2) Adobe will negotiate with Google a time extension regarding this problem (like Unity did): this is okay but we need to be reassured that 64bit support is on the way.3) Adobe is doing nothing and we all have a serious problem on august 1: I really hope this is not the real scenario.However in every case, we need an official reply from Adobe because as what I have read in other thread some companies would be really in trouble if Adobe is missing the deadline.Thanks
Just very short heads up for AIR desktop Developers, that you're google maps will stop working altogether tomorrow sometime, due to the fact the desktop browser is a webkit browser from 2010.You can add a vote to a request from 2013 if you would like to.https://tracker.adobe.com/#/view/AIR-3630656You'll likely get an error similar to this:Error: The Google Maps JavaScript API does not support this browser. at https://maps.googleapis.com/maps/api/js?v=3.35&key={XXX} : 109 drawmap at https://<XXX>/API/code/vic1/vmlib-1.0.0.js : 473
I have an AIR app playing embedded videos on an Android mobile device. The app works fine, and the videos play, but no sound can be heard.It used to work previously, and so I don't know why it won't work any more. Any idea?Here are the details:– AIR app compiled with latest SDK (32.0.0.116).Tested with older SDKs (31, 30), but it doesn't fix the issue.– I use the Video class. I've tested StageVideo instead, but it's reported as unavailable on the device.I've also made a dedicated mini-app to get rid of all other possible issues from the actual app I'm working on.– I've tested various combinations of manifest additions, such as :<containsVideo> true or false<disableMediaCodec> true or falseandroid:hardwareAccelerated true or false– The device is a Samsung Galaxy Tab A tablet with Android 8.1.0. When played outside the AIR app on the same device, the videos are played correctly, WITH sound.I've also tested on a Nexus with Android 7.1.1: same issue.– The videos are mp4 files.
AIR support H265?thanks
I am getting this error when I try to load a page containing the Google Maps JS API through StageWebView:TypeError: Result of expression 'Object.freeze' [undefined] is not a function.It used to work several months ago, but now it seems to be broken. Apparently because StageWebView does not support some of the latest webkit stuff or whatever.One solution I found was to use webView = new StageWebView(true); to use the native browser. But this time the map doesn't load at all (although I don't get an Object.freeze error this time).Has anyone here encountered a similar problem and found a solution?
Yes, a dup from the Development Forum in case someone is not following both.Just very short heads up for AIR desktop Developers, that you're google maps will stop working altogether tomorrow sometime, due to the fact the desktop browser is a webkit browser from 2010.You can add a vote to a request from 2013 if you would like to.https://tracker.adobe.com/#/view/AIR-3630656You'll likely get an error similar to this:Error: The Google Maps JavaScript API does not support this browser.at https://maps.googleapis.com/maps/api/js?v=3.35&key={XXX} : 109 drawmap at https://<XXX>/API/code/vic1/vmlib-1.0.0.js : 473
Hey all, Has anyone noticed LocationChangeEvent doesn't appear to fire when using JavaScript? The StageWebView.locationChanging documentation specifies it will be called: A locationChanging event is only dispatched when the location change is initiated through HTML content or code running inside the StageWebView object,such as when a user clicks a link.I'm changing the location via JavaScript and only if I've clicked an anchor (<a>) link will this actually fire off correctly. I'm assigning it simply to a button:<input type="button" value="Click" onclick="location.href = 'http://www.example.com';"/>The event never fires off. I'm filling my StageWebView with custom content loaded via loadString() (which doesn't fire off that event). If someone clicks any link I've provided I want to bounce them out to a full browser. I'm trying to preventDefault() so the StageWebView does not load the content while running a navigateToURL() so it opens in Safari (this is an iPad app). Works g
in my adobe air application, I want to call and record it, now this is my question, is there any ANE that recording phone calls?
Hi!I need some answers regarding Adobe Air. We have 2 versions of Air, Adobe Air 1.0.0.2.7.1.19610 and Adobe Air 3.6.0.5970. My question is if these versions works correctly in Windows 10 build 1709? The application installs correctly in Windows 10 but I can't test Air because it is not an application itself that I can start and test.Hope someone can help me out.Kind Regards,Jessica
I'm starting a new thread because there have already been different suggestion to solve this problem, but none is actually working on the Pixel 3 XL.On the Pixel 3 XL in portrait mode there is a black bar at the top of the screen, so the stage starts lower (80 pixels), which results in the bottom part of the screen being cut off.I'm using latest Air 31In my application XML:<meta-data android:name="android.max_aspect" android:value="2.16" />...<fullScreen>true</fullScreen>In the code:stage.align = StageAlign.TOP_LEFT;stage.scaleMode = StageScaleMode.NO_SCALE;There is no resizing happening during startup, as some solution suggested to listen for RESIZE events, but the stage.fullScreenHeight stays the same.The problem is not solved with different android.max_aspect values.The only way I can get the screen fullscreen is by using:stage.displayState = StageDisplayState.NORMAL;but then the top and bottom part is behind transparent system bars.I would love to hear a solution
Hello folks,My AI automated exporter for all iOS LaunchScreens (including latest added in AIR 32, XS, XR, XS Max, etc. is available for download.Just design your own screens in provided artboards, export assets, and it is all done with correct filename.Enjoy: http://pippoapps.com/_download/SplashScreen_exporter_FULL_IOS_CC_0.2.ai Lots of love.Pippo
I opened the XML file (application descriptor file) generated when I export to air for desktop, I added this line <requestedDisplayResolution>high</requestedDisplayResolution>Which worked but I want to change it back, so I changed it to standard... I also tried deleting the line. Every time I export now, that line regenerates itself into the XML file and my app is forced to export in high resolution.I'm not really sure what to do. Can someone offer me some help please? I just want to go back to standard definition. High lags too much.
Trying to set the iOS simulator for iPhone XR on the command line with terminal on the Macusing :-launchctl setenv AIR_IOS_SIMULATOR_DEVICE "iPhone XR” seems that it's still not possible to set the simulator for the newer apple devices also tried launchctl setenv AIR_IOS_SIMULATOR_DEVICE “iPhone XS”launchctl setenv AIR_IOS_SIMULATOR_DEVICE “iPhone XS Max”same problem .Using launchctl getenv AIR_IOS_SIMULATOR_DEVICE will reveal the correct environment variablefor older devices but not the new ones ..AIR 32.0.0.100 AIR 32.0.0.103 Mac 10.13.6 High Sierra Any ideas folks ?
I really value the opinions on this forum and wondered if you guys could give me a little advice from your personal experiences since I just launched my business based on AIR.I recently started a small business and wrote three Adobe AIR mobile apps related to the business. The apps are subscription-based and are not cheap at $29.99-$49.99/month. As such, only users that absolutely must have the app are using it, even though a much larger group of people would LIKE to use it but can't justify the cost. I know that if the app were free to users, the number of users to sign up would increase by a large factor. But to support this, I would absolutely have to depend on ads to cover the bandwidth and data costs, as well as to make any sort of a profit. But I have no idea how successful ad-based apps are, and if they can bring in as much money as fee-based apps and not simply more users.Does anyone here have any experience with writing mobile apps based on both f
I have a very large quantity of movies(That I Have PAID FOR) and download on my laptop. The latest version of Adobe Air 32 eliminated any access to play my own movies! I get a message to download the Adobe Air 29 in order to be able to run my movies, but it gives no option to do so. Well over 250 movies gone... gone because of this update. Somebody please help with this matter of concern. How can this be fixed???
Hello there,I am deploying an AIR app with a WebStageView containing some maps.So far, in order to test JavaScript I need access to logging. window.console.log is not available inside AIR WebStageview.Any hint how to route console.log to AS trace output?cheers
I'm starting to get email complaints that my iOS apps are crashing. The one with the most downloads is below. The first giant spike is March (I only just found out today). My other app, which is much newer, is doing the same thing. My first app shows no crashing but it costs a dollar so gets significantly less downloads so it's hard to gauge if that's telling.I know Apple had some new thing which only the latest adobe air update had, some setting. I used the older air before that recent update. Would that be causing the apps to crash now?
Hello,I have tried Air SDK 32.0.0.116 and ios sdk 12.2.When i run the app in ios which shows the content total wrong.neither is fullScreen nor landscape.The app workes OK while I am using the Air SDK 32.0.0.116 and ios sdk 12.1 on iphone6.Thank you for your help.
Hi Air team,Can you please add optional result:Point argument to the Matrix.transformPoint(point:Point😞Point function so that function does not create new Point object every time is called if you pass a Point object as the second argument.I have one library when that is using Matrix.transformPoint function a lot and it creates so much Point objects that it becomes so slow and unusable because gc is triggered all the time.Thanks,Caslav
Hi,after video playing bug reported in version 32.0.0.116 and republishing AIRSDK version 32.0.0.89 I was trying to compile 64bit AIR application with this 32.0.0.89 version but I'm having troubles because file naip64.exe is missing from folder AIRSDK\lib\nai\bin. I've checked the file in version 32.0.0.116 and it is there. I've tried to put naip64.exe file from 32.0.0.116 version into 32.0.0.89 but it still wont work (now getting some other error). So clearly version 32.0.0.89 is not packaged well for this latest release.For now I moved back to version 31.0.0.96 which works ok until new version is released.
I have been trying to download my movies from vudu to my computer and it said I needed to: To download your title, follow the directions below to install Adobe AIR 29. https://helpx.adobe.com/air/kb/archived-air-sdk-version.htmlI chatted with an agent on adobe and was told to go here: https://get.adobe.com/air/When I did my computer said that I already had it downloaded on my computer but it still won't download. Does anyone know why? I don't know much about computers and electronics, software etc... The technician told me to put the question in this forum. Could someone help me please?Thank you,Mandy
I am trying to use an adobe air application, but I keep getting an error message when I try and use it... that error asked for a password adobe has apparently placed in my keychain without letting me know what it is. I have the message, it looks like I can post it here:Ah, there we go. Yes I have the latest versions of both air and the application. This has only started recently, it all worked fine (never asked for any password I had no role in creating in the first place) until this last week (last used about 2-3 months ago). No changes in my OS still running OS X 10.12.6 Sierra. And NO, it will not accept my admin password either. I REALLY hope someone can help me...
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.