Join a global community of Adobe Air users and developers.
Recently active
Hi,I am trying to install Adobe Air on my Samsung Tablet 10.1 GT-P5210 with Android 4.2.2 and unfortunately it is always giving error "Unknown error code during application install: "-24".I did tried the following but no luck.Reset factory settingsDelete the data/data filesANy help is greatly appreciated.Thanks,Wendell
Does it work? I keep getting a message: "error -24"... is there a way to overcome the problem?
Here is the feature request: Feature#3802934 - [New Feature Requirement][iOS] StageText selectRange featureWe need feature to select range in StageText field in iOS like with setSelection TextField method:TextField - Adobe ActionScript® 3 (AS3 ) API ReferenceNow it's doesn't work for one line StageText field:StageText - Adobe ActionScript® 3 (AS3 ) API ReferenceIt said: "On iOS, for non-multiline StageText objects, this function is not supported and always returns -1. If you call this method selecting the complete text string, the selection is visible. However, if you call this method selecting a subset of the text string, the selection is not visible."But it doesn't work even I try to selecting complete text string. Tested with iPad 4.I'd like to ask everyone who interested in it to take a minute and vote for implementing this feature.Thanks.
Hi,How to make an app a file receiver for images on iOS?I did it for the Android app.xml like this: <intent-filter> <action android:name="android.intent.action.SEND"/> <category android:name="android.intent.category.DEFAULT"/> <data android:mimeType="text/plain"/> <data android:mimeType="image/jpg"/> <data android:mimeType="image/jpeg"/> <data android:mimeType="image/png"/> <data android:mimeType="image/gif"/> </intent-filter> How to do it for iOS?(I'm using Adobe Air 4.0)Thank you!
I'm sorry for a very poorly structured question. I just run out of English... I hope one of you guess what's the problem and can provide better words to describe it!I'm having hard time understanding how classes from SWC files are handled when the app is complied with Flash Builder. We have about 50 SWC files, all compiled from corresponding FLA files. Their libraries contain elements that have AS3 linkages and in the end, there are plenty of classes involved. The classes are packaged in SWC files and Flash Builder finds them just fine. Some AS3 linkages have the same name, which is OK, because they are essentially the same library elements and we don't want to have duplicates in the app. Also plenty of AS3 linkages have same base classes, which means plenty of SWC files carry those base class definitions too, but only one is really needed.Sometimes everything works, sometimes something breaks. It almost seems like the moon phase affects whether the end result works or not... Sometimes
Hi,can someone help me to understand custom compare function behavior when sorting Vector or Array of custom objects? The problem I have is really strange and I made small test which I'll share now.I have created Vector (and tried with Array also later, it's the same) with 5 simple objects. Objects have only 2 variables, "a" and "b". All Objects have the "a" value equal to 1 and "b" values are consecutive numbers from 1 up to 5. Custom compare function compares and sorts these objects on "a" variable and here I have strange behavior. With every call of sort function using this custom compare function 1st and middle object (in 5 element vector it's 3rd, in 10 element vector it's 6th and so on) replace them selves in Vector object.I have put the code below: var objects:Vector.<Object> = new <Object>[{a:1, b:1}, {a:1, b:2}, {a:1, b:3}, {a:1, b:4}, {a:1, b:5}]; function sortVector(a:Object, b:Object):int { if(a.a < b.a) return -1;
The TweenMax orientToBezier do not work correctly on the idevice if I use -useLegacyAOT=nopackage{ import com.greensock.TweenMax; import com.greensock.easing.Linear; import flash.display.Sprite; import flash.display.StageAlign; import flash.display.StageScaleMode; import flash.events.Event; [SWF(frameRate="60", width="960", height="640", quality="LOW", backgroundColor="0x000000")] public class TEST_TweenMaxRotation extends Sprite { private var sp:Sprite; public function TEST_TweenMaxRotation() { super(); &n
First time trying to package an AS3 Air app for development on iOS. App works fine on Android and is available on the Google/Amazon store etc. The version I'm trying to package has all references to the ANE I use removed to simplify matters.I'm using Flash Builder 4.7, AIR v4.0 and am developing on a Windows 8 PC.When using fast packaging no error is thrown but the app just shows a black screen on my test Ipad (v3).Using standard packaging I get the following error at 57%:Error occurred while packaging the application:Undefined symbols for architecture armv7: "__Z15abcOP_nullcheckIPN7avmplus6AbcEnvEEvPNS0_9MethodEnvET_", referenced from: _abcMethod_builtin_2_2_function public::global21.describeType in AOTBuildOutput-3.o _abcMethod_builtin_3_3_function public::global21.describeTraits in AOTBuildOutput-3.o _abcMethod_builtin_6_6_function public::global21.describeParams in AOTBuildOutput-3.o&nb
Hi,I'm looking for a fast pathfinder solution for a cross platform game in AIR (for ios, android and web) with about 50x50 squares.Any good solutions out there?Thanks,Andreas
Helloipa worked fine in debug mode but crashed in adhoc mode.The app crashed constantly at the same point (after clicking a button inside the app)I searched for ios crash logs but couldn't find anything meaningfull: "bug_type":"109"...Exception Type: EXC_BAD_INSTRUCTIONAfter hours of commenting out parts of the code I found this weird issue.I had a class with a method clear().Nothing inside this method was wrong.But adding meaningless lines like fixed it: var a:int = 0;a+= 1;trace("a=" + a);So I assume it was a bug in the legacy AOTThen I tried to solve this issue by using the new AOT (-useLegacyAOT no) and it worked.It was really fast and nice.But using the new AOT now I face a new problem.I get this popup: "Uncompiled ActionScript""Your application is attempting to run uncompiled ActionScript, probably due to the use of an embedded SWF,This is unsupported on IOS, See the Adobe Developer Connection website for more info"I load a swf with no code inside, only bitmap with as3 link
Here is the bugbase ticked: Bug#3815578 - [Android] SoftKeyboardType.NUMBER, EMAIL etc for StageText doesnt't work in fullscreen modeStageText textfields with SoftKeyboardType.NUMBER, SoftKeyboardType.EMAIL etc opens default soft keyboard in fullscreen mode (if fullScreen=true in application XML).So, actually softKeyboardType property doesn't work in fullscreen mode on Android.It's pretty critical for our applications. Any authorization form, phone and email text fields will encounter this problem. Please fix it as soon as possible.I'd like to ask everyone affected by this issue to take a minute and vote for the following bug.Thanks.
Hi guys,I have some problems with a project using StageText input fields on Android (all ok on iOS)...:1) the .softKeyboardType = SoftKeyboardType.NUMBER dosn't work and the keyboard it's always the "normal" one2) if I select a textfield in the bottom area and the entire stage is scrolled up to show correctly field and keyboard, the contents of the stageText already compiled disappear or I just see a portion of themsomeone have already fault in these problems and maybe have found a solution? thanks!Ivan
I am trying to upload my music to the Amazon Music Library and when I try to download the Music Importer, I get the following message: "The application cannot be installed due to a certificate problem. The certificate does not match the installed application certificate, does not support application upgrades, or is invalid. Please contact the application author." I have rebootedmy computer, uninstalled Adobe Air and reinstalled it. I still get the same error message. P.S. - I have also tried to chat with Adobe customer support and they sent me here after I'd already posted my problem. Thanks for nothing, CS Chat Employee. (And this is the second time I've posted this issue. The first one was withdrawn with no answer. Seriously?)Also, I opened IE and tried downloading the Music Importer there instead of in Chrome to see if that was the issue. I received an error that Flash needed to be updated (that I did not receive in Chrome), updated it, then tried to download the Amazon Music Import
App is running on desktop and packaged as Signed native installer with AIR 14My app opens and closes native windows and adds externally loaded SWFs to them. I'm activating the windows with a FULL_SCREEN_INTERACTIVE displayState. Without fail, after 5 or 10 windows opened and closed, the app crashes upon opening the next native window.If I don't use FULL_SCREEN_INTERACTIVE, the app never crashes, I've tested on Mac OS and Windows, same problem.This code opens the window :var options:NativeWindowInitOptions = new NativeWindowInitOptions(); options.transparent = false;options.systemChrome = NativeWindowSystemChrome.STANDARD; options.type = NativeWindowType.NORMAL; options.resizable = false;options.renderMode = NativeWindowRenderMode.DIRECT; myWindow = new NativeWindow(options); myWindow.title = "Title"; myWindow.width = 1024; myWindow.height= 768; myWindow.stage.align = StageAlign.TOP_LEFT;myWindow.stage.scaleMode = StageScaleMode.NO_SCALE;myWindow.stage.displayState = StageDi
when i run ADL has error :Aug 23 09:46:30 eagledeMacBook-Air-2.local adl[1157] <Error>: The function `CGFontSetShouldUseMulticache' is obsolete and will be removed in an upcoming update. Unfortunately, this application, or a library it uses, is using this obsolete function, and is thereby contributing to an overall degradation of system performance.
I am using the StageWebView to load in some HTML content but noticing that the scroll performance on my Nexus 5 running Android L or Nexus 7 running 4.4 is pretty laggy and unresponsive. I would have thought I would get native scroll smoothness. Anyone else have this issue? I tried different rendermodes but that didnt seem to help.
I'm using StageWebView for displaying a html5 contents (a simple game) in AIR mobile app. On some devices with Android 4.4, Nexus 4 for ex., html5 in StageWebView has 10 FPS instead of 50-60 in mobile Google Chrome on same device! But StageWebView uses same Chrome version on device... It's a magic!How it's possible? How to improve performance in StageWebView?
Amazon targeting requied custom "versionCode" for different buildsDeveloper can create different builds with same "versionName", but with different "versionCode".https://developer.amazon.com/post/Tx2IQ6FUR1ASHFK/How-To-Use-Amazon-Device-span-class-matches-Targeting-span.htmlHow I can set custom " versionCode" in manifest? Is it possible?
HiI'm a member of a team developing a package of applications in AIR. The problem we encounter is that UI of our applications gets something like frame rate drop down or freezing during their running. It's not real frame rate drop down or freezing as it's actually something really different because applications are doing their job.This happens rarely but when application is open for some time (in most cases without user interaction in it), after user wants to continue his work in application, application UI is not being updated until mouse pointer isn't rolled over some object, just changing to the frame at which animation should be regularly. So, basically, everything looks ok but as soon as user rolls mouse over an object, let we say an button which has roll over and roll out animations, it looks like nothing happens, button is not animating at all and, when user moves the mouse away, he can see that button is actually changed to the look of being rolled over with mouse and UI is fro
Now you can using my ANE show native message box in Windows.More details http://gamespoweredby.com/blog/2014/08/adobe-air-windows-messagebox-native-extension/P.S. Free to use but not open sourced to all.
Here is the bugbase ticked https://bugbase.adobe.com/index.cfm?event=bug&id=3695884There you will get sources and precompiled IPA that can be executed on any iOS device (I use my Enterprise license).The same code with -useLegacyAOT=no on iPad4 iOS7.0.4 show >400ms testst. The same but without -useLegacyAOT=no show ~310msAlso small notice. It's can be no true but may be issue also.Try to compile this test for Air 3.6 and Air 4.0. I see small different. Looks like VM Math was updated And it's increase latency between Runtime and CPU
I'm experimenting with GC and getting results that I don't understand. The code below create 10 red circles and starts to move them along x-axis, one circle each second. The moving is implemented with Tween object, which keeps calling yoyo() each time the tween finishes. The moving should last forever, but running GC stops it. You see, that I don't keep references to the tween object, which is of course a very bad idea, but the purpose is to understand how GC works. As the tween's callback is anonymous function, the function closure keeps reference to the tween object and the as the tween object stores the function closure, this should not be GC'd. Right? Or, as I assume, the GC is clever enough to find these "islands"? But as my code often leaks memory, it can't detect all kinds of islands - where's the limit?import flash.display.Sprite;import fl.transitions.Tween;import fl.transitions.TweenEvent;import fl.transitions.easing.Regular;import flash.utils.Timer;import flash.events.TimerEv
on my app when i hit the text field , screen banks out after keyboard appears for first time. it happens on only selected modules of samsung like GT-N8020I am using flash professional 6 and air for android 14.can please someone help me , clients using this model are very unhappy.ThanksGajendra
I have 2 buttons in my app ( my app published by flash cs6 for android ). one button for exit app and one button for minimize app (send app to background and show homepage).what is code for 2nd button in as3?b1.addEventListener(MouseEvent.MOUSE_UP,exitapp);b2.addEventListener(MouseEvent.MOUSE_UP,minimizeapp);function exitapp(e:MouseEvent){ nativeapplication.nativeapplication.exit();}function minimizeapp(e:MouseEvent){ //...what code I should write here? }
Hi All,I have an air application which has a registration mechanism. i.e the app gets registered through a license key purchased from the admin.During registration user's system ip address gets subscribed to the license key. I have a requirement that when the application gets uninstalled, a service must be called to free the license key from that ip address. So that the same user can use the license keyin another system.So how to call a service when the air application gets uninstalled from the system. or how to handle the uninstall event? Is there any mechanism or solution?Please help. Thanks in advance.Regards,Jameel
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.