Join a global community of Adobe Air users and developers.
Recente
Hello !I know that this problem is knew and a similar post already exists http://forums.adobe.com/message/5102955#5102955But 6 months later, it still doesn't work and it's very frustrating to be able to read an AVI file with ffmpeg and NativeProcess, but impossible to build original and fun Video experience because of that.Please! Please! Fix it !Thank you for all your work
Hi,Can anybody tell me whether I can dynamically incorporate Flash Builder compiler configuration values into my application XML for an Android / iOS compile?EG: If I set compiler directives like this:-locale en_US -source-path locale/{locale} -define CONFIG::APP_ID_EXTEND '.dev'Can I get my application XML to append .dev to the application ID like this:<!-- A universally unique application identifier. Must be unique acrossall AIR applications. Using a reverse DNS-style name as the id is recommended.(Eg. com.example.ExampleApplication.) Required. --><id>COM.MYCOMPANY.WONDERFULAPPLICATION{CONFIG::APP_ID_EXTEND}</id>So that my application is packaged using COM.MYCOMPANY.WONDERFULAPPLICATION.dev as its application ID?I know this sounds a bit convoluted, but I am looking for a trouble-free way to allow me to generate internal and external variations on a single, standard application. It is a doddle to use the config variables to relocate servers etc, but I am still having
Is it possible to get error stack-traces from a deployed AIR app? I have setup a global error handler but I find that all it gives me is the error type, without any context, which is pretty much useless information. -Aaron
i have a requirement like after generating a PDF document I want to print only one copy of that document , after that if i try to print the one more copy it should not allow me to print any one plz help regarding this
I'm developing a video chat app and for technical and privacy reasons, the app must stop sending video when the phone is locked. The camera will stop working there anyway (getting back to the app shows a frozen video).I'm using UIApplicationExitsOnSuspend, which works well for the home button, but how can I detect the screen lock?With the camera not working when the phone is locked and the lock not being detectable, this would be a pretty big showstopper in general for video apps, but I haven't found a way to solve this.
I had a wonderful day so far. Although I have debugged on my Nexus 7 in the past, today it just didn't want to work.Perhaps there are some bugs to be found here, but I'll leave that up to Adobe to decide.I'd already been testing an app on my Droid 2 phone and then I switched to my Nexus 7.Notification says its connected for USB debugging. Clicking on the notification brings up the developer option menu, but I notice its not in my settings screen where it used to be. (Must have disappeared after the last system update.)I goto settings -> About tablet -> click the build number 7 times ( I hear its 10 for the Nexus 10)Device now says I'm a developer and I can access the Developer options from the settings menu.USB debugging is already checked.Using the Nexus 7 notification I switched USB connection from a media device to a camera device.I try to debug my app in Flash Pro, AIR for Android 3.5.0.880 but it just hangs when trying to load the app via USB.I check the Win7 USB drivers - t
If you have a feature request, please submit your ideas to our Adobe AIR Ideas website.
I haven't gotten past this. Have to use 3.5 instead. I/ActivityManager( 2505): Displayed activity air.com.sgn.myApp/.AppEntry: 539 ms (total 539 ms)W/dalvikvm( 8672): No implementation found for native Lcom/adobe/air/AIRWindowSurfaceView;.nativeSurfaceCreated ()VD/AndroidRuntime( 8672): Shutting down VMW/dalvikvm( 8672): threadid=1: thread exiting with uncaught exception (group=0x4001d7d0)E/AndroidRuntime( 8672): FATAL EXCEPTION: mainE/AndroidRuntime( 8672): java.lang.UnsatisfiedLinkError: nativeSurfaceCreatedE/AndroidRuntime( 8672): at com.adobe.air.AIRWindowSurfaceView.nativeSurfaceCreated(Native Method)E/AndroidRuntime( 8672): at com.adobe.air.AIRWindowSurfaceView.surfaceCreated(AIRWindowSurfaceView.java:719)E/AndroidRuntime( 8672): at android.view.SurfaceView.updateWindow(SurfaceView.java:536)E/AndroidRuntime( 8672):
Hello !First of all, sorry if my english is not perfect.I'm doing some test with Air NativeProcess. I created an app connected to FFMPEG to read all video Format, as shown in this video tutorialhttp://www.youtube.com/watch?v=6N7eN9wvAGQAll works perfectly, but if I try to draw my video Object inside a BitmapData, I get the famous "Sandbox security error". The thing I really don't understand is that all my files are local (the air app, ffmpeg and the video file).I tryed to add a basic crossdomain.xml that allows all domains, but it didn't change anything.I tryed to use 'Security.loadPolicyFile', but it didn't workI tryed to use 'NetStream.checkPolicyFile' but it didn't workI tryed to set NetStream.videoSampleAccess to true, but it didn't workI saw somewhere on the internet that a solution exist for this problem with a RTMP connexion. the netstream need to send a command that solve the problem :netStream.send("|RtmpSampleAccess", true, true);But I am in local and it didn't work (I tryed
Is it possible to implement & use Everyplay, Kamcord or any similar screen-recording library as a AIR Native Extension in an AIR iOS App?Thanks!
We have developed a beautiful weather app with Adobe AIR.Androd users ask us to create a live wallpaper and widget plugins.Is it possible?Can we create a live wallpaper for Android with AIR?
Hi guys - just wasted too much time with this - thought I'd mention it here - may help someone in future.I've got a mobile app which uses StageWebView for a news/info page. However my app is mainly graphics so I use GPU render mode.When I test the app using the Air Debug Launcher (Mobile) the StageWebView is not displayed.If I flip the render mode to Auto it shows just fine in the simulator.Most importantly - GPU does work fine when deployed to the actual device.I'm pretty sure this was not an issue a month or 2 ago (possibly an issue with current AIR version displaying StageWebView on desktop - I'm currently on 3.8.0.910 ( see http://forums.adobe.com/thread/1175722 ).
Is there a way in Air to use the ios soft keyboard return key to fire a function?Thanks in advance.
I'm having a weird bug on iOSI create 2 dynamic text fields, 1 multiline, 1 singleline. I run this on my ipad, I give the textfields focus by clicking on them to pull up the softkeyboard.The multiline textfield will have an enter button that say "Return"The singleline textfield will have an enter button that says "Done"add a listener for keyupstage.addEventListener(KeyboardEvent.KEY_UP, this._onKeyUp);private function _onKeyUp($event:KeyboardEvent):void{ switch($event.keyCode){ case Keyboard.ENTER: trace("HELLO?"); break; }}The trace will only work when you press "Done", it never fires for "Return"
Hi,We have a native installer for a windows and Mac AIR app. For updates, we use the NativeApplicationUpdater code from:http://code.google.com/p/nativeapplicationupdater/After an update has been downloaded and launched, AIR shows a dialong prompting the user to "Replace" or "Cancel"the update.I would like to get rid of the dialog as this seems to include a redundant question for the user who chose to update from the first place.I believe setting the <customUpdateUI> tag at the application decriptor file would hide the dialog, but that causes the update to just launch the existing app. How can I come up with custom logic that will cause the update to actually replace the existing app?Thanks,Eilon
I've had this error plenty of times, but for the life of me I can't figure out this one. I have a very long Air file. I have a function that keeps giving me this 1009 error. Well sort of. I call other functions within this one that give me the problem. Lets say I have function1, and within it I have calls to function 2 and function 3 and function 4. I'll first comment everything out and function 1 doesn't return the 1009 error. Then I'll uncomment function 2, but then I get the 1009 error from function 2. So then I comment out function 2 out and uncomment function 3. Then the 1009 error goes to function 3. Same thing with function 4. Clearly I'm missing something because the code works in another shorter file that I used for testing. Does anyone have any idea why the 1009 error would propagate from one function to another?
I was trying to update Adobe Air. No matter how many times I tried, it would not install. When I tried to open it, it minimized on my task bar, but would not open. I then tried to install an older version, same thing happened. I tried going to the folder from my task mananger, but it still would not install.I also tried Microsoft Fixit, as per your suggestion in one of your forums. But that did not work, either. It said nothing is wrong.So, can you possibly help me??? I thought it was a problem with your installer package, but I suppose not. I do not understand, as this never happened before. Thank you for any help you can give me!!!
HiI try to create a music app for android and iOs devices. After a while I located the folder that should be the musicfolder of my iPod. "/private/var/mobile/Media/iTunes Control/Music" I already get access to the "Media" folder, but it is empty. File( File.getRootDirectories()[0]).resolvePath("/private/var/mobile/Media"); // file exists and it is a directoryI also copied music to my iPod and I can find the directoy with a desktop tool. But not with my app.My alternative is to let the user copy all his music to the File.documentsDirectory, but i would prefer to get direct access to the Itunes folder.Anyone know a solution?Thank you for helpcheersSimon
Hi,I am just drawing attention to this one as it is a complete show-stopper for us! Advertisers are not going to be happy with losing the final two to three seconds of a thirty-second slot that they've paid good money for!Any thoughts, comments welcome; https://bugbase.adobe.com/index.cfm?event=bug&id=3504086G
Hi,I'm building an Android app with Adobe Air 3.8.Some users with newer Android devices (e.g. Nexus 4) told me that they got a parse error by trying to install my app."Parse error. There was a problem parsing the package"Is something wrong with the app.xml?Android part of app.xml:<?xml version="1.0" encoding="UTF-8" standalone="no" ?><application xmlns="http://ns.adobe.com/air/application/3.8"><id>com.example.android</id> <versionNumber>1.0.0</versionNumber> <filename>Example</filename> <description/> <name>Example</name> <copyright/> <initialWindow> <content>example.swf</content> <systemChrome>standard</systemChrome> <transparent>false</transparent> <visible>true</visible> <fullScreen>false</fullScreen> <
Just a heads up on an obscure bug I found when using XML on android.When working with XML using a set default namespace, if you generate a number of XMLLists using a comparision operator, the default namespace is lost. This only occurs when running on Android devices - other platforms and the Air simulator is fine.So if you take some XML like this...private var testXML:XML = <documentRoot xmlns="www.mydomain.com"> <subNode id="1">A</subNode> <subNode id="2">B</subNode> <subNode id="3">C</subNode> <subNode id="4">D</subNode> <subNode id="5">E</subNode> <subNode id="6">F</subNode> <subNode id="7">G</subNode> <subNode id="8">H</subNode> </documentRoot>;.. and run a function like this...private function xmlTest():void { //Our target ID. var target:uint = 4; //Set default namespace default xml namespace = NS; trace("TEST START"); trace("HOW MANY SUBNODES: " + (this.testXML.subNode).l
I was just wondering if anyone knows of an existing ANE to work with DMX lighting (specifically the Enttec dmx usb pro if possible). I've been looking around, but haven't had much luck finding anything. I did see the discussin here: http://forums.adobe.com/thread/932265 but that's a pretty old thread and I was hoping to find something more recent. Thanks!
My Nexus 4 was recently updated to Android 4.3. The below code to control the system Back button worked with the previous versions of Android 4.2 and below. However, now my phone has been updated to 4.3, the Back button simply closes the app. The Back button works perfectly in the Simulator. Here is the code:stage.addEventListener(KeyboardEvent.KEY_UP, backButton);private function backButton(e:KeyboardEvent):void{ if (e.keyCode == Keyboard.BACK) { e.preventDefault();
Hi, I've found a few threads on this though none which really seem to have a solutionBasically it seems like with no mouse or touch listeners, and all objects (including stage) having mouseChildren as false and mouseEnabled as false (not stage as not supported) there is a significant frame rate drop when you touch the screen.I've been testing the below in CS6 and CC, with AIR 3.4, 3.6 and the latest 3.8 beta, all on a 3GS.I have a very basic FLA with around 30 animated movieclips that simply loop and a single text field.I've set stage.mouseChildren=false;And to double confirm, looped through all movieclips on screen and set their mouseEnabled and mouseChildren to both falseOn my 3GS, the AIR app runs at about 45 - 47fps.However, when I tap the screen, or drag my finger around, it drops to closer to 35fps. Considering I don't have any touch or mouse listeners, this seems odd.Here is the complete code I'm using (straight in the timeline), the enterframe loop simply averages out the last
Following test case reproduces error:AIR SDK: 3.8.0 build 870 and build 1240Compiler: 2.0.0 build 353981Repro:https://gist.github.com/sigman78/6286715Origin: feathers.controls.supportClasses.TextFieldViewPortcauses: [Fault] exception, information=TypeError: Error #1034: Type Coercion failed: cannot convert Inner@30186e9 to flash.display.Sprite.'Inner' class w/o 'final' or removing -inline compiler option makes error go awaytest() method bytecode (works, no inlining): [__go_to_definition_help(pos="257")] function test():void /* disp_id=0 method_id=1 nameIndex = 3 */ { // local_count=1 max_scope=1 max_stack=2 code_len=12 // method position=493 code position=645 0 getlocal0 1 pushscope &n
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.