Join a global community of Adobe Air users and developers.
Recently active
Hi everybody,our first two Flash/AIR-apps were accepted by apple.It's an animated children's book for kids age 2-4.You can download them for free:http://itunes.apple.com/us/app/kuckuck/id456666191?mt=8 (German version)http://itunes.apple.com/us/app/frankie-frog/id456886821?mt=8 (English version)BTW: Feel free to rate the app and leave a comment (if you like it). Here are some tips:* Adobe does not support localization yet via the info.Plist. Because of this you can't do a multi-language app and give the app different names for different countries (this is very important, I hope it will be possible soon). I had to do two versions, one in German und one in English. Apple normaly doen't like this, they say this is a kind of "spamming". I agree, it is bad if you deliver 15 Versions for 15 different languages and you put them all for distribution worldwide.But I told the reviewers that localization via the plist.info is not possible and because of this there are two versions, an
Hello,I need to localize the name of the application I'm bulding in AIR for Android platform.I tried to specify different app names in the application.xml : (doc http://adobe.ly/mpo0av)<name> <text xml:lang="en">Hello AIR</text> <text xml:lang="fr">Bonjour AIR</text> <text xml:lang="es">Hola AIR</text></name> But the application won't install anymore on the device when the APK is created using this application.xml.It works when I revert to a simple <name>Hello AIR</name> node.Does someone has an idea how can I localize the AIR android app name please ?Thank you,Alex
Hi,I am quoting for a large RIA to be exported as an iOS app, using features such as consuming webservices in https, etc.My question is:- Do all standard AIR features work when packaging for iOS? Can I consume data on the internet? store local data? save photos? access the camera? etc.- What is notoriously not working?Thank you very muchnamasteFilippo
This is a question about how best to manage thumbnail images in an list view style app written in Actionscript 3 for Android.I am building an app that uses a list view control to show lists of data. As each list item appears on screen during a scroll through the list I create a thumbnail image to display in the list item cell. Currently I am embedding the jpg thumbnails in actionscript and using mx.core.bitmapasset to get bitmaps on the fly. On a live device this is unfortunately slowing things down - the smooth scrolling list jerks every time a new cell appears on screen.There are probably going to be 500+ thumbnails but a list will only ever have about 150 items in it at any one time, of which only about 6 or 7 are onscreen at the same time. The list view control is one that I have created myself in actionscript but I am pretty sure the thumbnail creation is the cause of the slowdown. If I take out thumbnails the scrolling is smooth. If I reuse the
we all face ithttp://active.tutsplus.com/tutorials/actionscript/quick-tip-how-to-debug-an-as3-error-1009/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+Flashtuts+%28Activetuts%2B%29&utm_content=Google+Reader
Hi,I failed to install my air application with Adobe Air installer in silent mode with a command like : "AirWrite Installer.exe" -silent -eulaAccepted -location "C:\testdir" AirWrite.airAnd the same thing occurs with the ARH command ARH -installAppSilent -location c:\testdir AirWrite.Air Any help would be greatly appreciated,Best regards.My log file :[2011-08-24:20:03:32] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86[2011-08-24:20:03:32] Commandline is: -silent -eulaAccepted -location C:\testdir AirWrite.air[2011-08-24:20:03:32] Installed runtime (2.7.1.19610) located at C:\Program Files (x86)\Common Files\Adobe AIR[2011-08-24:20:03:32] Invoking Application Installer for combined install[2011-08-24:20:03:32] Launching subprocess with commandline C:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "C:\Program Files (x86)\Common Files" -silent -withRuntime -url -location C:\testdir -eulaAccepted file:///C:/bidon/AirWrite
We have an AIR app, which is essentially an AIR web browser. The site loaded includes a video player SWF that uses the webcam. The problem is that in Windows XP, the Flash Player Settings Panel doesn't work. In other words, when the Settings Panel is displayed, it is not possible to click on "Allow" or "Close". The entire panel is unresponsive. As a comparison, there is no such problem on the same machine when running the website through a traditional browser (Firefox, Chrome, etc.). What I noticed is that the version of Flash Player used by AIR is different from the one used by browsers:AIR 2.7.19480 uses Flash Player 10.3.181.22All browsers use Flash Player 10.3.183.5We had this problem reported on 3 Windows XP installations. This problem does not exist on Windows 7.Is this a known issue? Is there a workaround? Can we force AIR to use a different version of Flash Player?
Hello.My application needs to perform some lengthy actions when it's closing (upload user's documents to a server). I've added something like this and it worked fine:... NativeApplication.nativeApplication.addEventListener(Event.EXITING, onApplicationExiting); ... var isNotGarbage: TTimer=null; protected function onApplicationExiting(event: Event): void { if (event.type==Event.EXITING) { event.preventDefault(); callLater(function (): void { applicationTryExit(); } ); isNotGarbage=new Timer(100, 0); //store the timer globally to avoid it being garbage-collected isNotGarbage.addEventListener(TimerEvent.TIMER, function (event: Event): void { applicationTryExit(); } ); isNotGarbage.start(); }; } protected function applicationTryExit(): void { //the app
hi, im thinking of uprgrading me web premium 5 to 5.5 but want to check that i can publish apps using this new upgradeIm running Web Premium 5 but on a PC, and my developer account only has MAC versions of the SDKs so at present i can only create provisional profiles, what i want to know is, ive seen a video showing Phonegap downloading SDKs for android, but the apple SDK needs to be from their site, which i know is a mac format which is no good, does phonegap allow me to put my account info in, and download the SDKs for me?Rob
Hi,I'm trying to build a really simple mobile flex project but i'm stuck at the ADT compilation.Here is what I did :- got flash builder burrito- download air 2.6 and merge this sdk with the sdk 4.5.0 in the flash builder folder.- made a simple test project. (just a label in the middle)- got the certificates to p12 and the mobileprovisioning- run the mxml with flash builder, also tried to compile it with the mxmlc.exe manually with both delivered a .swf file- run the adt command : [echo] -package -target ipa-debug -storetype pkcs12 -keystore C:/temp/TestMobile/certificates/cert.p12 -storepass [pass] -provisioning-profile C:/temp/TestMobile/certificates/flexTest.mobileprovision C:/temp/TestMobile/release/testMobile.ipa C:/temp/TestMobile/src/TestMobile-app.xml -C C:/temp/TestMobile/bin-release TestMobile.swf [exec] Compilation failed... [exec] Result: 12As you can see the result of the compilation is 'Compilation fa
Hi,We are trying to port our web application on iOS(iPad). Made some minor changes and package ipa with fast packaging method. It works great.Now we are try to package application for AppStore and use Standard method. But error occurs. Error occurred while packaging the application: Exception in thread "main" java.lang.Error: Unable to find named traits: spark.components::Application at adobe.abc.Domain.resolveTypeName(Domain.java:225) at adobe.abc.Domain.resolveTypeName(Domain.java:142) at adobe.abc.GlobalOptimizer$InputAbc.resolveTypeName(GlobalOptimizer.java:272) at adobe.abc.GlobalOptimizer$InputAbc.readInstance(GlobalOptimizer.java:994) at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.
Seems like there should be a way to load and view a local PDF.Any help appreciated. Thanks
Anything I type into the "SEARCH THIS FORUM" field returns zero results.It's been like that since I started using this forum last month.Chrome, Firefox, and IE.How come?
I am developing an iOS app. I have a "share" button in my app. Using navigateToURL( ... 'mailto:abc@def.com' ) will switch my app to the mail client. The user has to manually close the email client and relaunch my app to return. I saw some iOS apps that allows the email window to popup inside app. I wonder if there is anyway to do that using AIR? Thanks
It is not possible to communicate from the AIR application program. To the VPN line with which it is connected between bases when you pass the hosts file. The Internet passing can be communicated without trouble. The problem is not in Flex of the same source. These phenomena are generated only for Windows7, and not reproduced for WindowsXP. It connects it with the server by SSL.Steps to Reproduce:1.The network is constructed by using the VPN router. 2.The domain is set to server IP address of VPN with the hosts file. 3.The end point is set to the domain by the AIR application program on Windows7, and the RemoteObject communication is executed.-- As for the above-mentioned, all firewalls and the entire security software have stopped. The ping command is effective for the server. It is possible to access it by specifying the domain name from a browser by way of the hosts file.
Hello,I need adobe air for open a software but there is an error : "Unhandled exception Error: Directory can't be written to" errorID=5006.Somebody has solution?Thanks for your help.
I have built an app that uses SQLite to save info to. However, when I load a new version of the app, the database now shows empty. When I used shared objects on another project, the info persisted from version to version but now it seems to get blown away. When I install the new version, the android installer says 'All previous user data will be saved' but it doesn't seem to find it. Thoughts?
Hello!Question is about timer.Can I add event to click handler event that makes timer become smaller?Damn, I can't explain the thing I need! OK I will try different way! The thing is I need to click objects and every time I click on object time between flashing objects become smaller and objects apear on stage faster with each click on them.I hope this will help to understand my problem.
From what I can decipher, the only way for a user to retrieve a document created by an iOS app is through iTunes, but only if the app has file sharing activated.Is there a way to create an iOS app in Flash CS5.5 and make it a file sharing app?
We've run into a problem where the BrowserInvokeEvent either isn't firing or isn't recognized. Our app is based in javascript and this is the first thing that we're running:air.NativeApplication.nativeApplication.addEventListener( air.BrowserInvokeEvent.BROWSER_INVOKE, handleBrowserInvoke );Most of the time it works great, however, we have run into a few machines that won't trigger the event listener. We have been unable to find a common factor in the machine's and have even run into the problem where identical machines will produce different results. One works and the other does not. Are we missing something basic in the way that we are listening or handling the BrowserInvokeEvent? Or is there another event we need to listen for before initializing the BrowserInvokeEvent?Thanks,Ben
When installing Air Native App on Mac (built with flex adt), there will be no icon created on desktop. Is this a error or a "feature"?
I have a bindable sharedObject that stores an offline ArrayCollection.My List's dataProvider is bound to this offline ArrayCollection.<s:List dataProvider="{offlineSO.data.myAC}"/>When the arrayCollection data is updated, the List does not update. In other words, binding is not working. No errors.I tested the same approach with the spark DataGrid and the binding works as expected.The workaround is to explicitly reset the dataProvider back to get it to update the List.myList.dataProvider = offlineSO.data.myAC;Why does a bindable dataProvider work fine in DataGrid, but not List in a Flex Mobile Project?Thanks,Don
Hi, In my mobile project I want to convert my application file from mxml to ActionScript.When I do this I get error and when I digged into the code I found that the error comes in preloader class initialize method as preloader property in System Manager class is null(line 2026 in SystemManager class).it actually represents the splashScreen class.When I tried to set the splash Screen the document says we cannot set this property from action script. I know we have an option of action script mobile project but it doesnt recognise TabbedViewNavigatorApplication.So how can I overcome the problem.
I'm new to Mobile development but not to Flex development. Here I wanted to know if the Modular approach is available in Flex Mobile application. If not what could be the best way to handle such scenario. We are about to start new mobile project. It will be a product and will be delivered as SAS and hence, it will have client specific features.Any help here is much appreciated.
How do I use command line to compile a release ipa for iPhone?
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.