Join a global community of Adobe Air users and developers.
Recently active
Windows 7 Home PremiumInstall log:[2014-01-26:13:56:19] Bootstrapper begin with version 3.8.0.870 on Win x86[2014-01-26:13:56:19] Installed runtime (3.9.0.1380) located at c:\Program Files (x86)\Common Files\Adobe AIR[2014-01-26:13:56:19] Launching subprocess with commandline "Adobe AIR Application Installer.exe" "C:\Users\4CFA~1\AppData\Local\Temp\AIR550B.tmp\DirectCommander"[2014-01-26:13:56:19] Subprocess Application Installer succeeded[2014-01-26:13:56:19] Bootstrapper end with exit code 0[2014-01-26:14:08:37] Bootstrapper begin with version 3.8.0.870 on Win x86[2014-01-26:14:08:37] Installed runtime (3.9.0.1380) located at c:\Program Files (x86)\Common Files\Adobe AIR[2014-01-26:14:08:37] Launching subprocess with commandline "Adobe AIR Application Installer.exe" "C:\Users\4CFA~1\AppData\Local\Temp\AIR9C86.tmp\DirectCommander"[2014-01-26:14:08:37] Subprocess Application Installer succeeded[2014-01-26:14:08:37] Bootstrapper end with exit code 0Installer started and nothing is going
Hi all,I have an app for iOS and Android that we've been testing for about 6 months with no problem. It uses Embed code to define 5 different fonts used throughout the app, like this: [Embed(source='fonts/Feijoa_Medium.ttf', fontFamily="_Feijoa", fontWeight=FontWeight.NORMAL, advancedAntiAliasing="true", embedAsCFF="false")] public static const FeijoaClass : Class; // Sometime later Font.registerFont( FeijoaClass ); This has been working perfectly in AIR 3.9I recently upgraded the AIR version to 13.0 (Edit: also happens in 14.0) and first received this error message:Build failed: Warning. The constant 'FeijoaClass' was not initialisedOn a whim, I changed the variable to private static var like this: [Embed(source='fonts/Feijoa_Medium.ttf', fontFamily="_Feijoa", fontWeight=FontWeight.NORMAL, advancedAntiAliasing="true", embedAsCFF="false")] private static var FeijoaClass : Class; The project now compiles, but I get the following run-time error on the Font.regist
Hi,By trying to open the website https://www.facebook.com/nike within a StageWebView, I received the following error: ReferenceError: Can't find variable: console at https://fbstatic-a.akamaihd.net/rsrc.php/v2/y2/r/KK4271o6DmT.js : 95 TypeError: Result of expression 'bigPipe' [undefined] is not an object. The website stopped loading and couldn't be displayed completly.This is the Air/AS3 code I'm using: var webView:StageWebView = new StageWebView(); webView.stage = this.stage; webView.viewPort = new Rectangle( 0, 0, stage.stageWidth, stage.stageHeight); webView.loadURL("https://www.facebook.com/nike") How to get to load the website within StageWebView completely? (Is there a way to ignore the errors?)I'm using Flash CS6 and Adobe Air 3.9Thanks for any ideas!
According to 5/13/2014 - Release - AIR 13 Runtime and SDK, the update for Adobe AIR 13 on 5/13/2014 includes fixes and security updates "Security update details can be found here: Security Bulletin (APSB14-14)", we have two questions:1. Why the Adobe Air 13 runtime for Windows and Mac is not listed in the security bulletin APSB14-14, like APSB14-02?2. Was the version released before Adobe AIR 13.0.0.111 for Windows Adobe AIR 4.0.0.1390 or Adobe AIR 13.0.0.83?Thanks!-TeamOCD
Hello,I'm noticing that the stage.oreintation_change event is firing before the orientation change happens, firing at the start of the change on Android 4.2.2. This results the stage.stageHeight & stage.stageWidth properties are incorrect when reading these values in the event handler. Works fine on iOS. Is anyone else seeing this using AIR SDK 13?thx
Hi All, I have a group of SWF files. I want to play these files in my Android Application. How to do this?Can we use Adobe AIR for Android. If yes, can anyone tell me how to do this? Thanks in advance.
I get "Missing builtin type Object" error message in Flash Builder after updating to AIR 14 Beta from projects that do NOT include AIR libraries.Tried the usual Clean Projects > re-open projects > re-launch Flash Builder without any luck this time..
I have a game app for Android made with Adobe AIR. I have been using intersticial ads from TapForTap without problem, but now I've decided to try another ad provider (AdBuddiz), and when their ads appear, the game, behind the ad, goes completely black. When I close the ad, the game resumes, but the screen is completely black (although the game is running because I can hear the sounds responding to input). But if I press the home button, and then open the game again, the game resumes with the graphics showing again (until another ad appears again).When I asked AdBuddiz for support, they said: "AdBuddiz SDK, when displaying an ad, is launching an Android native activity with the ad inside and a translucent background. The close button finishes the activity."The ads from the other ad service I was using actually don't have a transparent background (they are fully opaque, full-screen), could that have something to do with it?Maybe there's something I can do to "refresh" the graphics after
We have one ANE for handling all Facebook communications, to build this I use <packagedDependencies> in my platform options on Android to reference facebooksdk.jar, and <packagedResources> to package in the res folder of facebook (renaming it to facebook_res). If used on it's own, this works perfectly.However, if you seemingly use any other ANE that also uses <packagedDependencies>, or <packagedResources>, the whole thing falls over in a very confusing manner.This is a fairly complex issue, so I've created the necessary amount of projects as examples, and thrown them up to SixMinute/ANEResourcesBugExample · GitHub, https://github.com/SixMinute/ANEResourcesBugExample/archive/master.zip.When a second ANE is included, basically the R.java file, and it's siblings don't seem to be created, or compiled into com.facebook.android, which is where they're supposed to go. In the example I've provided, I ran the eventual apk (ANE3Test) through the decompiler at
Helloforgive my lack of technical skills. I hae an app called serp alert that I want to install. When I try this happens 2014-05-19_2105 - lyndarayner's library I asked the developer and he said it is an adoebe air problem I have the latest installed and run on windows 8. He said that someone might want to see my adeobe logs...I dont really know what he means or how to collect them? Can anyone advise me please?Many thanks
hi, i am created an app for our agency with adobe air..app is working fine with pc, mac and etc. but, app isn't working with sony vaio i5 -win8 tablet pc.problem is , delaying. when use application with mouse , no problem. but, if you are using the app with finger, it's doing very delaying.. what can i do?error video :http://lp-digitalprojects.com/tabletpcSorun.mp4
I want my app to be excluded from the recent list on Android, but the attribute responsible for that seems doesn't work at all. Nothing changes if I add it. <activity android:name=".AppEntry" android:excludeFromRecents="true"> <intent-filter> <action android:name="android.intent.action.MAIN"/> <action android:name="android.intent.action.VIEW" /> <category android:name="android.intent.category.LAUNCHER"/> &nbs
The AIR 13 SDK is missing the descriptor files normally located in <AIR_SDK_DIRECTORY>/templates/extensions to support ANE extensions. Why was this omitted?
As the title said, we can not send 255.255.255.255 by air(as), but in lots of case we need it.Our company develops smart device for home and industry, we want deploy our software quickly, air looks like a good solution.But it can not send UDP data to 255.255.255.255, so maybe some devices can not be found.We have to write c++ dll or node script for help.It's very strange, almost every language are support this, but flash(AIR).
I went to install Air for an application that required it. I downloaded Air from Adobe website and ran the install file. At the end of the installation, I received notification of Adobe Air Installer Stopped Working, Updater.exe stopped working.I uninstalled and tried to reinstall a couple of times, even running as admin but same issue keeps popping up.Attaching the install log for more info. Any help or guidance is appreciated.[2014-05-27:09:32:43] Runtime Installer begin with version 13.0.0.111 on Windows Vista x86[2014-05-27:09:32:43] Commandline is: [2014-05-27:09:32:43] No installed runtime detected[2014-05-27:09:32:46] Runtime Installer end with exit code 6[2014-05-27:09:32:52] Runtime Installer begin with version 13.0.0.111 on Windows Vista x86[2014-05-27:09:32:52] Commandline is: [2014-05-27:09:32:52] No installed runtime detected[2014-05-27:09:32:55] Relaunching with elevation[2014-05-27:09:32:55] Launching subprocess with commandline c:\users\hsolo\appdata\l
Hi,I am having problems displaying Korean text on *some* Android devices, namely a Samsung Galaxy S4 with Android 4.2.2Here's a side by side screenshot showing the problem:I am using AIR SDK 4.0.0 build 1628Chinese and Japanese text shows correctly, apparently it is just an issue with Korean text.Has anyone experienced a similar problem and/or and can point me in the right direction?Thanks
Good day all,I am working on a mobile app for video streaming. I have video loading on a frame, upon exit to different frame, sound keeps playing. Looks like SoundMixer.stopAll(); is not working.Regards
Hi,I have an app that features several languages, all of them work well, now I included simplified Chinese to the build and changed the names and supported languages tag to:<name><text xml:lang="en">EN</text><text xml:lang="de">DE</text><text xml:lang="fr">FR</text><text xml:lang="it">IT</text><text xml:lang="es">ES</text><text xml:lang="zh-Hans">CN</text></name> <supportedLanguages>en de fr it es zh</supportedLanguages>However, the ipa is build and all languages do work except for Chinese. Can anyone see why?The internal fallback solution is to display the English version when no supported language is selected and I just get the English version when switching the language to Chinese from the Settings app.All other supported languages do work though.Best,Josh
We have develop Adobe AIR application that uses Starling and Gunk DI.The applications works great in the simulator and when deploying it to a device from the development environment, we use IntelliJ.When we package the application as ad-hoc package and deploy it to iPad using TestFlight the application crash, and I mean iOS crash report, without throwing AS3 exception when we try to create any type that is derived from starling.display.Sprite using Gunk CI.The strange thing is that the AIR app crashes without exception.Thank you,Ido.
So basically i want my app to use the 2x pixel scaling ( requestedDisplayResolution : standard ) on any iOS devices that have a screen bigger then 1024x768 ( retina iPads ect. )else, for iPods / iPhones / iPads below or at 1024x768 : the requestedDisplayResolution : high ( if i understand well : 1x pixel then )problem is the iOS 7.1 simulator only seems to take in account the value of requestedDisplayResolution and ignore the parameter excludeDevices :if i go :<requestedDisplayResolution excludeDevices="iPad">high</requestedDisplayResolution>---> i get :OK ( 1x pixel, no scaling ) : iPhone Retina 3.5 inches, iPhone Retina 4 inches, iPadNot OK ( still 1x pixel no scaling --> i wanted 2x scaling this time ) : iPad Retina!if i go the opposite way :<requestedDisplayResolution excludeDevices="iPod iPhone">standard</requestedDisplayResolution>---> i get :Not OK ( 2x scaling --> i wanted 1x... ) : iPhone Retina 3.5 inches, iPhone Retina 4
Greetings i've been reviewing this older posting relating to the same problem that I have, but cannot surmise the solution from the thread. Could someone help point me in the right direction?https://forums.adobe.com/message/5618417I've built a flash ios app that relies on the input from 5 keys to function. I'm using Flash CS6 and AIR 13.0.0.111 for iOS. The app wont recognize the input from my bluetooth keyboard though.This code works until loaded onto the iPhone:stage.addEventListener(KeyboardEvent.KEY_DOWN, ScrollDown);function ScrollDown(e:KeyboardEvent):void{if (e.keyCode == 83){} I guess in need to use a event.CHANGE listener but I can't find any similar tutorials to follow.Any help would be greatly appreciated.
Hi,I thought this had installed correctly until trying to install Elders Scroll Online Attempted multiple times to uninstall/re install using administrator and used the Microsoft Fixit/Clean Up utility.The install does not give me any error messages but get the following logs10:04 PM 24/05/201410:04 PM 24/05/2014[2014-05-24:22:04:49] Relaunching with elevation[2014-05-24:22:04:49] Launching subprocess with commandline c:\users\admini~1\appdata\local\temp\aird8d1.tmp\adobe air installer.exe -ei[2014-05-24:22:04:49] Runtime Installer begin with version 13.0.0.111 on Windows 7 x86[2014-05-24:22:04:49] Commandline is: -stdio \\.\pipe\AIR_3736_0 -ei[2014-05-24:22:04:49] No installed runtime detected[2014-05-24:22:04:49] Starting silent runtime install. Installing runtime version 13.0.0.111[2014-05-24:22:04:49] Installing msi at c:\users\admini~1\appdata\local\temp\aird8d1.tmp\setup.msi with guid {0A3925EA-5B0E-401B-A189-7419149747B2}[2014-05-24:22:04:50] Runtime Installer end with exit code
Can anyone tell me how I can get around this error? I've tried reinstalling adobe air and reinstalling the programs but neither works.
I really like the new forums but I'm having trouble finding the TLF forum. When I search it appears grayed out.
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.