『アドビコミュニティフォーラム』に質問/トピックを投稿する方法
Join a global community of Adobe Air users and developers.
新着順
I have downloaded and overlaid AIR 2.7 in Flash Pro CS5.5 according to the instructions here:http://kb2.adobe.com/cps/908/cpsid_90810.htmlWhen I publish, I am getting the following error:I have all the correct certificate and provision files, and I am using the correct password. I was able to publish before the overlay.Please help!
Hi,in a project of mine (targeting iPhone 4) I'm using pixel art. To show it properly I stretch the bitmap using scaleX/scaleY. However, when rendering using GPU the bitmaps get blurred, ruining the clear pixel art effect that I am after. Rendering using CPU does not blur the bitmaps, but is slower.Any ideas on how to tell the renderer not to blur bitmaps?There was a similar questions raised in another thread ( http://forums.adobe.com/thread/866712 ) but it derailed into a benchmarking discussion. Thank you in advance.
HelloI made a small 30" video using H.264 (Premiere CS5 / MainConcept codec)I can read with a PC (Air application .exe)But I can't read with Air 2.7 Player on Android (Archos Gen8)It means all is displayed except the videoI tried with the video and skin embeded or outside the apkThe stadalone .mp4 movie can be read with the Archos Gen8But nothing inside Air...:-(((Is it a codec issue ? A machine issue ?Thank's for help
Hi successfully adapt a standard flex project for the web to a mobile application with some adjustements. Congratulations for Adobe team for this fantastic work !My issue i am faced is a bit strange. When i run in debug mode my application on my iPad, after pushing the ipa with iPhone configuration utility, the images loaded dynamically works well. They are in an assets directory, and all is fine.When i compile the app for an ad-hoc installation, so near from a final version, after pushing the ipa with iPhone configuration utility, the images don't load dynamically ! When i dezip the ipa, i can see the assets directory in the app extracted.Someone was faced to this issue ?Thanks by advance
Please download the attached file to view this post
We recently renewed our Verisign code-signing certificate, only to discover that it breaks the auto-update process with the notorious error "This application cannot be installed because this installer has been mis-configured." We were able to make it work by using the ADT -migrate command. That is all well and wonderful. But there are two issues I see. First, there is a 180 day cut-off, beyond which users can no longer be updated. Then, when our certificate gets renewed again next year we might be stuck in a situation where we have to choose which users get to be updated and which are orphaned and are forced to uninstall/re-install.Furthermore, how much of this pain we have to live with becomes a function of how long a certificate we are willing to pay for. If we're a small company forking out the money for a 3 year certificate might be kind of painful. Why should this be a factor? Why is it not straight-forward to renew the same certificate and have installations back to the beginning
Sorry for starting this thread. I overlayed Air 2.6 like in this the same way like here:http://kb2.adobe.com/cps/908/cpsid_90810.htmlBut it doesn't work!Everytime i want to package my app i am getting a error:error 102:Invalid namespace http://ns.adobe.com/air/application/2.7 <?xml version="1.0" encoding="UTF-8" ?><application xmlns="http://ns.adobe.com/air/application/2.7"> <id>marburg-ipad</id> <versionNumber>1.0</versionNumber> <filename>****</filename> <description/> <!-- To localize the description, use the following format for the description element.<description><text xml:lang="en">English App description goes here</text><text xml:lang="fr">French App description goes here</text><text xml:lang="ja">Japanese App description goes here</text></description>--> <name>***</name> <!-- To localize the name
I want to use the iphone kinetic flick and drag gestures but I don't know hot to progam them with action script.Is there a tutorial or a source code I can download to get me started?If there is a library will all gestures already coded it would be even better.Thank you.
Hey Guys,I made an app that is live on the app store for iphone, ipad, what the best way to put ads in it. Can i put iads in it? If so can someone point me in the right direction?Thanks,
Hey people.I use stagewebview to start my m4v. work perfect.But I like make more control to player.I like start my video on fullscreen, on click the ok button call to function to close my stagewebview, volume control, etc.Is a possible??How make this??tksBruno Brustoloni e Oliveira
Hello,I am trying to put a 15 seconds video with alpha channel in an application for iOS with flash CS5.5, but it is slow.I tried with the GPU acceleration, I tried to use the old resolution (420x360) but it is stull slow.I tried with an FLV, with a sequence of images, or even with bitmap traced images, but it is still slow.Is there a way to make a smooth animation (with alpha channel) from a movie or a sequence of pictures in an app?Thank you.
We have a reasonably complex AIR application, but by and large I would not say it is enormous. It compiles down to an AIR file that is around 6MB. It is broken out into about 6 different modules. We have given the java VM the maximum RAM that it will utilize without complaining (somewhere around 768MB. You can't go to 1024MB or it blows up). Yet, Flash Builder crashes constantly when trying to build, generally with "java heap space" errors. This hurts our development time siginficantly, mostly in the form of developer frustration. We are developing on Windows 7.I had hoped Flash Builder 4.5 would be an improvement over Flash Builder 4 in this regard. It in fact got worse.Is there any hope of seeing action on this?Kevin
Hello all,I'm developing in my company some brand new crazy projects, mixing Molehill and Kinect with its brand new SDK.My issue is, I've read this page: http://labs.adobe.com/downloads/flashplatformruntimes_incubator.html saying that the Incubator build is available for the Flash Player and AIR runtimes.However, I cannot find it for AIR.Did I miss something ? If it's not available yet, do you when It will be ?Thank you
Details:AIRFlashBuilder 4.0Flex 4.0 SDKMy AIR app accepts files dropped into it. The app breaks them into chunks and moves them to a server. The process works for files up to 400mb, but when I go higher, the app locks up.I don't get an error or system crash, when I'm using the release build. If I run it in debug, it runs out of memory.I'm clearing the clipboard after every successful transmission.I'm out of ideas.
I am trying the camera roll example from mobile tour de flex found at http://www.adobe.com/devnet-archive/flex/tourdeflex/web/#illustIndex=0;sampleId=70036;docIndex=0http://www.adobe.com/devnet-archive/flex/tourdeflex/web/#illustIndex=0;sampleId=70036;docIndex=0protected function onMediaSelect(event:MediaEvent):void { var mp:MediaPromise = event.data; lblFile.text = mp.file.name + "\n" + mp.file.url; lblFile.visible = true; image.source = mp.file.url; }Everything works until after I select an image from my camera roll. The image is never displayed on the screen. The above function is called but dies on the 2nd line. I am trying this on my iPad and iPhone. Anyone have any ideas or had similar results?
I have an AIR app that works fine in 2.5, but fails after moving to FB 4.5 & SDK 4.5.1 & Air 2.6!It fails to load a WSDL file if the host address is in a separate network.My box is in 10.0.1.202, and the following wsdls load fine:- http://localhost:8080/wsdl- http://10.0.1.202:8080/wsdl- http://10.0.1.8:8080/wsdl (another box)But any other address out of the 10.0.1 subnet fails to load, I get a Client.Error.RequestTimeout fault.If I try http://192.168.10.100/wsdl (a box on a VPN network I have access to) it fails. Mind you that before issuing a loadWSDL(), the same app does a URLLoad from http://192.168.10.20 and that work fine (it call that address to look for updates).So the addresses are all valid and do return a valid wsdl.The 2.5 version, built with FB 4 & sdk 4.1 works flawlessly. So this must be something with either FB 4.5 or Air 2.6.Maybe something related to security. I have no clue as to what might be causing this.Oh, in time, I have generic crossdomain.xml in al
So I know that I can add this code to prevent portrait modeimport flash.display.StageOrientation;var startOrientation:String = stage.orientation;if (startOrientation == "default" || startOrientation == "upsideDown"){ stage.setOrientation(StageOrientation.ROTATED_RIGHT);}else{ stage.setOrientation(startOrientation);}stage.addEventListener(StageOrientationEvent.ORIENTATION_CHANGING, orientationChangeListener);function orientationChangeListener(e:StageOrientationEvent){ if (e.afterOrientation == "default" || e.afterOrientation == "upsideDown") { e.preventDefault(); }}What is the landscape equivalent of preventDefault? I have cs5.5 so am using air 2.6. I know before there was a workaround where you could set the publish orientation to landscape but i assume you don't need to do this now?
I have copied my log files. I have read forums. I am afraid to get into my registry or use disk cleaners. I'd appreciate any help. I am not able to paste the log into this message. Thanks
Have finally after hours of trying different ways succeded in downloading Adobe Air, but still cannot download BBC iPlayer Desktop (an Adobe AIR application) and I get the following error message:-"Sorry an error has occurred. The application could not be installed. Try installing it again. If the problem persists, contact the application author." Can you help as BBC cannot?
Hi, I developed an App and I published it on the Apple App Store about a month ago, when I was still using Adobe Flash CS5.Now I bought the latest version of Adobe Flash, the CS5.5 and I want to upgrade my exiting app with the Retina Display support.The problem is that when I try to upload my IPA into Application Loader, it gives me a strange error... it says that I can't upgrade my app because I'm using an higher mininumOSVersion......in fact Flash CS5 has got a 3.0/3.2 minum and the CS5.5 4.0/4.2........How can I change them and upgrade my app???Please, help me it's for an important company... bye and thanksBrandon
The Log[2011-06-24:01:42:11] Runtime Installer begin with version 2.7.0.19480 on Windows 7 x86[2011-06-24:01:42:11] Commandline is: [2011-06-24:01:42:11] No installed runtime detected[2011-06-24:01:42:14] Relaunching with elevation[2011-06-24:01:42:14] Launching subprocess with commandline c:\users\admini~1\appdata\local\temp\airce65.tmp\adobe air installer.exe -ei[2011-06-24:01:42:14] Runtime Installer begin with version 2.7.0.19480 on Windows 7 x86[2011-06-24:01:42:14] Commandline is: -stdio \\.\pipe\AIR_632_0 -ei[2011-06-24:01:42:14] No installed runtime detected[2011-06-24:01:42:14] Starting silent runtime install. Installing runtime version 2.7.0.19480[2011-06-24:01:42:14] Installing msi at c:\users\admini~1\appdata\local\temp\airce65.tmp\setup.msi with guid {FDB3B167-F4FA-461D-976F-286304A57B2A}[2011-06-24:01:42:14] Error occurred during msi install operation; beginning rollback: [ErrorEvent type="error" bubbles=false cancelable=false eventPhase=2 text="1601" errorID=0][2011-06-2
I'm testing a simple geolocation app using the code from this tutorial. http://www.youtube.com/watch?v=1YRJuBqHK2AThe event.latitude and event.longitude come through correctly but the altitude is coming out as the default value, 0. I've tested this on an iPhone 3GS and iPad 2 with the same result in each case. Code below. package{ import flash.display.MovieClip; import flash.sensors.Geolocation; import flash.events.GeolocationEvent; import flash.events.StatusEvent; import flash.events.MouseEvent; import flash.net.URLRequest; import flash.events.Event; import flash.events.IOErrorEvent; import flash.errors.IOError; import flash.display.Loader; public class GeoTest extends MovieClip { p
Hey there,I'm using a global "idle timer" and for some reason, after the app is started the first time the timer event is launched it will launch dozens of times.After 1..2 regular events all becomes normal. Any idea or tips?Using AIR SDK 2.7Best,Cedric
Hi all,i need a small help, hot to activate location service in an ios app.Normally ios is asking the user if he/she is sure to allow the app to use the location stuff.But what ever i try, i never saw this dialog for my app, so the service is present, but muted.Thanks for any help on this issue.bestmartin
Hi All,I wanted to make an android application, in which my swf can load data from xml, images from "image" folder and mp3 sounds from "sound" folder. Can anybody tell me how to integrate this course structure in .apk?Thanks in advance.
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.