『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Join a global community of Adobe Air users and developers.
新着順
Currently having an issue where the font on the unistall screen of a Native Air installer is either completly missing or is corrupted. Have also noticed on some machines the font unistall text is displayed without issues. The three states are coming from the sames installer copied/tested on multiple machine. The Air application Installer is build with Flash Builder 4.0.1 and we are using the Flex SDK version 4.1 running on a Windows 7 machine.
I currently have an Air Native Installer for an Extended Desktop application what doesn’t always associate the file extension stored in the –app.mxml file.Here is the –app.xml section in question: <filename>programName</filename> <fileTypes> <fileType> <contentType>text/plain</contentType> <description> programName Network File</description> <extension>nle</extension> <icon> &n
Hi folks, I have a feeling this is a real newbie question so bear with me. I'm trying to install/open an AIR application on my tablet, a Toshiba Thrive that runs Android 3.0. I've installed Adobe AIR, but the .air file installer package isn't associated with AIR (or any program at all) so I can't open it. I'm thinking the application had been developed for Windows and that has something to do with it, but wanted to ask around first. If there's more information needed let me know.
Now i have new problemMy app will not install with a verified certificate. If i change the certificate to the self signed then it will install and run correctlyThe error is "The installation of this application is damaged. Try reinstalling or contacting the publisher for assistance"
I have an intermittent problem, so far reported by only a few users on Win XP and Mac systems. Basically, I have a bunch of components inside a VBox, and the VBox is inside a WindowedApplication. What's happening is that for just these few people, the VBox doesn't fill the window (it's height and width are set to 100%). No clue why that is happening, or even what to play with to try to fix it. I can't duplicate it on my machine and the app is huge, so I can't give you code, I need some things to try.One thing I did try after reading through the forums was adding this line to the window:addedToStage="event.currentTarget.stage.scaleMode = StageScaleMode.SHOW_ALL"That actually causes a similar behavior where the VBox doesn't fill the window. May or may not be related, but I thought I'd mention it.Here is a screen shot of what goes on:The app is in Beta and can be downloaded here by registering: http://www.cnccookbook.com/CCGWizardE.htmlThere are various scree
Just so I know not to keep checking back for an answer - been waiting 2 days now? http://forums.adobe.com/thread/893468
I am trying to publish an AIR app with a .cer certificate which comes from Thawte and the Publisher name appears correctly if I use Flash to build a simple AIR app and try to installIf i use ADT from the command line, then the app compiles but the publisher is UNKNOWN when the installation window appearsadt -package -storetype pkcs12 -keystore codesign.cer air/MyApp.air application.xml -C bin .Does anyone know why it will not find the publisher name?What is the command line used by Flash to compile?Thanks
I am working in Adobe Livecycle 8.0 and I am getting the following error message:Acrobat does not allow connection to: mailto:This was never an issue in the past. I intentionally left the mailto blank so that an individual that completed the form could email it as a PDF to the person of their choice. Is there a workaround for this? If not, does anyone know how to populate the mailto: with an email address from an email field in the form?ThanksJen
Hi. Every time I run my air app, I get this log:08-25 14:16:19.698: DEBUG/dalvikvm(1040): GC_EXPLICIT freed 57 objects / 2616 bytes in 80ms08-25 14:16:19.698: DEBUG/dalvikvm(24236): Trying to load lib /data/data/com.adobe.air/lib/libCore.so 0x4905d80808-25 14:16:19.728: DEBUG/dalvikvm(1040): GC_EXPLICIT freed 2 objects / 56 bytes in 31ms08-25 14:16:19.858: DEBUG/dalvikvm(24236): Added shared lib /data/data/com.adobe.air/lib/libCore.so 0x4905d80808-25 14:16:19.869: INFO/dalvikvm(24236): Failed resolving Lcom/adobe/air/AIRWindowSurfaceView$2; interface 129 'Landroid/view/View$OnSystemUiVisibilityChangeListener;'08-25 14:16:19.869: WARN/dalvikvm(24236): Link of class 'Lcom/adobe/air/AIRWindowSurfaceView$2;' failed08-25 14:16:19.869: ERROR/dalvikvm(24236): Could not find class 'com.adobe.air.AIRWindowSurfaceView$2', referenced from method com.adobe.air.AIRWindowSurfaceView.DoSetOnSystemUiVisibilityChangeListener08-25 14:16:19.869: WARN/dalvikvm(24236): VFY: unable to resolve new-instance 1
Hi, I currently have Flash CS 5.0. Where can I find instructions on using Air 2.7 iOS packager with it? I would prefer the IDE interface, not the command line. If this is not possible with Flash CS5.0, can it be done with Flash CS 5.5? Thank you.
Hi guys,I'm looking for some reliable drag and drop code that works with multiple objects on the stage.This code works fine on the web, but in AIR I can tear apart my movieclips, so it's unusable:Does NOT work:circle_mc.addEventListener(MouseEvent.MOUSE_DOWN, drag);square_mc.addEventListener(MouseEvent.MOUSE_DOWN, drag);stage.addEventListener(MouseEvent.MOUSE_UP, drop);function drag(e:MouseEvent):void{ e.target.startDrag(false); }function drop(e:MouseEvent):void{ stopDrag(); }This Drag code below works in AIR, but is a bit lengthy. Can anyone help me rewrite it for multiple Movieclips? My AS3 isn't thatgood yet. Or if you have a better solution, please post it.Thanks,MattTHIS CODE WORKS IN AIR:// set listenersGhost1.addEventListener(MouseEvent.MOUSE_DOWN, startGhostDrag1);stage.addEventListener(MouseEvent.MOUSE_UP, stopGhostDrag1);Ghost1.addEventListener(Event.ENTER_FRAME, dragGhost1);// offset between sprite locat
Hi everybody,our first two Flash/AIR-apps were accepted by apple.It's an animated children's book for kids age 2-4.You can download them for free:http://itunes.apple.com/us/app/kuckuck/id456666191?mt=8 (German version)http://itunes.apple.com/us/app/frankie-frog/id456886821?mt=8 (English version)BTW: Feel free to rate the app and leave a comment (if you like it). Here are some tips:* Adobe does not support localization yet via the info.Plist. Because of this you can't do a multi-language app and give the app different names for different countries (this is very important, I hope it will be possible soon). I had to do two versions, one in German und one in English. Apple normaly doen't like this, they say this is a kind of "spamming". I agree, it is bad if you deliver 15 Versions for 15 different languages and you put them all for distribution worldwide.But I told the reviewers that localization via the plist.info is not possible and because of this there are two versions, an
Hello,I need to localize the name of the application I'm bulding in AIR for Android platform.I tried to specify different app names in the application.xml : (doc http://adobe.ly/mpo0av)<name> <text xml:lang="en">Hello AIR</text> <text xml:lang="fr">Bonjour AIR</text> <text xml:lang="es">Hola AIR</text></name> But the application won't install anymore on the device when the APK is created using this application.xml.It works when I revert to a simple <name>Hello AIR</name> node.Does someone has an idea how can I localize the AIR android app name please ?Thank you,Alex
Hi,I am quoting for a large RIA to be exported as an iOS app, using features such as consuming webservices in https, etc.My question is:- Do all standard AIR features work when packaging for iOS? Can I consume data on the internet? store local data? save photos? access the camera? etc.- What is notoriously not working?Thank you very muchnamasteFilippo
This is a question about how best to manage thumbnail images in an list view style app written in Actionscript 3 for Android.I am building an app that uses a list view control to show lists of data. As each list item appears on screen during a scroll through the list I create a thumbnail image to display in the list item cell. Currently I am embedding the jpg thumbnails in actionscript and using mx.core.bitmapasset to get bitmaps on the fly. On a live device this is unfortunately slowing things down - the smooth scrolling list jerks every time a new cell appears on screen.There are probably going to be 500+ thumbnails but a list will only ever have about 150 items in it at any one time, of which only about 6 or 7 are onscreen at the same time. The list view control is one that I have created myself in actionscript but I am pretty sure the thumbnail creation is the cause of the slowdown. If I take out thumbnails the scrolling is smooth. If I reuse the
we all face ithttp://active.tutsplus.com/tutorials/actionscript/quick-tip-how-to-debug-an-as3-error-1009/?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed:+Flashtuts+%28Activetuts%2B%29&utm_content=Google+Reader
Hi,I failed to install my air application with Adobe Air installer in silent mode with a command like : "AirWrite Installer.exe" -silent -eulaAccepted -location "C:\testdir" AirWrite.airAnd the same thing occurs with the ARH command ARH -installAppSilent -location c:\testdir AirWrite.Air Any help would be greatly appreciated,Best regards.My log file :[2011-08-24:20:03:32] Runtime Installer begin with version 2.7.1.19610 on Windows 7 x86[2011-08-24:20:03:32] Commandline is: -silent -eulaAccepted -location C:\testdir AirWrite.air[2011-08-24:20:03:32] Installed runtime (2.7.1.19610) located at C:\Program Files (x86)\Common Files\Adobe AIR[2011-08-24:20:03:32] Invoking Application Installer for combined install[2011-08-24:20:03:32] Launching subprocess with commandline C:\Program Files (x86)\Common Files\Adobe AIR\Versions\1.0\Adobe AIR Application Installer -runtime "C:\Program Files (x86)\Common Files" -silent -withRuntime -url -location C:\testdir -eulaAccepted file:///C:/bidon/AirWrite
We have an AIR app, which is essentially an AIR web browser. The site loaded includes a video player SWF that uses the webcam. The problem is that in Windows XP, the Flash Player Settings Panel doesn't work. In other words, when the Settings Panel is displayed, it is not possible to click on "Allow" or "Close". The entire panel is unresponsive. As a comparison, there is no such problem on the same machine when running the website through a traditional browser (Firefox, Chrome, etc.). What I noticed is that the version of Flash Player used by AIR is different from the one used by browsers:AIR 2.7.19480 uses Flash Player 10.3.181.22All browsers use Flash Player 10.3.183.5We had this problem reported on 3 Windows XP installations. This problem does not exist on Windows 7.Is this a known issue? Is there a workaround? Can we force AIR to use a different version of Flash Player?
Hello.My application needs to perform some lengthy actions when it's closing (upload user's documents to a server). I've added something like this and it worked fine:... NativeApplication.nativeApplication.addEventListener(Event.EXITING, onApplicationExiting); ... var isNotGarbage: TTimer=null; protected function onApplicationExiting(event: Event): void { if (event.type==Event.EXITING) { event.preventDefault(); callLater(function (): void { applicationTryExit(); } ); isNotGarbage=new Timer(100, 0); //store the timer globally to avoid it being garbage-collected isNotGarbage.addEventListener(TimerEvent.TIMER, function (event: Event): void { applicationTryExit(); } ); isNotGarbage.start(); }; } protected function applicationTryExit(): void { //the app
hi, im thinking of uprgrading me web premium 5 to 5.5 but want to check that i can publish apps using this new upgradeIm running Web Premium 5 but on a PC, and my developer account only has MAC versions of the SDKs so at present i can only create provisional profiles, what i want to know is, ive seen a video showing Phonegap downloading SDKs for android, but the apple SDK needs to be from their site, which i know is a mac format which is no good, does phonegap allow me to put my account info in, and download the SDKs for me?Rob
Hi,I'm trying to build a really simple mobile flex project but i'm stuck at the ADT compilation.Here is what I did :- got flash builder burrito- download air 2.6 and merge this sdk with the sdk 4.5.0 in the flash builder folder.- made a simple test project. (just a label in the middle)- got the certificates to p12 and the mobileprovisioning- run the mxml with flash builder, also tried to compile it with the mxmlc.exe manually with both delivered a .swf file- run the adt command : [echo] -package -target ipa-debug -storetype pkcs12 -keystore C:/temp/TestMobile/certificates/cert.p12 -storepass [pass] -provisioning-profile C:/temp/TestMobile/certificates/flexTest.mobileprovision C:/temp/TestMobile/release/testMobile.ipa C:/temp/TestMobile/src/TestMobile-app.xml -C C:/temp/TestMobile/bin-release TestMobile.swf [exec] Compilation failed... [exec] Result: 12As you can see the result of the compilation is 'Compilation fa
Hi,We are trying to port our web application on iOS(iPad). Made some minor changes and package ipa with fast packaging method. It works great.Now we are try to package application for AppStore and use Standard method. But error occurs. Error occurred while packaging the application: Exception in thread "main" java.lang.Error: Unable to find named traits: spark.components::Application at adobe.abc.Domain.resolveTypeName(Domain.java:225) at adobe.abc.Domain.resolveTypeName(Domain.java:142) at adobe.abc.GlobalOptimizer$InputAbc.resolveTypeName(GlobalOptimizer.java:272) at adobe.abc.GlobalOptimizer$InputAbc.readInstance(GlobalOptimizer.java:994) at adobe.abc.GlobalOptimizer$InputAbc.readAbc(GlobalOptimizer.
Seems like there should be a way to load and view a local PDF.Any help appreciated. Thanks
Anything I type into the "SEARCH THIS FORUM" field returns zero results.It's been like that since I started using this forum last month.Chrome, Firefox, and IE.How come?
I am developing an iOS app. I have a "share" button in my app. Using navigateToURL( ... 'mailto:abc@def.com' ) will switch my app to the mail client. The user has to manually close the email client and relaunch my app to return. I saw some iOS apps that allows the email window to popup inside app. I wonder if there is anyway to do that using AIR? 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.