새로운 Adobe 커뮤니티에 오신 것을 환영합니다.
Questions
최근 활동
Hi, I've got this code in my AS3 : var str:String = mySharedObject.data.theDate; var search:String = "monday"; var replace:String = ""; function strReplace(str:String, search:String, replace:String😞String { return str.split(search).join(replace); } Is it possible to tell the code to search for "monday or tuesday or wednsday, or thursday, or friday" and replace them with "_" ?I would like to something like var search:String ="tuesday","wednsday","thursday"; But it's not working..
Hello,could somebody please let me know where I could find the locations of Local Store and ELS folders for installed AIR apps under Windows 10?They used to be at these locations in Windows 7/8 but they are not there anymore in Windows 10:Local Store: [user_home]\AppData\Roaming\[application_id]\Local Store\ELS: [user_home]\AppData\Roaming\Adobe\AIR\ELS\[application_id]Thank you!All the best,Tomas
When I agree to the terms and conditions prompt the app from Jacquie Lawson does not activate. I have a Dell Inspiron 530s with 4gb memory and windows 10. Flash player is up to date and Reader DC installed. This problem was present in Windows 7 home premium. Any ideas why?
Hi,I've been to the troubleshooting page and searched the Web, tried the Microsoft FixIt Tool, changed compatibility settings, checked Microsft Installer Service, nothing works.Running Windows Vista, 32 bit, Pentium Dual Core CPU, Lookin at the log file I apparently tried to install in 2012 also, didn't work then either.Log File:[2012-04-23:15:55:13] Bootstrapper begin with version 2.5.0.16600 on Win x86[2012-04-23:15:55:13] Installed runtime (1.5.3.9120) located at C:\Program Files\Common Files\Adobe AIR[2012-04-23:15:55:13] Begin runtime download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer[2012-04-23:15:55:39] Download success[2012-04-23:15:55:39] Begin signature download from http://airdownload.adobe.com/air/3/nai/windows6.0/x86/installer.p7[2012-04-23:15:55:39] Download success[2012-04-23:15:55:39] Detached signature verified[2012-04-23:15:55:39] Begin cert chain validation[2012-04-23:15:55:39] Begin crl download from http://crl.adobe.com/prodSvce.crl[2012-
Just wondering if anyone has managed to successfully desymbolicate an iOS crash log for an iOS AIR app?Having followed a few tutorials which almost worked I'm wondering if it is possible?If anyone has done it I'll take another stab at it.Thanks,Mark
Adobe CC Photoshop/LR installed No Air on computerWith the hang, can not get into log fileNo error message, just the hangmac will not shut down except with forced shut downDownloaded and tried with different downloads 3 timesUninstall CC then try again?
I am having huge problems with Adobe AIR. I couldn't update, so spent literally hours trying to uninstall v3.4 and finally got it uninstalled using IoBit. Now I can’t install v3.5. I keep being told “An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.” I checked, and I am the only user and logged on as Administrator.WinXP, SP3, 1.5Ghz
Hi,Are there any tricks to initialize a StageWebView faster?Currently it's takes a lot of time to load a website in a StageWebView. (iPhone 6, AIR 17)Any tips welcome!
This issue is really confusing me:My development ambient is Mac (OS 10.7.5) and Flash Builder 4.6. The project is AS mobile (a puzzle game).After finally getting over the bureucratic process of having my company approved with Apple, I submited my app to the store yesterday, using Application Loader. A minute or so after the upload, the app's status on iTunes connect changed to invalid binary and I got an email with the error's description:iPhone 5 Optimization Requirement - Your binary is not optimized for iPhone 5. New iPhone apps and app updates submitted targeting iOS 6 and above must support the 4-inch display on iPhone 5 and must include a launch image with the -568h size modifier immediately following the <basename> portion of the launch image's filename. Launch images must be PNG files and located at the top-level of your bundle, or provided within each .lproj folder if you localize your launch images. Learn more about iPhone 5 support and app launch images by reviewing th
Hi,I have a simple goal that seems to be impossible - to establish a NetGroup without a need of a router (so it can be established anywhere) by creating AP by one of devices.A device with HotSpot feature enabled doesn't seem to be able to communicate other way than via Sockets so I am trying a Wifi-Direct Group now because it can work in some cases I am going to describe here.So I have a device that creates a Wifi Direct Group (= it acts like an AP) and I want to join a NetGroup with other clients on it's network. Looks simple but there are strange issues.If I call NetConnection.connect on the Wifi-Direct device and it is not connected to any other wireless network then AIR does not seem to use the P2P interface with NetConnection because the NetGroup established on it's network is not seen by any other device (tried every possible combination of IP addresses). Also there is no active network interface listed by NetWorkInterface class. Other devices can see each other when they have th
I personally feel this is a great day for Adobe AIR Devs.Now you can tell your clients you will build them an AIR app in Animate CC. No longer do you have to explain yourself after you say the "F" word.What I liked about the statement though ... "Animate CC will continue supporting Flash (SWF) and AIR formats as first-class citizens."I just hope Adobe continues to support AIR in Animate CC. I've been calling for a rebrand for 2 years now.. glad it finally happened.
Hi there! After reading this recent news, I noticed they want to tell us Adobe Flash is reaching the end of the rope! Is that true??(a reply from Adobe team will be highly appreciated, for me and others who read this post.)https://www.yahoo.com/tech/s/adobe-flash-finally-dead-183755537.html?soc_src=mail&soc_trk=maWill this only affect "Desktop" applications and web banners in Flash? Or also it affect Mobile Applications written in Adobe Flash / Air Packages??So I need to bring up this question that was asked in 2013 by another developer:Re: Continue with Adobe AIR or redevelop with HTML5?It is now many years I only use Adobe Flash CS6 to develop Air for Mobile Applications, same source for iOS and Android. And everything works fine for our kind of apps. So I have no knowledge of HTML5 or JAVA or anything except Flash and AS3.Is it time for us developers to change our old tools?! What will happen to our apps in markets that needs regular updates!? What is the alternative you suggest
Apple is forcing me to add an icon and a launch image compatible with the new iPad pro, but Flash Pro is not able to do that. I researched at various places and encounters not as it should be just the name of the launch image.Please can anyone help me? I'm going crazy with this.
We have developed one Android game. Its AIR SDK Version is version 19.0.0.241; and targetSDKVersion=23 in configuration file. It appears black screen symptom with Android 6.0, unless we cancel the setting of targetSDKVersion. However, the operator of this game requests us to set “targetSDKVersion=23”.According to this problem, we have tried to use AIR 20 Beta Version, while this cannot be solved. Due to not testing mobiles with Android 6.0 system, we have no output.May I presume to ask what is a better solution for our trouble? If this problem is related to AIR SDK, could you give us the updating date?
Hi,Does AIR for iOS support Apple Pay with Discover? I couldn't find any info around this. Will be really helpful to get some insight.Warm Regards,Parag
Hi All, I have a group of SWF files. I want to play these files in my Android Application using Adobe AIR. Is it possible? If yes, can anyone tell me how to do this.
I use native extensions with my air for android application.when ı publish for compile apk publishing never finishes.no errors only being publishing.ı wait enough time but it never finishes.how can ı solve this problem
Hi,is there any (hopefully an easy) way how to establish a multicast connection with Wifi enabled devices to a Wifi Direct enabled device the similar way as when connecting to a router?I tried WifiDirectANE and logged its network activity which shows me it is broadcasting on 192.168.49.xx regardless of what IP I set in groupSpecifier.I can connect that to that broadcasting device only if it connects to some other wireless network through 192.168.1.255.I am not really good in network so sorry if there are some misunderstandings in my description.EDIT: If I establish connection to Wifi-Direct Group Owner device and it is already connected to some other wireless network, I can find devices connected to that Group Owner.Even after disconnecting GO from that router devices can still communicate with GO but if I leave the group it is not possible to connect to it anymore, I can only manage to make a connectian via sockets.So the connection to router somehow helps to find neighbors...?How can
Hey all,At the time of building Native Extension for Adobe AIR, does it supports Java classes compiled with Java 1.7? If not, then what is the workaround to have classes built with 1.7?
I'm developing an Adobe AIR game. In the application descriptor file I added all iOS icons:<icon> <image29x29>icons/ios/Icon-Small.png</image29x29> <image40x40>icons/ios/Icon-Small-40.png</image40x40> <image50x50>icons/ios/Icon-Small-50.png</image50x50> ... <image152x152>icons/ios/Icon-76@2x.png</image152x152> <image180x180>icons/ios/Icon-60@3x.png</image180x180> <image1024x1024>icons/ios/iTunesArtwork@2x.png</image1024x1024></icon>When I built IPA file and drag&drop it to the iTunes app on my Mac I don't see the app icon. Why?I open the IPA file as zip archive. It contains only Payload folder with my game (Mag
I have a really hard time finding where information is scattered on Adobe. Does anyone know the definitive list of supported Default image filename for iOS publishing?Here is what I was using previously to support up to iPhone5 in portrait orientation:Default.pngDefault@2x.pngDefault-568h@2x.pngDefault-Portrait.pngDefault-Portrait@2x.pngI'd like to add iPhone 6 and 6+thanks
I want to bring this very old bug report here: https://bugbase.adobe.com/index.cfm?event=bug&id=4067718 - basically FLV videos crash on GPU renderMode with Lenovo tablets.AIR 20 release notes says this as fixed: "[Android] [User Issue] App crashes while playing .flv videos on Nexus 7 in GPU render mode, working fine in auto and CPU mode." so I was excited that maybe this fixes Lenovo bug also, but unfortunately it didn't.Hope to see this fixed on the AIR 20 beta updates!
Hi,I've got a textFlow imported with TextConverter.importToFlow(htmlValue, TextConverter.TEXT_FIELD_HTML_FORMAT);The gap between the ListItemElements produced with <ul><li>Item1</li><li>Item2</li></ul> is too big. I've tried many things to reduce the gap height, with no luck. What I've tried: var arr:Array = label1.textFlow.getElementsByTypeName("li");for each(var listElement:ListItemElement in arr){ var pArr:Array = listElement.getTextFlow().getElementsByTypeName("p"); for each(var p:ParagraphElement in pArr){ TextLayoutFormat(p.format).paddingBottom = -100;&nb
Using either sdk 15 or 16, when live streaming video through media server, if I go from iOS to iOS devices, no issue. If I go from non-iOS device to iOS device, the non-iOS device receives the video and audio fine from the iOS device, but on the iOS device the video it receives freezes (almost from the start, after a couple of frames, then long, long pause of freeze - minutes long - then a few more frames, then freezing, etc.) - the audio is fine, it appears to be just the video. I have tested this with android to android (fine), android to desktop (fine), iOS to iOS (fine), android to iOS (freezing video only on iOS side), iOS to desktop (freezing only on iOS side).
I'm saving image to a separate folder on SD card using "File" class. Image is saved correctly but the problem is, it does not appear automatically in the phone's gallery. It appear only after the SD card is rescaned for example when I'm disconnecting my phone form computer. Is there any way to rescan images folder automatically? I've read there is a MediaScannerConnection class in android java which does it. How about AIR?
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.
죄송합니다, 다운로드하려는 파일의 안전성을 확인하고 있습니다. 몇 분 뒤에 다시 시도해 주세요.
죄송합니다, 바이러스 스캐너가 이 파일이 안전하지 않다고 감지했습니다.