『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Join a global community of Adobe Air users and developers.
新着順
... I mean, AVM3 with AS3? [for developers a transition without pain, just a matter of a clean recomplation](hoping not to be redundant nor too in late times)shouldn't it relaunch the flash marketplace? is it not enough to plan stereo-earnings in the case in which Adobe is able to achieve the expectations required by the IT world to a new flash era?a new flash era isn't in adb plans?btw, is an AVM3 really required -- going beyond videogames?I'm reading flash/air is based on an obsolete programming approach (no link, the article is in italian). Chris? Massimiliano Carlihttp://www.mc2labs.net
Hi, we are building a packaged native desktop AIR application (AIR 18.0 SDK) for Windows and OS X. This application connects to our account server via HTTPS POST requests using URLLoader. Most of the time this works fine but some of our users cannot connect and receive 2032 errors via an IOErrorEvent.IO_ERROR. We're listening for HTTPStatusEvent.HTTP_RESPONSE_STATUS as well but don't get any additional information from there.Users who experience this problem are able to access the same URL through a browser with no problem, so it appears to be an issue with the AIR application, not their general internet connectivity.We've tried instructing users to disable their firewall temporary and turn off A/V software, but this hasn't made a difference.We've tried increasing the default idle timeout - that also makes no difference. Successful requests are being processed in the order of a second.The account web server is up and responsive. One user is experiencing the problem on one of their Wind
Hi there,I am working on the game build on Adobe AIR. I have an issue with the custom pointer.When I try to drag the game window the custom cursor displayed instead of system cursor.Is it bug in AIR and is there any workaround?Sample FlashDevelop project: Dropbox - Cursor.zipBuild with AIR 18.Thanks,Mikhail
I have the following code which I run `onload` on the body tag in a HTML/JavaScript application:var mcd = new window.runtime.flash.ui.MouseCursorData();mcd.hotSpot = new air.Point(0,0);mcd.frameRate = 24;var loader = new air.Loader();loader.contentLoaderInfo.addEventListener(air.Event.COMPLETE, function(event) { var image = air.Bitmap(loader.content); var bitmaps = new air.Vector["<flash.display.BitmapData>"](); bitmaps.push(image.bitmapData); mcd.data = bitmaps; air.Mouse.registerCursor('defaultCursor', mcd); air.Mouse.cursor = 'defaultCursor';});var request = new air.URLRequest('./assets/cursor.png');loader.load(request);However, this cursor ONLY appears when dragging the window chrome and doesn't appear anywhere else...Is this a bug in AIR for HTML apps or do I need to call this code differently?
I am getting this error "error 105: application.iPhone.InfoAdditions contains an invalid value"while packaging my application with adt for ios. The command I used is this "c:\Program Files\Adobe\Adobe Flash CS5.5\AIR2.6\bin\adt" -package -target ipa-ad-hoc -provisioning-profile VCPDevelopmentProvProfile.mobileprovision -storetype pkcs12 -keystore VCP.p12 -storepass PASSWORD vcp.ipa TestAir-app.xml TestAir.swfwhile the contents of TestAir-app.xml are as mentioned below. Can someone please point out the problem as this is really hampering our work (Thanks in advance). <?xml version="1.0" encoding="UTF-8" standalone="no" ?><application xmlns="http://ns.adobe.com/air/application/13.0"> <id>in.co.canon.coe.vcp</id> <versionNumber>1.0</versionNumber> <filename>TestAir</filename> <description/> <!-- To localize the description, use the following format for the description element.<description><text
Hi all,I am building a native extension for the Android platform that is exhibiting a problem where annotations used by a 3rd party dependency JAR (CRest) within the native extension are not being found at runtime. This causes a crash when the annotations are validated. As a bit of background, the native extension is simply a wrapper for an existing custom JAR along with it's dependency JAR's - these are merged into a single JAR required for the extension build process. When the merged JAR is used in a standard Android applicaiton it works as expected at runtime so this problem only appears to be when using the JAR via the Adobe AIR runtime on Android.It took quite a while to work out the exact problem due to it being such a strange runtime error, but once I had figured out the actual issue I tried a number of things to resolve the problem, including updating the AIR SDK to 3.9 (generally I've been using 3.7 to match the version used by our partner developers) and upd
Hi All,This is the second time this has happened to me. I've specified that I want to get email notifications for this forum, and receive them for months, then they suddenly stop coming.This time it happened after about 90 days.Anyone have a clue as to how I can start getting emails again?Thanks,Douglas
Recently we found that our app have some problem displaying the Label (inside List ItemRenderer) correctly on HTC M9+ (a device with 2K display). Screenshots attached.This problem doesn't appear on other Android devices, and here are some information about the device and app.Apache Flex 4.14.1Adobe AIR 18.0Android 5.0.2Thanks for helping.
It appears as if the application I am developing on AIR for Android locks up intermittently. There is no crash on the ActionScript side at all. Looking at the output from logcat doesn't show anything either. It basically gets into a state where the game music (played through ActionScript/AIR) continues to play, but all buttons, events, timers, etc. fail to work. It almost seems like the framerate has gone to 0 (or close to it). I did not receive any USER_IDLE / USER_PRESENT / ACTIVATE / DEACTIVATE events from NativeApplication however. I've submitted a bug here. I'm REALLY stumped on this one.. If anyone has experiences similar hangs/crashes with Adobe AIR for Android, I'd love to hear from you about how you fixed it.
Hi guys,I have an Adobe AIR application as a native installer (using captive runtime with AIR 17.0) which I am running through Windows App Certification Kit 10.0 on Microsoft Windows 10 Pro Insider Preview (10.0.10130.0), but it throws up some issues which prevent the application from getting Windows 10 app certification, see below:Windows security features test - Binary analyzerError Found: The binary analyzer test detected the following errors:File ..\Adobe AIR\Versions\1.0\Resources\AdobeCP15.dll has failed the DBCheck check.File ..\Adobe AIR\Versions\1.0\Resources\AdobeCP15.dll has failed the NXCheck check.File ..\Adobe AIR\Versions\1.0\Resources\AdobeCP15.dll has failed the SafeSEHCheck check.File ..\Adobe AIR\Versions\1.0\Adobe AIR.dll has failed the SafeSEHCheck check.It appears that some of the Adobe AIR .dll files are causing the issues due to failing some checks.Has anyone else come across this failures before or know how to resolve them?
I am trying to download software from CurationSoft that uses Adobe Air. Here is the error message I get back:Adobe Reader could not open 'CurationSoft (3).air' because it is either not a supported file type or because the file has been damaged (for example, it was sent as an email attachment and wasn't correctly decoded).I am using a MAC. Any ideas on what could be causing this and how to fix it?Thanks.
After upgrading from Air SDK 13 to 16 and above, when I deploy to my iPad the buttons and tabbars and all kinds of stuff gets messed up. In the Air iPad simulator, for the most part everything is fine, but once deployed on the iPad it's terrible.Air 13:Air 16+ :I really need this because Apple requires 64 bit (Air 16+) to be accepted as of Feb '15.Please help.
I've detailed the entire ordeal here at stackoverflow http://stackoverflow.com/questions/31765612/update-flash-builder-mobile-app-to-use-64-bit-with-air-sdk-18-0I am having a terrible time updating my Flex Project to use 64bit and iOS 8. I have to update because when I use Adobe Air SDK 14 I get the following error while uploading my release version via the Application Loader.I've followed all of the instructions listed in the following, but nothing works: http://easynativeextensions.com/making-your-ios-apps-universal/https://helpx.adobe.com/flash-builder/kb/overlay-air-sdk-flash-builder.htmlhttps://helpx.adobe.com/x-productkb/multi/how-overlay-air-sdk-flex-sdk.htmlWhen I change the line in my air descriptor mxl file to: <application xmlns="http://ns.adobe.com/air/application/18.0">I get the following error:I've downloaded the Air SDK from this page: http://www.adobe.com/devnet/air/air-sdk-download.htmlI tried using both the main link and the Flex sp
Hi,I have compiled my AIR app which includes the new icon sizes required for iOS 7 (76x76, 120x120, 152x152 and the Spotlight search result icons 40x40 and 80x80) from the command line using AIR 3.9. Here's the icon section from my app descriptor XML:<icon> <image29x29>icons/icon29x29.png</image29x29> <image48x48>icons/icon48x48.png</image48x48> <image57x57>icons/icon57x57.png</image57x57> <image72x72>icons/icon72x72.png</image72x72> <image114x114>icons/icon114x114.png</image114x114> <image512x512>icons/icon512x512.png</image512x512> <image58x58>icons/icon58x58.png</image58x58> &n
Debugging a StageWebView works very well with Android devices in Chrome. But we can't get it to work with an iPhone in Safari. There aren't any inspectable applications listed under the Developer > iPhone tab in Safari. Setup is correct according to the Apple documentation. Is this a missing feature or a bug? Using latest AIR SDK (17.0.0.124) and iOS 8.2. Debugging over USB using a debug build (fast-packaging).
Hi folks, I kind of lost track of where AIR is with respect to updates but have about 8 apps using a variety of versions from AIR 3 - AIR 4. I do not have an Apple device with iOS 8 but have heard my apps are no longer working. I hunted around but could not find anything specific. Could someone let me know if there is a cutoff version of AIR for iOS 8? Thanks!Dan
Hello,when trying to upload the latest versions of my apps to iTunes with application loader, I see these errors:I unzipped the ipa and verified that the actual version number is in fact 14.10.0, so I do not know why this error pops up. I tried other version numbers as well without success. I see this error, with the respective build numbers, for 3 of my 4 apps. Those 3 apps have 32 Bits architecture right now, which I am trying to update to 64 Bits with this build. The 4th app was 64 Bits from the start and did not show this error, though I am not sure if it's related to the error.I compile with the Windows Air SDK (18.0.0.180), if that makes any difference. Any ideas why this error keeps popping up?Thanks
Hello,I'm using AIR 17 + Android ANE without issues but after overlapping AIR with the lastest stable release AIR 18 SDK e got this error Dropbox - AIR_18_ANE_Bug.png when I try to publish the APK.
was able to uninstall after failed update but cannot re install win 7 64bit, get administrator privilege error=0 . tried command prompt install and run as administator no help. dont see any solution on forums, can anyone help
I belive this is an URLMonitor/google problem. Here is the the response for HTTPStatusEvent.HTTP_RESPONSE_STATUS listener: 503 [HTTPStatusEvent type="httpResponseStatus" bubbles=false cancelable=false eventPhase=2 status=503 redirected=true responseURL="http://ipv4.google.com/sorry/IndexRedirect?continue=http://www.google.com/&q=CGMSBAUPUKsYsanorQUiGQDxp4NLixHuTLQF8iNtkr0Afq-2MJOIr6k"]the response for HTTPStatusEvent.HTTPStatusEvent.HTTP_STATUS listener: 503 [HTTPStatusEvent type="httpStatus" bubbles=false cancelable=false eventPhase=2 status=503 redirected=true responseURL=null]This testing was based on an attempt to load http://www.google.com This WORKS on desktop, but NOT on my test Galaxy S5. Can anyone else confirm this issue?var url:URLRequest = new URLRequest("http://www.google.com"); url.method = "HEAD"; mInternetMonitor = new URLMonitor(url); mInternetMonitor.pollInterval = 4000; mInternetMonitor.addEventListener(StatusEvent.STATUS, _handleCheckInternetConnection); mIntern
When trying to upload new iOS app version from Apple Application Loader it says:Cannot proceed with delivery: an existing transporter is currently uploading this packageI see this has solution if I was using Xcode for native iOS project. But I'm using Adobe AIR + Flex compiler. Flex SDK 4.13.0, FlashPlayer16 Using the same configuration before I did not have any problems. Targeting swf 27.Any ideas ?
Hi All,Is there any way of knowing the render mode of an application at runtime on iOS device ? I need to get the render mode of my running application and pass on different logic based on whatever render mode I get at runtime but I am struggling to find any such API or method that can solve my purpose.Any suggestions ?Thanks,Ken
其实我只想更新一部分 vb@为什么 uploadFromByteArray(data:ByteArray, byteArrayOffset:int, startVertex:int, numVertices:int):void 在startVertex 不为0,必然失败呢
The title of question says it all
Firstly, great work on introducing VideoTextures. I am getting great performance when using AIR on OSXAre there plans to allow the use of DRMed video as the stream of a VideoTexture, or is this not technically feasible?Are there plans to introduce VideoTexture support in Flash Player, as part of the browser?
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.