Join a global community of Adobe Air users and developers.
Als letztes aktiv
HiI'm using varname.play() to play a sound (mp3)But I need to stop my App until the sound finished of playing.. Anybody knows if there is a way to know if a sound complete to reproduce?Thank you
HelloI'm looking and looking but can´t find nothing about access the camera roll and camera to take a picture to my App, Does anybody have any code to do that?,Not Class please, Just AS3Or perhaps prefer to point me to a URL?Thanks
Hi, My app is crashing on iOS (probably memory problem with too many bitmapData drawn to memory at run time). Could you share your experience which operating system logs whould shed more light on the reason for crashing? Where are these logs on iOS and where on Android?
before start, let me tell you i do have all necessary certificates and mobileprovisions files with me. i use AIR 3.0 command line (as Flash CS 5.5 can not publish it using 2.6 due to bugs). i've already created "ipa-test" files using appropriate files - which has been checked in ipad as well. now i would like to upload this project to the apple app. i tried to create "ipa-app-store" using distribution certificate (converting it PEM and than .p12) and its mobileprovision file. It could not. I kept it for whole 1 day.. temporary files were there in publishing folder, and in the task manager also, it was showing Java.exe was running. Initially, i thought the problem is with distribution certificate and mobileprovision files, i deleted them and re-create them but the result was the same. Then I create new file with just one small rectangle in it and published it with the same code, same files (using AIR SDK 3.0)... surprisingly it was published. i've no idea what is going on? can someone p
Hey there I've tried to do a simple 5 frame animation in Flash CS5.5 each with a stop(); action but when viewed on the iPad the aniamtion doesnt stop, it cycle through the 5 frames instead of stopping at frame 1.Any reason why that is happening?
I'm surprised not to see this already mentioned here: there are post about it on the Apple Support Forum. It may affect many who aren't aware of it - I only found out about it when a disk clone operation that normally takes 45 minutes continued for 11 hours.SYMPTOM: many, many, many thousands of log files are being created in /var/log/asl/AUX.2011.[MM].[DD] directories, each containing a message like:WebProcess(225) deny file-read-data /Users/foobert/Library/Application Support/Adobe/AIR/ELS/com.adobe.amp.4875E02D9FB21EE389F73B8D1702B320485DF8CE.1/ PrivateEncryptedDatakWhen I discovered the problem, those log files had already consumed a whopping 10GB of my hard drive. The messages especially proliferate when Safari is running, insofar as it seems to want to access the keychain. The problem can be remedied by going into Keychain Access and deleting the PrivateEncryptedDatak keychain, but that keychain is recreated whenever I launch my most useful AIR application, TweetDeck.The pr
Hi,I packaged my Android apps for AIR3.0 with the captive runtime (used Flash CS5.5 and command line adt). This worked as intended.Afterwards I published updates of my apps to the Android Market, e.g.:https://market.android.com/details?id=air.Kuckuck_MULTI&feature=more_from_developer (English version)https://market.android.com/details?id=air.Kuckuck_MULTI_DE&feature=more_from_developer (German version)(apps are animated books for kids, still free to download).Now the following situation occurs:I can download this app or update it without any problems.BUT: If directly afterwards I try to download or update ANOTHER of my AIR3.0 captive runtime apps from the Android Market I get an error msg stating that "there is not enough memory on my device".There IS enough free memory on my device (Samsung Galaxy Tab GT-P1000 with lots of free internal memory).After I reboot my Galaxy Tab I suddenly can install/update the next of my AIR3.0 apps - but only one, the the memory msg appears again
Does anyone know a good tutoriaal for a young developer.But please dont give me any on how to make on for android or TV.Thanks!
Hi AllIs there any way from adobe air for android to hide the task bar on android tablets completley from view. The task bar contains the back, home and other icons which sits at the bottom of the pages. Any help would be apprciated.regards Mike
Hi. So I have this ship on the stage and 2 buttons. One button is Left, other is Right. When I press and hold left, the ship rotates left, and when I press right it rotates right. If I release any of them, the ship stops rotating.Now, my problem is, if I hold down left or right, and drag/move my finger off of the button and release my finger outside the button area, it never triggers the TOUCH_END, so the ship keeps rotating til I tap any of the directions.How do I make it stop?(using Flash CS5.5)Here's the code:var left:Boolean;var right:Boolean;Multitouch.inputMode=MultitouchInputMode.TOUCH_POINT;Left.addEventListener(TouchEvent.TOUCH_BEGIN, leftBegin);Left.addEventListener(TouchEvent.TOUCH_END, leftEnd);Right.addEventListener(TouchEvent.TOUCH_BEGIN, rightBegin);Right.addEventListener(TouchEvent.TOUCH_END, rightEnd);function leftBegin(te:TouchEvent):void { left=true;}function leftEnd(te:TouchEvent):void { left=false;}function rightBegin(te:TouchEve
Hi,I'm finding a way to touch (click) a object under other object. If i'm trying that with MouseEvent, I just need to write mouseEnabled = false or changes the hitArea, but with touchEvent i'ts doesn't work.So, How can I ignore the touch event in a Sprite or MovieClip.Thank all,Mike
Hi,I'm trying to use native menu button on my asus transformer (android 3.2). With honeycomb devices, Menu button appears only when needed (not like android 2 devices). With Air application, menu button won't appear. I try on tour de flex. Menu button is always here but not used. I try devgirl sample, button doesn't appear. I think it's a Air3 bug (Bug submitted https://bugs.adobe.com/jira/browse/SDK-31768). Can someone help me ?
Hi guys,I've finished developing my app, live video streaming for iOS, I submitted on apps store but they rejected! (I didn't read the guideline carefully T_T https://developer.apple.com/appstore/resources/approval/guidelines.html) 3.1: Apps or metadata that mentions the name of any other mobile platform will be rejected 9.4: Video streaming content over a cellular network longer than 10 minutes must use HTTP Live and include a baseline 64 kbps audio-only HTTP Live stream Is there a way to get through? Much appriciate! Thanks!!
I have found some articles about how to display admob on air apps for android. How ever, is it possible to display admob on air apps for iOS?Can any genius answer it. If it's possible, please tell me how to do it.Thanks very much!
Hi,Ok so for many months now I have still been trying to find a decent tutorial on how to make a connection with Facebook using AS3 and the Flash IDE.I must of tried over 50 tuts by now and none seem to work. Obviously the update of the API causes issues however I've yet to find one tutorial which actually works and can bring in profile info like name, friends list and profile pics.Does anyone know of any tutorials showing this and how to achieve it?p.s please don't point me to the Adobe docs or Flash API wiki as their information and documentation is out dated. I have gone through all their examples with no success.I can only find examples for Flash Builder and maybe Flex, but I work with Flash IDE (5.5).What I want to do is to be able to connect to FB through Adobe AIR on my iPhone. I'm pretty skilled in as3.0 and adobe air for mobile and have done several games, I just don't know how this FB works and no tutorial seems to work anymore etc.Please, if you know how this works, can you
I've created a very simple game:https://market.android.com/details?id=air.com.infra.games.MemoryCards&feature=search_resultI've used the new AIR 3, captive runtime for Android. and the finaly APK was 8Meg.... that's ok.But after you install it you have two MAJOR problems:Your app is now ~25Meg in size (After installation)It take around 15-20Sec. to see the first screen... (Users think that the app is stuck)Ideas?
Hi all,it's quite crazy, that this bug: https://bugbase.adobe.com/index.cfm?event=bug&id=2951115 made it all the way from Beta to RC1 to final AIR 3.0 without being fixed.(It was created end of August, first comment from Adobe was end of September...)It is a regression in the webcam parts of AIR 3.0, and we have reproduced it on Windows and OSX with all kinds of webcams and both old video codec and h.264. This completely negates the great enhancements h.264 brought to us for video quality by letting the video appear as if it has spasms. So please speed up fixing this bug - since AIR 3.0 has come out, our customers are quite upset after we told them "with AIR 3.0 video quality will get a huge boost"...And btw - anyone else experiencing this issue - and might have a workaround? best regards,mrzottel
Hi I´m building an App for iPhone with Flash CS5.5, I'm trying to make it in several languages, but I can't get the Chinese or Japanese showed in screenI use a Dynamic field, with Font Arial, (which I've embedded all the fonts), this field is fill with a value in an array depending in which language the user is workingThe Array looks like this:var ArrayMy:Array = new Array("Hola","Hello","間格","間の")I put the value in the dynamic text field in this wayDynamicField.text=ArrayMy[WKlanguage]Works fine in every language, like special characters in french, Dutch, but Chinese and Japanese show nothing... Is there any way to get this working, Am I loosing something?Thanks
The recent upgrade to AIR 3.0 has hosed our application. We rely heavily on an mx:HTML control to render the UI of our application using javascript and HTML templates. Everything has been working great in production for months, until Adobe released AIR 3.0 last week. We use embedded fonts in our application that our defined in an external .swf (loaded at runtime). The HTML control loads a .css file that references the name of our embedded font "ArialEmbedded" and it all worked great. But now, with 3.0 it does not respect anything in the external .swf. We get the default Times New Roman font in all of our content, and the app crashes with reliability (in debug mode and release mode) without any exceptions being thrown.Using the Windows Debugger, I have been able to track it down to this call consistently - Webkit!cairo_pattern_get_type with an Access Violation erros - c0000005 . After some Googling, it seems webkit uses Cairo for the graphics re
Hey, I am trying to install CS3 on an I mac running 10.6.8. I get the message "This software cannot be installed because the file system of the OS is not supported"I have enabled the root user and tried after a safe start. I have tried to install from the setup on the root level of the disk. Same message each time.I thought that I had read here or somewhere that CS3 would run on OS 10.6.8Any one have any suggestions?Thanks
Hi,My app needs to update it's status to my server, when it goes to background. Currently I'm using Air 2.7, and do a curl by listenning deactivate. It works fine on Android, but can not finish the curl on ios after home button is pushed(the event is fired, but the curl seems never be executed). Is there any way can do this job on ios? How about air 3.0 multitask features for ios?
Hi, when loading http://inkom.com.au on iPads the message appears that Adobe does not support it and the moving feature shows as a cross. Can you suggest what we could change?Thanks in advance
hey there,i'll try and be brief. we built a kiosk app in flash builder as a pure as3 project. when we went to convert it to a air app everything seems fine except for two issues. one is that we cant use the Security.allowDomain("*"); tage. no big deal we comment that out but when we do we cant connect to the web service we are using. here is the error msg we get:url http://api.macys.com/v2/catalog/product?prodid=559529&prodid=586262&prodid=442702&prodid=539030&prodid=444331&prodid=593389&prodid=102435&prodid=519743&prodid=357571&prodid=128285&prodid=407708&prodid=209799&prodid=417917&prodid=498705&prodid=131858&prodid=597478&prodid=142166&prodid=470687&prodid=584020&prodid=167015&prodid=75190&prodid=432111&prodid=481224&prodid=549755&prodid=483429&prodid=414178&prodid=596422&prodid=385591&prodid=226280&prodid=142163ioErrorHandler: errorProductId: WebApplicationExceptionio
I am having trouble opening up adobe mu. Everything is installed but will not let me get pass the agreement/terms section. After i click " I Agree" it then blacks out and will not let me further continue using adobe mu. HELP PLEASE!
Iam unable to install Adobe Air on my Hp Pavilion laptop which isrunning Windows 7 x64. I have tried many of the suggestions in this forum but nothing has helped so far. I have listed the log file and MSI log in case anyone can see what is going wrong. There are errors reported in both log files but I dont know what I nee to do to fix them.AIR Install log file...[2011-08-14:10:27:36] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86[2011-08-14:10:27:36] Commandline is: [2011-08-14:10:27:36] No installed runtime detected[2011-08-14:10:27:39] Relaunching with elevation[2011-08-14:10:27:39] Launching subprocess with commandline c:\users\pauline\appdata\local\temp\airc83e.tmp\adobe air installer.exe -ei[2011-08-14:10:27:39] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86[2011-08-14:10:27:39] Commandline is: -stdio \\.\pipe\AIR_5380_0 -ei[2011-08-14:10:27:39] No installed runtime detected[2011-08-14:10:27:39] Starting silent runtime install. Installing runt
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Sie haben bereits einen Account? Anmelden
Noch kein Konto? Konto erstellen
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.