Join a global community of Adobe Air users and developers.
Recently active
Hi all,it's possible to make a android App with Adobe Air that needs a serial number to be installed?ThanksGustavoS
Hello Community,My partner and I are both developers looking to hire/partner with 'thee' juggernaut of Adobe Air. We are looking to outsource a large majority of the heavy lifting to someone who has serious experience with this framework. If there is an interest we will provide you with specifications to our current projects in additions to an NDA. We are very serious professionals looking to retain the services of a similar blood-type. If there is an interest PM your portfolio and lets get on a skype call.Best,DK
Hi Everyone, I'm new to building games/apps, so I apologize if this question is redundant... I am developing a couple games for Android/iOS, and was initially using a regular (un-encrypted) sqlite database. I need to populate the database with a lot of info for the games, such as levels, store items, etc. Originally, I was creating the database with SQL Manager (Firefox) and then when I install a game on a device, it would copy that pre-populated database to the device. However, if someone was able to access that app's database, they could feasibly add unlimited coins to their account, unlock every level, etc.So I have a few questions:First, can someone access that data in an APK/IPA app once downloaded from the app store, or is the method I've been using above secure and good practice?Second, is the best solution to go with an encrypted database? I know Adobe Air has the built-in support for that, and I have the perfect article on how to create it (Ten tips for building better Adobe A
Hello,for my app in AIr I'm using File.browseFroOpen to let the user pick a file on his device. this.myFile = File.documentsDirectory; txtFilter = new FileFilter("Music", "*.mp3;*.wav;"); this.myFile.addEventListener(Event.SELECT, this.onFileSelected); this.myFile.browseForOpen("Open", [txtFilter]);If the user pick a file, or use the device back button to close the window, no problem, everything is fine, but if the user just click outside of the modal window, it just disappear, but I guess it isn't closed since I can't call browseForOpen again without getting the ""Error #2041: Only one file browsing session may be performed at a time" error.I thougth these windows were modal, so normally it can't be closed this way.Am I doing something wrong ?Thank you.
After installing the latest AIR runtime I am seeing a lot visual artifacts in older AIR apps that seem to be related to BitmapData.draw() in conjunction with a transformation matrix. It pretty much always happens when applying a rotation or skew and it also happens with certain offsets.Here is an example created with Nodewerk (Nodewerk😞From left to right: original, skew, rotation, offset
Hi All,Does anyone has worked with sharing image URL on Twitter from Adobe AIR Desktop. I am able to post data but with multiple libraries still not able to post images over twitter. Any help will be appreciated.Thanks,Sunil Rana
Hi,So...AIR has a known bug that has been acknowledged and verified by Adobe and that causes us actual commercial pain.Bug#3545316 - [Platform_Android]NetStream playback on Android is truncatedDespite this, it has been closed and deferred. I have tried to find out why, and been told I have to refer to an alternative, duplicated thread.There is no link to this duplicated thread and the last request for clarification took two months for a not very satisfactory response.Is there a higher authority to appeal to?Is there even a way to find out the basic information as to WHERE this duplicated thread might be?Is there, in fact, any way whatsoever for me to interact with the bug process?G
Greetings; I cant get an application to install that requires adobe air. I have windows 7, have re installed air,received a new copy of app, but I keep getting this,"The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author". Any suggestions?Thanks Ben
I got this 'invalid application descriptor: invalid application identifier' when publish my old flash android fla.My app id is like com.this_is_id.android.testIt keep happens when my id with underline '_', but this id was ok about a year ago.Now I cant update my app at googleplay because this.Please help,thanks.*MBP OS X 10.9*Flash CC & CS6*AIR SDK 3.4 ~ 4.0
I'm using StageVideo to play an h264 encoded mp4 file in an iPhone app. When I package the mp4 file with the app (in the root), the app doesn't play the video at all. When I simply change the video's location to a http location where the exact same file is located, it plays fine.In other words, the only change I'm making is:Packaging mp4 in root of app:var _videoURL:String = "video_h264.mp4" ;_nc = new NetConnection ( ) ;_nc.connect ( null ) ;_ns = new NetStream ( _nc ) ;_ns.client = this ;_ns.play ( _videoURL ) ;..._stageVideo.attachNetStream ( _ns ) ;toHosting video remotely:var _videoURL:String = "http://www.myDomain.dk/video_h264.mp4" ;_nc = new NetConnection ( ) ;_nc.connect ( null ) ;_ns = new NetStream ( _nc ) ;_ns.client = this ;_ns.play ( _videoURL ) ;..._stageVideo.attachNetStream ( _ns ) ;Does anyone know if there's some restriction when using NetStream that could explain this?
flash player on our ipad and iphone
Hi,I tried to install an update for adobe air 11 yesterday, at the end of the process I got the message "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator."After I click close, Windows Program Compatability Assistant opens saying "This program might not have installed correctly" and offers to "Reinstall using recommended settings".When I click on "Reinstall using recommended settings", the same message comes up about the error and contact the administrator.I use Google chrome and FileHippo update checker, I have also uninstalled the version of adobe air that was on my computer in the hope I could install the current version but unfortunately the error message is all I get.If you need any further information I will be happy to help, although I have forgotten how to do a screenshot.Regards,Helen Smith.
Hello there, Any help or pointers would be appreciated. I'm new to using Air and new to this forum. So i'm just getting my head round a few things. This looks to offer some great possibilities for desktop development.Although I have worked out how to publish to my Mac desktop. There is an option for making a custom DMG - how would I customise the internal graphics of the DMG, the disk image. Can this be achieved from flash or would this require me to make changes at a post production stage?Making the EXEIs there an option for publishing for the .exe with an installer and all the bells and whistles?Last questionIs there any pitfalls/ issue that should be taken into account if I'm considering using Air for deploying a company application? Thanks for you help
Running 15.0.0.196 on our app produces the following crash (I have longer logcat if more context is needed):I/DEBUG (21438): handle_request(15)I/DEBUG (21438): check process 20971 name:riticalThinkingI/DEBUG (21438): tid 21413 abort msg address is:0I/DEBUG (21438): BOOM: pid=20971 uid=10281 gid=10281 tid=21413I/DEBUG (21438): [OnPurpose Redunant in preset_info] pid: 20971, tid: 21413, name: FP_AudioCallbac >>> air.com.toolwire.Android.RTE.CriticalThinking <<<I/DEBUG (21438): *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***I/DEBUG (21438): Build fingerprint: 'Lenovo/A7600-F/A7600-F:4.4.2/KOT49H/A7600F_A442_000_016_140627_ROW:user/release-keys'I/DEBUG (21438): pid: 20971, tid: 21413, name: FP_AudioCallbac >>> air.com.toolwire.Android.RTE.CriticalThinking <<<I/DEBUG (21438): signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fau
The withdrawal of the FLV format has thoroughly confused me. FLV is the only video format I've ever succesfully worked with in AIR apps on iOS. MP4, MOV etc. - all these formats never played when I tested them on iOS devices. Only FLV. I know that StageVideo gives some more options, but my question is:With FLV getting phased out, which video format options will work in AIR apps for iOS (without using StageVideo) at this point?
how can stageWebView keep another cache as logging into my site through simulator on mac also logs me in safari plz help with a solution or alternative?? thanks
I couldn't find any results regarding this problem. Maybe I'm just using wrong keywords as it is difficult to explain.Has anyone else encountered that video is not working on the first run of Android app? By first run I mean directly after installing. I'm using NetConnection, NetStream, Video objects and GPU renderMode. By working I mean it's not showing and can't hear the audio. I haven't yet debugged deeper so I don't know if the problem is actually related to the code loading the video.I've encountered the following issues, which may or may not be related, regarding the the first run and Video object: - The first run takes about 20 seconds to start. After that, the start is pretty much instant. If you clear app's cache, it again takes the 20 seconds to launch. The video works after clearing app's cache.- When creating the first Video object, the app flashes screen to black for a few frames. This is why I create a dummy Video object in the beginning.I use AIR 13, going to upgrade to
Is there a specific area to post/review examples of iOS apps created using Flash Pro 5/5.5? We developed an app just before Christmas: http://itunes.apple.com/us/app/simpkins-cure-for-remedial/id482925407?ls=1&mt=8Thanx
I'm using flash pro cs6 because I need the IK animation controls. How do I add ios7 icons to the publish settings? I add them manually to the app.xml file, but they get deleted when the ipa compiles.
Hi,I have made an application for video streaming using adobe air for IOS. when running application on desktop its running fine. but when I publish and install on IPAD after few minutes the connection drops.Code to make connection is:var m_nsPlayer:NetStream;var m_nc:NetConnection;m_nc = new NetConnection();m_nc.connect(server_URL,publisherName);m_nc.addEventListener(NetStatusEvent.NET_STATUS, onNetStatus);private function onNetStatus(event:NetStatusEvent):void{ switch (event.info.code) { case "NetConnection.Connect.Success" : { m_nsPlayer = new NetStream(m_nc); displayPlaybackVideo(m_publishName,m_muteSound); } break; }
I keep getting this message[The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author.] when trying to install ESPN fantasy football offline draft tool
I'm using Flash Builder 4.6 to create an ipa file and manually deploying the app to my iPad. When it's loaded the application is named app-debug, but in my app.xml file I've specified name as <name>app</name>. I've looked everywhere else to see where it's specified but no luck.I'm creating the ipa file using the run configuration to target Apple iOS, launch method of "On Device" and I've tried both "Fast" and "Standard" packaging methods. I using Air sdk 3.3 on OSX Lion (10,7.4)Why is this happening and what is triggering it?
Apologies for cross-posting this, but I want to make sure this shows up in the right sub-community.Bug report here: Bug#3801262 - Requesting microphone access in iOS 8 (beta 5) terminates all further audioI'm hoping that someone at Adobe can acknowledge this issue and confirm that it's being investigated. If anyone knows of a workaround, I am all ears.Thanks!
I created an app that runs on windows and mac osx.Not I would like to have different install folders on each os in the application descriptor:For windows:<installFolder>Companyname</installFolder>For max osx (no install folder):<installFolder></installFolder>Is it possible to set this inside the application descriptor without changing the xml file for each os?E.g<installFolder os="win">Companyname</installFolder><installFolder os="mac"></installFolder>Thanks for hints...
Do anybody know if Adobe will update this project facebook-actionscript-api - Adobe ActionScript 3 SDK for Facebook Platform - Google Project Hosting tu use OpenGraph API 2 ?
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.