새로운 Adobe 커뮤니티에 오신 것을 환영합니다.
Join a global community of Adobe Air users and developers.
최근 활동
I am trying to compile an adobe air app for iOS with Danish app name? I can get localization to work with eg English, French and German, but not with Danish...I put<name> <text xml:lang="en"> English </ text> <text xml:lang="da"> and Danish </ text> </name> in the app.xml before i compile with the adt, but after compile i can see that only the English name is created in the InfoPlist.strings of the ipa.Any ideas on how to achieve a localized app name?
Hi I really need some help here! Any help appreciated!I've created an app for iPad that currently only support danish.I'm updating the app to support english and I would like the app name (shown below the icon) to change according to language on the users iPad. In the -app.xml I've changed the name node like this: <name> <text xml:lang="en">English App Name</text> <text xml:lang="da">Danish App Name</text></name>However this always shows the English name. I've tested with other languages like french at that works fine <text xml:lang="fr">French App Name</text>I've just read that danish is not supported by the air installer??????? why?http://help.adobe.com/en_US/air/build/WSfffb011ac560372f2fea1812938a6e463-8000.html#WSfffb011ac560372f2fea1812938a6e463-7ffdIs there some other way of doing this? I'm using Flash CC and Air 14.0.0.178 (using command line to co
Hi Nimisha1,Can you please confirm if I can Load SWF from remote server with ActionScript in AIR based iOS ipa?Any help with regards to this is appreciated.Thanks,Amandeep Singh
Adobe AIR for iOS apps I published using Flash Professional CS6 no longer run properly on iOS 8. They worked fine in iOS 7.After opening, they just hang at a black screen (likely the launch screen - I didn't make an image for it).Is this a known issue? Are there any solutions?
HiI am developing an AIR app that will upload the content from my local computer. When I call browse method of FileReference class, it does not displays any file-browsing dialog box and app crashes and prompt that it has stop working.Following are the error logs I got from event viewer on my computer:Faulting application name: UploadApp.exe, version: 0.0.0.0, time stamp: 0x4e7d5190Faulting module name: Adobe AIR.dll, version: 15.0.0.249, time stamp: 0x53fe5c69Exception code: 0xc0000005Fault offset: 0x001e655aFaulting process id: 0x1284Please help to resolve this crash.Thanks
I am testing an app on an iOS 8 device and when I start the app it asks if the user would like to receive notifications although I have not added this feature in the app. Does the latest version of AIR address this issue?
Hi there,I tried to insert my exposant in an array but it failed. And i got this errorvar resultatsArray:Array = new Array();while(i < exposant) {i++;resultatsArray.push(base + "^" + i + " = " + Math.pow(base, i));}Could you help me pls.Tks.
Encountering a problem that application freezes with following trace report.DALVIK THREADS:(mutexes: tll=0 tsl=0 tscl=0 ghl=0)"main" prio=5 tid=1 NATIVE| group="main" sCount=1 dsCount=0 obj=0x40c62460 self=0x12938| sysTid=29266 nice=0 sched=0/0 cgrp=default handle=1074517288| schedstat=( 196109169806 30434300367 126292 ) utm=18261 stm=1349 core=1at com.adobe.air.customHandler.callTimeoutFunction(Native Method)at com.adobe.air.customHandler.handleMessage(customHandler.java:22)at android.os.Handler.dispatchMessage(Handler.java:99)at android.os.Looper.loop(Looper.java:137)at android.app.ActivityThread.main(ActivityThread.java:4507)at java.lang.reflect.Method.invokeNative(Native Method)at java.lang.reflect.Method.invoke(Method.java:511)at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:980)at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:747)at dalvik.system.NativeStart.main(Native Method)"Thread-2103" prio=5 tid=18 NATIVE| group="main" sCount=1 dsCount
I am trying to install Peterson's Practice Test Player, and it needs Adobe Air to work. Adobe air wont install and I am the administrator. It gave and error #0 earlier.
Hello,i want to load a video from a server and save it on the HDD.Here is my Code:var loader:URLLoader = new URLLoader();loader.load(new URLRequest("http://178.62.142.45/media/filer_public/d7/54/d754171a-f63b-4d62-923b-36619fd5dbc5/1.mp4"));loader.addEventListener(Event.COMPLETE, onLoadComplete);//Event Handlervar ba:ByteArray = loader.data;When the Movie is loaded, i get an error, when i try to write the loader.data into the byteArray;error #1034
I have been trying to download Adobe Air for a website I'm trying to access (Colonial Williamsburg). After the installation was finished, I went back to the website and it still said I didn't have Adobe Air. I tried reinstalling and Adobe said I already have it on my system (Mac OSX 10.9). I can't find the app. I uninstalled, restarted, etc. and same results.Thoughts anyone?
Keep getting an administrator error. Cannot find any fixes. I hear many people having the same problem but cannot find a solution. Was troubleshooting with Microsoft last night for an hour and no luck. Please help on this. Thank you.
Hi there,I have a question about burning two builds of an AIR desktop app with captive runtime, one for Windows and one for Mac, on a single hybrid DVD-rom that can be played on both Windows computers and Macs.I've tried sharing the assets (video's and pdf's mostly) between the two builds, but I can't seem to get it to work. The only way I have been able to work around this, is to have the assets in both builds, which results in the double the amount of space on the DVD-Rom.Is there a way to have the two builds use a single location to find the files? Or do I need to have two builds that both contain all the assets?Thanks in advance!Kinds regards,Maarten
Hi, I was wondering what the -abcfuture option does for the ASC2 compiler. The help section only says : -abcfuture future abcAny idea?
Hello,I just installed the new XCode 6 GM and I tried to deploy one AIR 15 app (using Apache Flex 4.13 framework) to the simulator to take beautiful screenshots from iPhone 6 and iPhone 6 Plus but when I try to deploy on the simulator I get the following error (this don't happened before with the same app with AIR 15 and previous XCode 5.X):
Please download the attached file to view this post
Does anyone have any insight as to how this is going to affect AIR builds for iOS ? Seem's Apple wants you to use a Story Board as the launch screen file.Has anyone investigated this ?
I hope someone can help with this. I have an Air application for windows desktop. After publishing the exe I am using an advanced cert signing tool (because of the security of the cert no .p12 or other export options are available.). When I publish the app from flash CC on windows 8 without icons, my cert signing works great. If I add icons then the cert fails stating "the file C:\Users\... could not be signed (0x800700c1)." I have tried re-saving the icons with different setting but nothing seems to work. It does however work if I publish it from flash cs6 on windows 7 with icons. Anyone know of to resolve this?
Hello,I'm experience with ANE development for Android but not iOS (Objective-C).I want to start now but of course with Swift and not Objective-C.From my researchs, will be possivel to mix Objective-C with Swift, so the AIR lib for Objective-C could be used to create ANE's with Swift.Anyone already did that or know a tutorial ?I don't want to full study Objective-C + ANE because will be a wast of my time since the target is Swift.
I realise the answer to my question is probably "no", or "we are constantly evaluating new platforms", but I'm asking on the off-chance that the Air dev team / whoever at Adobe controls the relase of information might be having a good day, and fancies giving the developer community a bit of engagement, on what, I <em>guess</em> will be the biggest feature request for air .I'm aware that the Air AOT compiler for iOS has been completely rebuilt, and I've heard it said it will be a lot easier for the Air dev team to support new platforms. I still hold a hope that we might get WP8 support within the next year. I guess the think I am <em>really</em> after, is just a hint, the slightest sniff of feedback from adobe to the developer community that this is something that is under consideration / or there is a plan for development, should it get authorised. With no viable roadmap for flash and air, its difficult now to know what development remains a possibility.It still
Hello Developers,I normally use the stage colour as the background, but I want to change the colour of the background for one scene in a new IOS app I am coding. This scene will have some objects that are animated. I just want to use a solid colour. Is the best way to do this is to use bitmaps of small dimensions (say 64 by 64) or to use small vectors shapes, from an efficiency standpoint? I normally set the app with GPU mode and not Direct.Any links or tips is most appreciated.Thanks,Justin
Hi, just wanted to know when you'll be pushing an update for Flash Pro that includes the new ios8 icon sizes - 87x87, 120x120 and 180x180.I have an app that's featured in the app store right now and I'd really like to do a quality ios8 update. But Flash Pro overwrites my app.xml file with my new icon sizes. Help?Also, it would be awesome if the icon sizes that the packager looks for could be kept in a text file or something that it could pull in. That way, I could update the sizes myself. And if that could happen in Flash Pro CS6, that would be boss! I still use the armature functionality there that has been deprecated.Thanks!
I am returning to development of a popular desktop AIR app, after about 4 years of no code changes. Both AIR and Flex have actively moved forward during my coding absence, and it is time to play catch up.When last built, the app was using Flex 3.5 and AIR 2.6.End Goal - I want my app to look good on high density displaysI'd like to keep Flex version at 3.5, but use the newer version of AIR, to render more clearly on high density displays (Retina on OSX and hiDPI on Win8).The pixel doubling performed by the "compatibility" modes of OSX.Retina or Win8.hiDPI make my app look pretty gross, and the customer base is starting to complain.While I may eventually switch over to the Apache Flex SDK to bring the application design into the current state, my customer base just doesn't care right now. They like the current app, but want it to work, out-of-the-box, on high density displays.So I need to limit my scope to changing only the AIR SDK, not the Flex SDK at this time.Step 1 - Overlaying AIR1
Hi All,I have figure out that on one screen I am not able to work with more then one Multitouch.inputMode. As per my requirement I am having two different component on the same screen,one is using the TouchEvent and another is using GestureEvent.I am getting the issue that if I am using both on the same screen then the GestureEvent is not firing.Any help will be appricated.Thanks in Advance.With Regards,Shardul
As the title says, and I know there are easier ways, but I need to figure out how to write inside my Adobe Air program a way to retrieve all my MySQL databases and then export all of them to my local computer. So it would export them in the .sql format and I could easily import them if I ever needed to.I don't know where to even start to try to incorporate this feature.Thanks
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
이미 계정이 있으신가요? 로그인
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
죄송합니다, 다운로드하려는 파일의 안전성을 확인하고 있습니다. 몇 분 뒤에 다시 시도해 주세요.
죄송합니다, 바이러스 스캐너가 이 파일이 안전하지 않다고 감지했습니다.