Join a global community of Adobe Air users and developers.
Recently active
So, I'm shifting to a linux and I heard that adobe air does not support sdk 2.7 and higher! is that true for mobile app creations also or just .air packages? will I be able to compile android projects required adobe air 3.1 or 3.2 because I am building with Starling and I need newer adobe air runtimes... Please let me know. and will you please be able to tell me what software, IDE, I need to install on my linux to be able to package my .apk files on a linux?Thanks,Hadi
I need to create an alphabet index list like we have a contact list on Android/iOS devices. I have tried creating something but it is not what I want. It jumps to the selected index but the index list size is not correct and also it goes to the bottom of the list as ensureIndexIsVisible property shows the item at bottom-most position only. I have attached a screenshot of the type of list I am looking for.
I have made a sample application where I use StageVideo. The StageVideo is available but it is not showing up in the view, neither any audio is being played.Any idea what might be wrong?Thanks
I've spent the last week putting together an app in Flash CS6 designed for the iPad 3's Retina resolution. I just finished the whole Apple Developer certificate dark ritual, paid $99, sacrificed five infants to the dark gods, yada yada, and then I put the app on the iPad 3 and it looks like garbage! So of course I look online and after some sleuthing find out CS6 /FB4.6 don't build Retina-compatible apps because they are using an outdated iOS SDK. I guess Adobe doesn't want this information to be easy to find. I also read that Mac users can manually set up FB to compile with the latest iOS SDK, but... I don't have a Mac.Is there any way at all to generate Retina-compatible apps from Windows without having access to a Mac or xcode? I'm running out of babies to sacrifice...
I've created an application with StageVideo running on the iPAD.Everything works fine & dandy with debug-fast mode build.However, when I try to do a debug-standard mode build OR Release Mode Build, the StageVideo plays, but all functionailty on it like .x, .y, resize does not work on it.Do i need to append extra Additional Compiler Arguments section in Flash Builder 4.6?I'm current using AIR 3.3I've added -swf-version=13 already.Any help would be greatly appreciated
hi does anyone know how to force the soft-keyboard to numerics only when user clicks/taps on lanuch? i have tried - textFeild.restrict = "0-9";but all that does is restrics it to numerics, normal alphabeta keyboard lanuches then you have to manually switch over to numerics.any help would be appriciated. cheers
Hi, I've just downloaded new AIR 2.7 SDK: http://www.adobe.com/products/air/sdk/I've tested it in an iPad 2 and I've found out that in GPU mode my application only takes a little more than a quarter of the screen (the rest of the screen is white, and the background color of my SWF is not even white!). The app is correctly configured for iPad resolution, yet it's shown smaller, a few pixels off screen at the top, plus some click events don't work.Why is this? AIR 2.6 worked fine in GPU mode.In CPU mode none of this happens. What's the problem with GPU mode?To use the AIR 2.7 SDK I've just renamed the directory "C:\Program Files (x86)\Adobe\Adobe Flash CS5.5\AIR2.6" to something else, then I've created a new "AIR2.6" directory in the same location and then extracted there the contents of the AIR 2.7 SDK ZIP file, so Flash uses AIR 2.7 even though it's looking for the "AIR2.6" directory. I've also replaced the "airglobal.swc" file in the directory "C:\Program Files (x86)\Adobe\Adobe Flash
I am making a web app with the flex html element. I'm trying load a couple of scripts into the index.html file to recive data, but there is one problem. I'm not getting the data.I'm using Flash Builder 4.6 & SDK 4.6.0 to create the desktop application.Here is the script I'm trying to run. It works when running it in the browser (google chrome, safari, firefox) but its not working in Adobe Air Desktop App. HELP!! <script src="js/jquery-1.7.2.min.js" type="text/javascript"></script></head> <script type="text/javascript"> function updatedata() { if(getdata == 'test'){  
Hi I have just started using the beta AIR 3.4 and it seems that when I set the aspectRatio to landscape and autoOrients to true it works as I would expect on android devices, i.e. The view orientation stays landscape depending how I hold the device, so it switches between landscape modes depending on how Im holding the device. The problem seems to lie with the ipad. The aspecRatio doesnt seem to be sticking to landscape, and depending on my rotation it will go portrait.Is this a known issue?Thanks!
I'm stuck at this point. We've developed a native extension so that our product can run on the desktop and on android, but on IOS.... i can't get any data back to the flex side. The function i use is:void SendMessageToFlex(const char* type, const char* msg) { FREResult res; res = FREDispatchStatusEventAsync(_ctx, (const uint8_t *)type, (const uint8_t *) msg); if (res == FRE_INVALID_ARGUMENT) { NSLog(@"Error: FREDispatchStatusEventAsync"); } else if (res == FRE_OK) { NSLog(@"OK: FREDispatchStatusEventAsync"); } else { NSLog(@"???: FREDispatchStatusEventAsync"); }{also... the project is here:http://www.4shared.com/zip/y6MHvPh9/UDPSocketiOSLibrary.html?refurl=d1url
Before starting to use CS6 I had a bunch of batch files which compiled my AIR iPhone applications. With CS6 - I don't need those anymore but can someone point me where I specify the location of the default screen images (e.g. Default-Landscape.png) which are shown when the AIR application loads as I can't find it!Thanks in advance.Leon
Does anyone have an example of accessing the front camera on an iPhone ?
I have scoured the internet looking for some ways to implement rtree and full text search on SQLLite with Air havent come up with any solutions. There has been several postings on the archived forums requesting this feature and on the old ideas website archives as well.At Adobe AIR version 2.0 some responses posted by Product Managers said that future releases would consider this. Isnt this a simple solution for a lot of people who have this issue ? Just a matter of changing the compile options for SQL lite that is included with Adobe Air !Now the version is 3.3 and I still cant use FTS or RTree with the SQLLite embedded version which is key to working offline (for performing efficient searches and working with any kind of spatial data) .Any ideas as to when this will be included in AIR?
Hi I want to access or open iPhone's contact list via programming with Flash Builder can anyone suggest how to do this.
I thought I'd pass along news of a touch-screen fighting game that I recently released:https://play.google.com/store/apps/details?id=air.WRFreeIt has had a positive reaction on Google Play so far, with over 10,000 downloads and 100 ratings per week - 10% of which translate into purchases. There is also an iOS version which is playing catch-up.The game features sprite manipulation and depth sorting on a massive scale, so even if you're not a fan of the genre it may spur some retro 2D ideas of your own.I never thought I would get to make a mobile app at all, so thanks to Adobe for that!
Hi all, Has anyone figured out if they can utilize the UIWebView via an ANE? I don't simply want to display things (like StageWebView), I want to use the lower level functions. What I ultimately would like to do is send the UIWebView an URL to submit a form via "POST" to which will in turn give me back cookies. The same as if you visit a login form, fill in username/password and hit submit. After that a few cookies are assigned to me. I need to trap and use these cookies to make more requests. My desire is to use UIWebView to download files. Currently I've already done it easily (natively) with a cookie collection. I can submit the post, capture the cookies and then send a direct url request (supplying those vital cookies). After that the server sends me a file. This is a basic login setup. You must log in first. The system sets cookies (a login cookie and a session id). I supply those cookies to any further requests for "files" (PDFs, XLS, DOC, MP3, etc) and it allows me to directly d
When I launch the Installer for Adobe Air Version 3.3 I get the End user license agreement. I can either click "I Agree" or "cancel". If I click "I Agree" I recieve another agreement in a new window as long as I click "I Agree" this is infinite or till all memory is consumed. If I click cancel then I get a permissions error and the install fails. No MSI Install log is Generated. Here is the Air install Log.[2012-07-24:09:06:40] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86[2012-07-24:09:06:40] Commandline is: [2012-07-24:09:06:40] No installed runtime detected[2012-07-24:09:06:42] Relaunching with elevation[2012-07-24:09:06:42] Launching subprocess with commandline c:\users\wayne\appdata\local\temp\air1525.tmp\adobe air installer.exe -ei[2012-07-24:09:06:42] Runtime Installer begin with version 3.3.0.3670 on Windows Vista x86[2012-07-24:09:06:42] Commandline is: [2012-07-24:09:06:42] No installed runtime detected[2012-07-24:09:06:45] Relaunching with elevation[20
Hi, We have an Adobe Air application that uses the Air update mechanism for newer versions. It seems to work fine for most of the customers but on some computers when it tries to install the new version it cannot. The only clue we have are some errors we found in the Install.log in in Adobe/Air/logs:[2012-07-09:12:14:50] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0] [2012-07-09:12:14:50] Rolling back install of C:\Users\pop.radu\AppData\Local\Temp\fla73EA.tmp\setup.msi [2012-07-09:12:14:50] Rollback complete [2012-07-09:12:14:50] Got an unexpected fatal error while in stateInstalling: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1603" errorID=0]We have checked other discussions on this problem and most of the solutions were using an uninstall tool to remove the app and then install it again. However, we would like to know if there is a
Error: The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.I have Windows 7.Any idea what to do?rawr
Hi Adobe,EmoPlayer is an Adobe Air app, we install and launch the app with a badge in flash, iPad etc do not support flash.Do you know if we can export our badge into HTML5 to be comaptible iPad?Would it work the same way?Thanks
Hello,Any help on this would be much appreciated. Issue occurs when user has apostrophe in their windows username and therefore an apostrophe in their File.applicationStorageDirectory path.e.g. if the user logs into windows as j.o'reilly, then it will be:C:\Documents and Settings\j.o'reilly\Application Data\application name\local storeHave tried with Air Runtimes: 2.5.0.16600,2.6.0.19120,3.2.2070Have tried with Air SDKs: 2.0, 2.7, 4.5To replicate without creating a windows user with an apostrophe, the same result occurs if the files themselves are named with an apostrophe:var __connection:SQLConnection;__connection = new SQLConnection();__connection.open( File.applicationStorageDirectory.resolvePath("mainfile.s3db"), SQLMode.UPDATE );__connection.attach( "secondary", File.applicationStorageDirectory.resolvePath("user'name.s3db") );Result:SQLError: 'Error #3125: Unable to open the database file.', details:'near 'name': syntax error', operation:'attach', detailID:'2003'
Can someone please assist me with getting adobe air installed on my windows vista home edition pc? I downloaded the AIR 3.3 exe file, saved it to my desktop and have attempted to run the installation as administrator. It keeps failing saying that "the installation may not be allowed by your administrator" very frustrating.... help!!!
Does anyone have an example of how to set up push notifications natively in AIR 3.4 ? It is listed as a new feature.
Hi,Sometime, I'm experiencing some problems with videoDisplay component. Ie the video is playing correctly, and randomly the application crashs.the video file are encoded in h264.An idea to solve it ?Regards,You can find here, crash report :Code Type: X86 (Native)Parent Process: launchd [149]Date/Time: 2012-02-27 17:14:16.887 +0100OS Version: Mac OS X Server 10.7.3 (11D50b)Report Version: 9Interval Since Last Report: 45867 secCrashes Since Last Report: 1Per-App Interval Since Last Report: 45805 secPer-App Crashes Since Last Report: 1Anonymous UUID: 8E2B0D02-2159-4585-86BF-C8FD985D888FCrashed Thread: 0 Dispatc
HiI am developing a parking car game.I have a strange problem.If i start touch on steeering and on gaz and then i release on of them , the TOUCH_END event is fired on both, and i still keep me finger stick to touch screen.Multitouch.inputMode=MultitouchInputMode.TOUCH_POINT; _steering.addEventListener(TouchEvent.TOUCH_BEGIN,touchStart); _gaz.addEventListener(TouchEvent.TOUCH_BEGIN,touchStart); this.addEventListener(TouchEvent.TOUCH_END,touchEnd); &
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.