Join a global community of Adobe Air users and developers.
Recente
I need to partition my windows into separate domains in a desktop application. I have a MMOG that was running several .swf instances at a time that has been converted to AIR to take advantage of some of the AIR only api's. Now I have found it is not possible to open more than a single instance of an AIR app (wish someone would have said something BEFORE I spent 2 months upgrading this old Flex 3 app!)Before I have fits trying to un-single the singletons (since it would not get me far anyway) would someone please tell me how to open AIR desktop windows in separate applicationDomains?
Hi Guys,I need to save and retrieve dates in a SQLite Database.Im saving the dates lige this:var mydate = "STRFTIME('%J','"+year+"-"+month+"-"+day+"')"sqlquery("INSERT INTO gamedata ( leftTime, number, totalTime, usedTime, theDate)" + "VALUES ('"+setValueMaxSpendPerDay+"', '1', '"+setValueMaxSpendPerDay+"', '0', "+mydate+")");Which seem to be working.How ever when i need to select a specific date at a later stage im not having any luck 😕😕Im trying this:var day= "01";var month= "06";var year= "2014"; var mydate = "STRFTIME('%J','"+year+"-"+month+"-"+day+"')" sqlquery("SELECT * FROM gamedata WHERE theDate == "+mydate);I have also tried:sqlquery("SELECT * FROM gamedata WHERE theDate == "+"'2014-06-01'");But without any luck 😕😕Any help is greatly appriciated.Thanx in advanceHenry
I'm using Flash Professional CC to build an Adobe AIR for desktop application. I don't see how do add a EULA to it.It's standard that during installation process user must accept EULA in order to complete the installation. The AIR packager doesn't seem to provide this option.Is there any way to include a EULA text file in the final installation executable?Note: I'm referring to my application's EULA, not to Adobe AIR EULA.
I was playing games on fb this morning and got a small window as follows adobe flash player request local storage for A248.e.akamai.netit has locked the games up as I cannot deny or close. went to web storage panel and deleted it and is still the same. cannot delete and cannot play games, what do I do now?? thanks.
I am developing an AIR app for iOS and Android, it will need to know the latest exchange rates for a range of currencies each time it is used.I have come across paid subscription currency information services from www.xignite.com and http://fxtrade.oanda.co.uk and also a service that appears to be free, from www.webservicex.netDoes anyone have any experience of these services, or know of any better ones. And can anyone suggest the best actionscript solution to access these webservice, e.g. REST, SOAP, or perhaps another way?
I'm trying to resolve the error "The extension context does not have a method with the name ____" for a mac-based native extension.To isolate the problem, I built a simple .framework, following the documented steps including the flat_namespace and weak_framework tags. Happy to provide full build settings if that's helpful.Here's the description file I use to build the ANE: <?xml version="1.0" ?> <extension xmlns="http://ns.adobe.com/air/extension/3.1"> <id>com.example.extensions.Test</id> <versionNumber>1.0</versionNumber> <platforms> <platform name="MacOS-x86"> <applicationDeployment> <nativeLibrary>Test.framework</nativeLibrary> <initializer>FWInitializer</initializer>
My game runs smoothly, but when a bitmap is first loaded onto the screen (usually more than one at a time) it causes some lag. The lag doesn't reoccur until you exit the app and restart it. I am curious as how to preload these images before they appear on the screen so I can make it look smoother. Its all in one SWF (no external files), and the whole SWF is only 10 MB (probably under 20MB when completed).How do I preload the images so they don't cause lag during game play? (Like load it on a transitioning/loading screen)
While browsing Google Play I noticed that many of the reviews for Adobe AIR are obviously bogus reviews. These reviews make ridiculous or gibberish claims that have absolutely nothing to do with the software, and are always 5-star reviews. An example:Thank you ADOBE! I normally don't review apps but this is too good not to comment!! The hair on my palms has stopped growing and I am no longer blind thanks to the power of Adobe AIR. You've saved my marriage! Also, my car has stopped making this weird clicking noise, my annoying cousin stopped dropping by unexpectedly, the dog's worms have disappeared, and my cholesterol is the lowest it's ever been"These clearly bogus reviews have several threads in common:They are well spelled and punctuated (this is already a sign that they are not legitimate reviews)They always include "Adobe AIR" and usually "Adobe" in the review textThey don't make sense or have nothing at all to do with the appThey are 5-star reviewsFake reviews such as this are co
Hello,is the -omit-trace-statements compiler's option still suposed to work in AIR3.8 and ASC2? I can still see traces of my release build in Scout so it looks it's not removing anything.Thanks,David
Hi there,Chinese and Japanese font / character still cannot display in AIR 13.0 or 14.0.0.103 , Android 4.4.2Korean font is OK.Any ideas?? Thanks!Contra
Hello,I was just wondering if it is possible to wrap a Muse HTML folder (whole export) in Adobe Air to make a desktop application? I have managed to wrap the business catalyst URL that Muse gives you temporarily and made a desktop application. As this is temporary is it possible to wrap the entire project (HTML)?I'm very new to this so i hope this all makes sense.Thanks in advance,SPolly
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).
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.