『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Questions
新着順
Hello,on windows, <script type="text/javascript">document.location="?return=loc";</script> location changing event stageWebView.removeEventListener(LocationChangeEvent.LOCATION_CHANGING, onWebViewLocChanging ); private function onWebViewLocChanging( event:LocationChangeEvent ):void trace(event.location); } is dispatched when I use var stageWebView:StageWebView = new StageWebView(true); and it isn't dispatched when I use var stageWebView:StageWebView = new StageWebView(false); Thanks
hi,We develop applications with Air and the Spark Mobile Framework, and we are looking for a tool that enables us to automate tests.We have tested several tools (RIATest, Ranorex, SilkTest...).Is there a tool in Air Mobile to automate UI tests?If not, is such a tool planned for the future?Many thanks in advance for your help
I am using the latest version of Adobe Air, I am definitely connected to the internet and have used this application successfully in the past few months. Now I get a message that there is no internet connection. Help!
I'd like to develop Google Glass app using Adobe AIR. Will GDK support be included in the future Adobe AIR release ?
I entered Default-375w-667h@2x.png for iphone 6 , Default-414w-736h@3x.png for iphone 6+I see firstly launch time and immediately thereafter (mean AIR load time) launch image is disappear (black screen, mean AIR doesn't see).Secondly, Air is working only "ios 7.1, iphone 5" simulator. (Although I choose IOS8 sdk)
Greetings,I'm working on an Adobe AIR for Desktop project that needs to require OSX 10.5 or greater on the Mac captive runtime bundle. I can't seem to find any way to force this requirement with the adt packaging options or application.xml options. Does anyone know of a way I might be able to accomplish this?Thanks,~Mike Z.
Hi,Air sdk16.0.0.250 sdk not reporting Iphone 6 resolution, instead it's reporting iphone 5 resolution in Ios Simulator.Platform: mac osx 10.9.5 / xcode 6.1.1 / air Sdk 16.0.0.250Please advise?
Pretty much all I do is desktop apps for touch screen.. for testing I use an HP Compaq L2105tm - a cheap-o touch monitor. Normally it's fine, but am working on an app that will be used by multiple people at the same time and now the monitor is proving not competent enough as it only supports two touch points.Can anyone recommend a good monitor that supports more touch points in AIR apps? Looking at the Planar PXL2430MW but can't find much info on number of supported touch points.Thanks
Is it possible somehow? I would want know much more about this subject. cause it would open alot of possibilites in runtime. (custom scripts etc)Or what is the best alternative for this? This question includes a possibility to expose as3 objects/functions to javascript
Automatic display of created pdf not working-how do I fix so that it does open? I must have disabled this default somehow and cannot determine how to enable it so that when I create a .pdf it opens (and it is filed) automatically. I checked the faq and could find nothing there. The .pdf is created but I need to navigate to the folder to open.
I have an Adobe AIR application that connects with a java server using AMF Streaming connection(mx.messaging.channels.StreamingAMFChannel) in BlazeDS.The web server used is jboss6.1.0. When I connect to the server from my 64bit Windows 7 PC, the Adobe AIR application is showing a "Channel Fault" exception. The server shows an error log like "[BlazeDS]12/22/2014 13:49:16.153 [ERROR] [Endpoint.StreamingAMF] Endpoint with id 'my-streaming-amf' cannot service the streaming request made with HTTP 1.0. Only HTTP 1.1 is supported."Iam able to connect to the server from other client PCs with 32bit Windows 7.Please guide me to resolve this issue.Thanks & RegardsVidhya
I have an Adobe AIR application that connects with a java server using AMF Streaming connection(mx.messaging.channels.StreamingAMFChannel) in BlazeDS.The web server used is jboss6.1.0. When I connect to the server from my 64bit Windows 7 PC, the Adobe AIR application is showing a "Channel Fault" exception. The server shows an error log like "[BlazeDS]12/22/2014 13:49:16.153 [ERROR] [Endpoint.StreamingAMF] Endpoint with id 'my-streaming-amf' cannot service the streaming request made with HTTP 1.0. Only HTTP 1.1 is supported."Iam able to connect to the server from other client PCs with 32bit Windows 7.Please guide me to resolve this issue.Thanks & Regards,Vidhya
Hi,I am building extension using Flash Builder 4.6 and extension builder 2.1. Compilation job is done corrcetly by FB but extension builder is throwing the error as given below.Errors running builder 'Adobe Creative Suite Extension Builder' on project 'AppStudioExporter'.Please log in with your Adobe ID to use Adobe Creative Suite Extension Builder.I am using correct credentials, still facing the issue.any idea what mistake i am doing.
Hello,On my Nexus 5, the text overlaps in a spark Textarea with spark.skins.mobile.TextAreaSkin (use flash.text.TextField) near line 750 and after (ScrollBar near 25% height) <?xml version="1.0" encoding="utf-8"?> <s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" creationComplete="creationCompleteHandler(event)"> <fx:Script> <![CDATA[ import mx.events.FlexEvent; private function creationCompleteHandler(event:FlexEvent):void { var urlLoader:URLLoader = new URLLoader(); var request:URLRequest = new URLRequest("http://www.adobe.com/products/air.html"); urlLoader.addEventListener( Event.COMPLETE, chargementComplet ); urlLoader.load( request ); } private function chargementComplet(pEvt:Event):void { myTextField.text = pEvt.target.data; } private function skbAct( event:Event ):vo
Hi,I came across this Xamarin example that let other apps send content to your iOS 8 based app through the system wide share menu.http://developer.xamarin.com/samples/Share/How to add the code to the Air app.xml? What part to do I need to extract from it? <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> <key>CFBundleDevelopmentRegion</key> <string>en</string> <key>CFBundleDisplayName</key> <string>ShareExtension</string> <key>CFBundleExecutable</key> <string>ShareExtension</string> <key>CFBundleIdentifier</key> <string>com.your-company.Share.ShareExtension</string> <key>CFBu
I accidentally associated an Adobe AIR file to open Adobe Acrobat in it's stead, now an otherwise easily fixed problem has been causing me far too much anger.Basically I downloaded an .air file after recently reformatting my computer, and I tried to open it with Acrobat. Now, since there is no actual application and or shortcut created by AIR I can't just tell the file to use that. I've found that I'm not alone in this issue, have tried a few things I've read on both this forum and others, and have come to no resolution as of yet. This file isn't anything of any great significance, but it bugs me so much that at this point I just want to know how to fix this and win this little battle.Thanks in advance to anyone willing to help.
I am building a native extension for Android.For the android library, I create a android project and add several third-party jar files to build path.I extract a jar file from a android project and merge it and third-party jar files into a single jar file.I package ANE using a merged jar file and build a APK.When I install a APK and launch it, NoClassdefFoundError on the third-party class occurs.I use Flash Builder 4.6 and set sdk version to the Flex SDK 4.6.0 + AIR SDK 15.0.0.356.I decompile APK and check the classes.dex.Strangely a certain jar's classes are missing in the classes.dex.I tried googling and found a similar case.The following is the link :http://stackoverflow.com/questions/24777394/noclassdeffounderror-on-thirdparty-class-files-when-building-adobe-native-extensI try to follow the answer in this link.Did dx.jar in the AIR SDK really strip out some classes of third-party jar file??I inquired the java version of the third-party related with NoClassdefFoundError.Now I am wait
Hello,I pay $40USD to someone who creates a native iOS extension for AIR mobile that gives me the device user agent string. (source code XCode 4.1 project + ANE file).Thanks,Henning
Hi All,I have been using Flash Builder for a while now to develop iOS prototype applications. Until now all integrated functions have served me very well, but I recently discovered the ability of iOS to cummunicate with Bluetooth Low Energy devices. This sounds really interesting, but unfortunately there is no Native Extension available to access this functionality from Air...I have been trying to write such extension myself as there is quite some nice information available how to do this, but my Objective-C knowledge is too limited to understand how the CoreBluetooth stack works. Hopefully anyone here is interested in developing such extension! If so, let me know and we can see how we can work together!Best Regards,Tom
OK, I tried before with air 2.6-2.7, a live video app VP6+MP3 to the AppStore and it got rejected, because of the http-live-streaming requirement. So today, I installed FMS 4.5, and created stream h264+AAC, to the rtmp://myserverip/livepkgr with stream: mystream?adbe-live-event=liveeventI tried openning it on iphone safari with this url and it playes with default player: http://myserverip/hls-live/livepkgr/_definst_/liveevent/mystream.m3u8Then I tried with same url in my iphone app (Air 3.0 sdk) to open the stream and it doesnt work, I tried f4f and f4m extensions, dont work. What is the URL I have to load from my app as3 to load this HLS stream into my Air3 iOS App?I read somewhere now it is possible, or is it not possible yet to make app that plays HLS now?
h265 have not plan to support ,and the update is unnecessary function,have not a material function, your team only can change the version ? fk
Hello, I saw in the release notes for AIR 16 and the new iOS universal support we will need to use the new compiler, I assume that means "-useLegacyAOT no". I tried compiling my app with AIR 15 and got some weird errors, so I set "-useLegacyAOT yes" and it worked properly. I have a question whose answer would help me a lot.Can I continue NOT to use the ASC 2.0 compiler, or must I use it in the future as I set -useLegacyAOT to no?Thank you!-jonathan
I'm sorry that I haven't debugged further. I hope you are aware of performance issues regarding AIR 15 beta on iOS. I'm using the 20th of August version. The app works fine on simulator (except visual artifacts on bitmaps) and on Android. On iOS it's reported to be very slow and crashes in a situation, which I can't think of being special.Using GPU renderMode, timeline animations with plenty of bitmaps.
Hi,Does anyone know whether iOS apps developed with AIR will meet the following requirements?"...new iOS apps submitted to the App Store must include 64-bit support and be built with the iOS 8 SDK."Best,C.S.
Hello,Is it possible to delete the cache of a StageWebView on Windows, where is the application data cache directory ?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.