Join a global community of Adobe Air users and developers.
Recently active
The docs are confusing me a bit. They say, "Calling this method does not dispatch the cancel event; that event is dispatched only when the user cancels the operation by dismissing the file upload or download dialog box." Is the cancel event supposed to fire if you call fileref.cancel() after you've called fileref.upload()? If it isn't, then what's a file upload dialog box?
Can anyone help me? I have CS5 and installed Camera Raw 6.4 plug-in. I should not have, as it does not work with my nikon d7000 yet. I took 6.4 off my computer, but not sure if it is out of photoshopcs5. I tried to install the 6.3 plug-in and photoshop cs5 will not accept it. Any ideas?
Any simple functions?
Hi there everyoneI am trying to make an app for google Android from flash, but when I try to install it on my device, it asks me to install Adobe Air.Is it possible to embed the Air within the .apk file making it standalone (like it is when exporting to iOs), so the end user will only have to install one program, and not two to get my app to work? I am looking forward to your reply.With best regardsAdMad
Hi Guys,please anyone help me to solve my following issue -i want to open a specified url in my application i.e. on a button click i want to open www.google.com .when i am using following command navigateToURL(new URLRequest(http://www.google.com));then this webpage opened in browser but i want to open it in my application not in the browser .Thanks
Is there anyway that I can save what I'm seeing on the screen to a MC in order to manipulate it?I thought thatvar holderThumb:MovieClip = new MovieClip()holderThumb.addChild(stage.stage)will work but hung's...What I need is take a Big Landscape picture and handle (already done) (Scale/Move/etc) but then I need to keep just the portion of image showed in screen. Any ideas?Thak you
HelloI have two images,var BigImage:BigPhoto = new BigPhoto() // a PNG of 640x960 pixelsaddChild(BigImage)var Thumb:LittlePhoto = new LittlePhoto() // a PNG of 140x220 PixelsaddChild(Thumb)I need create and save another image that is the Big as Background and the little inside of this at position x=40 y=200Sorry for my English but I need to "embed" the little photo inside of the big Photo, I whish culd be understandAnybody know how is the code in AS3 CS5.5 to do this?Thank you
Hi All,I have developed a AIR application. i need to install the file in silent mode. is it possible to do that? if so what is the command line argument to excute that?Also, i need to disribute the file to the other user. how do i pakagae the Air installer and the my air application together, so the user need not to install the Adobe Air seprately. please helpRegardsRamji V K
We are developing a magazine-like app and we use View as each page. In each view there are text and images. The images are masked so that they can fit the layout of the page. During view trasition (slide), there are two problems:1. The mask will displace so the images will get out of their original box. This result a non-smooth feel of page-turning2. there is a long delay between users finish swiping and transition startsWe wonder if anybody has solutions. Thanks!
I am getting this error when I try to compile my movie to iOS:## A fatal error has been detected by the Java Runtime Environment:## Internal Error (0xe06d7363), pid=5752, tid=3680## JRE version: 6.0_18-b07# Java VM: Java HotSpot(TM) Client VM (16.0-b13 mixed mode windows-x86 )# Problematic frame:# C [KERNELBASE.dll+0xb9bc]## If you would like to submit a bug report, please visit:# http://java.sun.com/webapps/bugreport/crash.jsp# The crash happened outside the Java Virtual Machine in native code.# See problematic frame for where to report the bug.#--------------- T H R E A D ---------------Current thread (0x0080c400): JavaThread "main" [_thread_in_native, id=3680, stack(0x00530000,0x00580000)]siginfo: ExceptionCode=0xe06d7363, ExceptionInformation=0x19930520 0x0057f428 0x65506374 Registers:EAX=0x0057f390, EBX=0x79771710, ECX=0x00000003, EDX=0x00000000ESP=0x0057f390, EBP=0x0057f3e0, ESI=0x655d55fc, EDI=0x000218a4EIP=0x75ceb9bc, EFLAGS=0x00000216T
Does Adobe AIR for Andoird support the Android Cloud to Device Messaging Framework (C2DM)?for more information on C2DM see:http://code.google.com/android/c2dm/index.html
I am working on an ActionScript Mobile app which I intend to build for iphone 3gs, iPhone 4 and iPad 1&2.What is the correct way to scale assets such as background images so that I may be able to use the same graphical assets for all of the mobile devices above?Using AIR 2.7 and in my app descriptor file I have specified "cpu" for renderMode and "true" for fullScreen. From what I have read, the fullscreen bug in AIR 2.7 is only present when using gpu as the rendermode w/ fullscreen, so I don't think that is what is going on.I have a background image which is supposed to fill up the entire screen for all devices. This image is in a swc file and has these dimensions: 960 x 640In my main class I have included the following:stage.scaleMode = StageScaleMode.NO_SCALE;stage.align = StageAlign.TOP_LEFT;When I test on iPhone 4, it looks fine and fills up the entire screen as expected. When I test on iPad 1, the image is not wide enough and is a bit too short. Shouldn't the following code fo
Hi,We're using the HtmlLoader in our Flex project (AIR 2.7) for restricted browsing (some URLs are denied).I'm testing in unrestricted mode and I'm having problems with some HTTP requests that are done with the Referer header set to "app://Main.sfw[[Dynamic]]/2" instead of the URL of the containing page. As the referer URL is wrong, I'm receiving "access denied" messages instead of the content I'm expecting (typically, SWF files).I figured that the default referer was set to the app file. I've tried adding ResquestHeader("Referer",location) to the requestHeaders array and using an intermedite URLLoader to load the datas but nothing worked, the latter provoking javascript errors.Is there any way I could change the referer before the request is sent? And why is it set to the default value instead of what it should be?Here's an example of a website I'm having trouble with : http://www.nitrome.com/games/rubbletroubletokyo/When you click the "Skip Ad" button, the referer is set to the app i
For older versions of iPhone such as 1G/2G, what you need to have is original SIM card for technical support. This is important without which it would be of no use. However, 3G iPhone and 3GS iPhone can use any SIM card to activate the phone that is to be used for your iPod Touch. So do not throw away or sell that old iPhone. Instead, why not create a nice surprise gift for someone who has been waiting to get an iPod Touch.iPhone
Hi,Working on an Air 2.7 app for the iPad. When the iPad screen lock kicks in and i go to unlock it. the app is compeltely frozen. The same also happens when minimized to background and launched again. Any reasons/solutions anyone has encountred beofre? Thanks.
My AIR for Android apps worked just fine with AIR 2.7 runtime on a samsung galaxy.The app uses sounds on timelines.After 2.7.1 the apps still work fine when compiled in the Flash Pro CS5.5 IDE, and still work fine if exported to iOS.But on Android-devices after a short while all the sounds in a displayed movieclip are played over and over...I didn't know that sound relevant issues were changed from 2.7 to 2.7.1.1961.Anybody has similar problems?
Got fast paws and love cheese? Then head over to cheese factory Cheezia, jump into the shoes of a Packing Manager and help mice in delivering delicious cheeses all around the world!Game features:Fast-paced arcade gameplay with bonus items, combos and more!Responsive multi-touch controlsCute cartoon graphicsTwo game modes: 'Classic' and 'Time attack'Hi-score system + 24 achievementsThe game is developed using Adobe Flash CS5.5 and Air.DOWNLOAD NOW!The game is available NOW on Android Market!GAMEPLAY VIDEO
HelloDoes anybody know if there is a way to build an app with flash CS5.5 that can run in older iPods?, just like with CS5?Each IPA I build with CS5.5 cannot be installed in my iPod 8GB with iOS 4.2 and before with CS5 I could install all the IPAs there and test.The lack of support to iPod 8GB would be limitating for the market and sales...Is there some setting to build IPA to older iPods?Thanks
Hi,I try to show in my Android application a image rotated. I need showing this image smoothed. My image is embeded at my apk, and i'm using "smooth = true" as value inside sentence Embed.[Embed(source="icons/smoothQuality.jpg", smoothing="true")]public const ImprimirIcon:Class;I'm using two spark image components. The first image has the smoothing activated and with highest quality. But the second image don´t use the smoothing technic. Furthermore I have a function that rotate 30 grade the image when this is created.My problem is that I see the first image smoothed and the second image unsmoothed at my emulator. But, at my Samsung Galaxy Tab 7" I see unsmoothed both.I don´t know what is the problem. I tried with BitmapImage and I get the same result.Help me please! I don´t know that more to do :SThanks;)It's the code of my demo View:<s:View xmlns:fx="http://ns.adobe.com/mxml/2009" xmlns:s="library://ns.adobe.com/flex/spark" tit
I have a .cer file with me, now I want to convert that .cer to .p12. Anybody explain the process to convert that from windows xp. Thanks to all.
Im using the loader class to load in some PNGs.Does loader work with iOS, becuase on the device all I am seeing is a blank screen?Does anyone know if it works for android?
Please download the attached file to view this post
Hi.I've been working on an iOS game with Flash for a while. Now I'm stuck with a display problem.My game objects move very slowly and steadily and I notice pretty bad jittering/stuttering. This is GPU mode in Air 2.7, CPU mode is too slow. The cause of the jittering seems to be that Air moves my sprites (based on PNGs) only in full- and half-pixel steps, regardless of whether cacheAsBitmap/-Matrix are enabled. Is this an optimization by Adobe or can I get rid of this somehow? It's really annoying.Thank you!
I'm not able to install AIR applications if I have the version of Adobe AIR which was installed along with Adobe Reader X download process.steps to reproduce:1. Uninstall your local AIR, Reader and any one AIR application you want to install back2. Visit Adobe.com and install Adobe Reader X3. Wait for install of Adobe Reader X to complete and once done confirm you have Adobe Reader X installed and also Adobe Air 2.5.1.17730 installed silently.4. Now try to install your AIR application through badge.Problem:you can notice badge will show you the install button for the AIR app, but on click nothing much happensExpected:the AIR application install wizard dialog should pop-upWorkaround:1. Download the AdobeAirInstaller.exe from Adobe.com2. Run the exe and wait till it shows 'this version of AIR already installed'3. Now go back to the badge and click on the install app button4. App install wizard pops up and installs the applicationCan someone please clarify what could have gone wrong? What
Hi We are developing an AIR application using the Flex 4.1 SDK. We use AMFChannel to connect to the server for using the RemoteObject Services and the long polling. We have observed a problem when the network goes down, we are not getting the channel fault at the Client end. If we loose the network connectivity on the client machine, yes AIR detects immediately. AIR is not detecting ChannelFault if the network disconnection is because of the Server Failure or Switch goes down, Server cable unplugged. We found two different solutions to detect this, One Solution is by using the SocketMonitor (This is not as same as given on the Adobe site http://livedocs.adobe.com/flex/3/html/help.html?content=network_connec tivity_1.html, we had to write a timer to check the connectivity as we didn’t get the StatusEvent.STATUS event generated). Other solution was to detect the long polling time out, so that we can treat that server is not reachable on any long polling timeout. We have another pr
Remix with Firefly Community Gallery
Thousands of free creations to fall in love with and remix in Firefly.
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.