새로운 Adobe 커뮤니티에 오신 것을 환영합니다.
Questions
최근 활동
Bonjour,J'ai un message d'erreur lors de l'installation d'Adobe Air même en mode "Administrateur"je suis sous Windows Vista 32 bits.Merci de votre aide à tous.
Hello! I'm a rookie programmer trying to build a program for a client. I'm pretty much done building it, but he wants the names entered in the log in screen to be exported to an excel/csv spreadsheet. http://i.imgur.com/caCw5ge.pngI was given MDM Zinc 4.0 to do this, but the code I was given is for an older version of Zinc and there're no tutorials or tech support for this program. It has to be local, so I can't use PHP.Is there anyway I can have the names inputted into the entry form exported into a spreadsheet with AIR? If you have tutorials that could be useful, that would be appreciated.Thanks
Do the changes coming in the Window 10 app store provide any hope for air applications making there way in?
When I use:NativeApplication.nativeApplication.systemIdleMode = SystemIdleMode.KEEP_AWAKE;I get:Scene 1, Layer 'Layer 1', Frame 1, Line 1 1120: Access of undefined property NativeApplication.Scene 1, Layer 'Layer 1', Frame 1, Line 1 1120: Access of undefined property SystemIdleMode.Where is the problem?Thank you!
I've tried every place that "says" they have a Debian package for AIR. Even though the discontinued it, why isn't it archived on the website somewhere? Unless something about how the program operatesmakes Linux exploitable..... THAT IS SPECULATION. I don't know if it is, but it makes me wonder why Adobe has left no trace of a way to install it that doesn't involve moving mountains
Hi, I am trying to build native extension for OS X.After creating context, I try to call native function with "call" method, but always I have an error "The extension context does not have a method with the name ..."In as3 code my ExtensionContext is not null, so it's okay. And in native objective-c code I have a function, which I call in as3 code.What should I do?Here my code.Objective-c: FREContext AirContext = nil; FREObject init(FREContext ctx, void* funcData, uint32_t argc, FREObject argv[]) { return nil; } FREObject someFunction(FREContext ctx, void* funcData, uint32_t argc, FREObject argv[]) { FREDispatchStatusEventAsync(AirContext ,(uint8_t*) "SOME_EVENT", (uint8_t*) "some information" ); return nil; } void ANEContext
It does not work for me in any of these versions: 16.0, 14.0 and 3.6.DatagramSocket.isSupported always returns false.Anyone experiencing the same?Thanks.
I downloaded town of salem off steam, when i tried to run it it said i needed to get/update adobe air, so i though thats not too hard, when i procceded to download it and install it a message came up saying "An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator." i searched all over your fourms and one thing kept coming up, download microsoft fix it. So i did, i ran it and uninstalled adobe air from my computer, because i already had a older version. Then following the fourms guidlines i re-downloaded adobe air installer and it still didnt work. Im very much so angry at this so please help me. Here is my logs[2014-12-30:20:17:59] Runtime Installer begin with version 15.0.0.356 on Windows 7 x86[2014-12-30:20:17:59] Commandline is: [2014-12-30:20:17:59] Installed runtime (1.5.3.9130) located at C:\Program Files (x86)\Common Files\Adobe AIR[2014-12-30:20:18:05] Relaunching with elevation[2014-12-30:20:18:05]
Working on Dell XPS desktop with Windows 8. Apps requiring AIR no longer work. New apps can not be loaded successfully. Attempts to update AIR from 3.8.0.870 to 15.0.0.356 fail. Suggestions?
The popup says An Adobe AIR update is ready to be installed. I'm not sure it's really a message from Adobe. I may not have any need to use AIR if it was installed on my computer by Lenovo or Windows 8.1.My last computer had a popup that was, I think, a worm which told me I needed to update Flash Player Pro. So, I'm nervous now about popup messages. I wish all legitimate programs could have options to Automatically install updates. Can someone tell me if the popup sounds legitimate? Some programs give you a third option of No Thanks but this one just has a box to click for Update Now and a box for Update Later. Thanks.
This is the AIR log that was generated during the install:[2014-11-25:22:26:52] Application Installer begin with version 15.0.0.293 on Windows Vista x86[2014-11-25:22:26:52] Commandline is: C:\Users\William\Desktop\MemeCrusher\MemeCrusher.air[2014-11-25:22:26:52] Installed runtime (15.0.0.293) located at c:\Program Files\Common Files\Adobe AIR[2014-11-25:22:26:56] Unpackaging file:///C:/Users/William/Desktop/MemeCrusher/MemeCrusher.air to C:\Users\William\AppData\Local\Temp\fla9277.tmp[2014-11-25:22:27:04] Application signature verified[2014-11-25:22:27:04] Unpackaging/validation complete[2014-11-25:22:27:04] Installed app (com.pageone.MemeCrusher) located at C:\Program Files\PageOneTraffic\MemeCrusher\MemeCrusher.exe[2014-11-25:22:27:04] The certificate of the installed app fails to match either the signature or migration signature of the AIR file[2014-11-25:22:27:18] Application Installer end with exit code 10[2014-11-25:22:27:23] Application Installer begin with version 15.0.0.293 o
Currently we're having trouble with packaging IPA with adobe air 16. (16.0.0.272)The nature of the problem is almost exactly same with this :Undefined symbols for architecture armv7 (AIR 16)Everything goes fine with AIR 15 but fails linking, native extension causing problem,Although we were able to identify that a native extensions caused this trouble, we can't just do anything about it as we don't have access to the source code of it.We requested the author of the extension to support AIR 16, but told it wasn't their problem.Since AIR 16 is a must for iOS release, downgrading to 15 is not an option... is there a way to circumvent this problem?
I tried to switch SDK to 16 because of 64bit support but RemoteNotifier seems to NOT working.Code:if(RemoteNotifier.supportedNotificationStyles.toString() != " ") { var preferredStyles:Vector.<String> = new Vector.<String>(); preferredStyles.push(NotificationStyle.ALERT);//, NotificationStyle.BADGE, NotificationStyle.SOUND); _subscribeOptions = new RemoteNotifierSubscribeOptions(); _subscribeOptions.notificationStyles = preferredStyles; _remoteNotifier = new RemoteNotifier(); _remoteNotifier.addEventListener(RemoteNotificationEvent.TOKEN, tokenHandler); _remoteNotifier.addEventListener(StatusEvent.STATUS, statusHandler); _remoteNotifier.subscribe(_subscribeOptions);}No handler is called. My app freeze because no status neither token is received.I tried it only on iOS.Could you help me please?
There seems to be no discussion on this topic what so ever so far as I can tell...Does anyone know if this can be used in AIR?
my iOS application displays black screen after splash screen.nothing happens after the splash screen and couldn't see any proper errors on debug utility.I can build adhoc using flash builder and it's works fine but this problem occurs when I create ipa using dumped config file on command line(ant)I'm using flex sdk 4.6 and AirSDK 15.0(overladed) iOS version 8.0 .my application includes few iOS native extensions.I also tried installing flex sdk 4.13 with AIRSDK 15 but same thing happens.mxmlcmxmlc -load-config app-config.xml src/mobapp.mxml -output myapp.swfadt<target name="build-release-adhoc-package-ipa"> <echo>::building captive-runtime release-adhoc ipa..</echo> <exec executable="${FLEX_BIN}/adt" failonerror="true"> <arg line="-package" /> <arg line="-target ipa-ad-hoc" /> <arg line="-storetype pkcs12" /> <arg line="-keystore ${provision.dir}/release-adhoc.p12" />&
Hi, we are porting a game to be released on Steam but we are getting the following error while preparing the OSX version to upload:Fatal: App built with 10.6+ SDK, but compiled with -mmacosx-version-min=10.4 or older.Please rebuild the app with -mmacosx-version-min=10.5 or newerI guess this is caused because of the compiler flags used by the Adobe AIR packager while building the OSX native installer... Does anyone know how to change this flag? Any solutions?Thanks
Is it possible to create a Microsoft ppt file in actionscript 3 adobe air?
A screen of attachment is Label, TextArea, Button in turn from the top.TextArea is normally indicated, but all hiragana, katakana and kanji aren't shown to Label.Hiragana and katakana aren't shown to Button.Nexus7(2013) Android5.0.1 AIR15.0.0.381AIR Simulator
Hello all,I am trying to download a file, and save it to the applicationStorageDirectory. I then would like to immediately read the file, and input a text field into m1_txt.I have been scratching my head a little towards this, and the code below doesn't seem to work. ANY SUGGESTIONS?Thank you.////check datevar go_month = new Date(); var month = go_month.getMonth(); ////current mainframe (date)var datadd:Number = Object(root).currentFrame;////download prayer filevar url:String = "http://website.org/prayers/"+month+".xml";var urlRequest:URLRequest = new URLRequest(url);var urlLoader:URLLoader = new URLLoader();urlLoader.dataFormat = URLLoaderDataFormat.BINARY;urlLoader.addEventListener(Event.COMPLETE, proceed);urlLoader.load(urlRequest);function proceed(event:Event):void {var bytes:ByteArray = urlLoader.data;var file:File = File.applicationStorageDirectory.resolvePath("prayers/"+month+".xml");var filestream:FileStream = new FileStream();filestream.addEventListener(Event.CLOSE, loadremote
I'm encountering an error when trying to adt package my project for iOS using AIR 16.0.0.259:Failed to package AIR application AppName.ipa:Id: can't open -non_global_symbols_no_strip_list file: /pathtosdk/lib/aot/lib/local_nostrip.arm-air.txtCompilation failed while executing : Id64I took a peek inside the sdk and could not find such a file, just a local_nostrip.x86-simulator-air.txt file.I checked my packing options to ensure -useLegacyAOT noWhat is causing this stop ship error?
Hello everybody, first thing sorry for my English.I have a very strange problem with Adobe AIR. My APP has a lot of objects in screen and needs a lot of time to render the screen when I scroll.I have this terminals to test my APP.- LG G3 - CPU: Qualcomm MSM8975AC Snapdragon 801 2.5 GHz - GPU: Adreno 330 - Screen Resolution: 2560 x 1440 pixels - FPS: 5 - GeekBench score: 885- Samsung galaxy Note 2014 Edition - CPU: Samsung Exynos 5 Octa (5420) - GPU: Mali T628 - Screen Resolution: 2560 x 1600 pixels - FPS: 12 - GeekBench score: 878- Nexus 4 - CPU: Qualcomm Snapdragon APQ8064 1.5 GHz - GPU: Adreno 320 - Screen Resolution: 1280 x 768 pixels - FPS: 10 &n
HelloI'm preparing custom ANE and facing interesting problem. I have prepared static library and putted it to ANE. I have compiled ANE and created demo project. Application is crashing in runtime because of undefined selector.I have prepare native demo project with totally same library and it works like a charm. So I assume I have all symbols and correct architecture in my static library. I think linking process of ANE in air sdk strips too much symbols from static library and I cannot anyhow influence on it.I can provide all projects to see the problem.Any suggestions?Thanks
A flashing white screen appears after starting the application. The startup image also goes nuts before. The application works perfectly fine and has been submitted successfully in AIR 15.356.
Hello everybody.. i hope someone can give me a tip on a mobile App i'm developing.When pressing a button, i have to refresh a screen which contains 40+ clips.I evaluate an array, and for each entry i call a function to create the relative item.Basically i:- create new instance from library- resize it to fit the screen size- replace a movieclip inside the instance with a TLF- create a bitmapdata- drawWithQuality of the instance (using a matrix)- create bitmap- set the bitmap position- add the bitmap to the holder movieclipThis routine seems very slow (8-10 seconds to refresh), i guess a problem is given by the TLF which is quite heavy, but maybe i'm also doing something wrong with the logic..Any suggestion?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.
죄송합니다, 다운로드하려는 파일의 안전성을 확인하고 있습니다. 몇 분 뒤에 다시 시도해 주세요.
죄송합니다, 바이러스 스캐너가 이 파일이 안전하지 않다고 감지했습니다.