Join a global community of Adobe Air users and developers.
Recently active
I seem to be running into a problem where on TOUCH_BEGIN may intermittently read the data of a different existing touch point.This does not happen on my droidX or ipod4, but it does happen on Motorola droid2 running Air2.7.below is an example, if anyone has a droid2 please try and confirm this for me:-press and hold clircle1, then press and hold circle2-while still holding circle2 start to tap circle1on touch Begin, you will see event.stageX is intermittently reporting the value for the other touch point your still holding.Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;//draw stuffvar circle1:Sprite= new Sprite();circle1.graphics.beginFill(0x000000);circle1.graphics.drawCircle(100,500,70);circle1.graphics.endFill();addChild(circle1);var circle2:Sprite= new Sprite();circle2.graphics.beginFill(0x000000);circle2.graphics.drawCircle(400,500,70);circle2.graphics.endFill();addChild(circle2);var txt1:TextField= new TextField();addChild(txt1);var format:TextFormat = new TextFormat();fo
Does anyone know if it's possible to set the input view for a softKeyboard (i'm publishing to iOS for iPad but assume it will be the same for touch screen devices in general) Basically i have built an app which has a series of input text fields - all of them are limited to numeric input, however the default view on a soft keyboard is the alphabet characters, and each time data is entered the user has to press the numeric view toggle first.Is there a way to bypass this and force the keyboard to its numeric state programatically?I've looked through the SDK references but couldn't seem to find anything....ThanksSean
I have a very simple, local HTML page embedded in a StageWebView, and the HTML page embeds a local video file using the video tag. When capturing the SWV to a bitmap either via drawViewPortToBitmapData() or using ImageSnapshot, the video content is not included in what is captured. The resulting bitmap consists of the native video controls on top of a black area where the video was.It has been suggested that this could be a security sandbox issue or a hardware rendering issue, but neither of those seem right given the circumstances. Is this a bug or am I missing something?Thanks,Ben
I'm having a problem with StageWebView on iOS (in Android it works fine). More exactly, It's an iPad app.I'm loading a dynamic PHP URL with StageWebView's loadURL method, and then I start building Flash interface elements in a left column (the StageWebView browser is in the right column), which works fine, then I wait a couple of seconds for the page to load (with a Timer), and then I finally show the browser to the user with:this.webView.stage = this.stage;The moment I run that line, the whole iOS application crashes and the iPad goes back to its desktop (I suppose that should never happen in Adobe AIR no matter what you do).But the process is still in memory, since if I double click the iPad physical button, I can see my application icon in the running apps bar (though if I click the icon, the app starts from the beginning, instead of resuming).Using AIR 2.6. Any ideas on how to solve this crash?Thanks.
I've got the FLV Playback component working on my iPad and it looks great. I'm playing an FLV published out with AIR for iOS 2.7 (CPU) from Flash CS5.5.The video looks great and runs without any lag.The problem I face is when I include a skin, such as one included with Flash, then the video doesn't play on my iPad. For example:flvPlayback.skin = "SkinUnderPlaySeekMute.swf";My guess is because it's a SWF file that it won't play? But I'm not sure.Does anyone know how I can get controls for my FLV Playback on the iPad using FLV component?Thanks
Hey people.Is a possible get udid (read). I need a create a app for some ones.And I like compare a list of udid come to a server side.TanksBruno Brustoloni e Oliveira
I am trying to get the BROWSER_INVOKE event to fire in my air application. I have followed the instruction on the adobe site and use the example install app badge code. However the event never get fired. I was wondering if it is because the example app uses the installApplication as opposed to launchApplication api. If so is there a way to install then use launchApplication so the BROWSER_INVOKE Event will get fired?Thanks for the help.
Hi, I want to know how much is the license to develop AIR Apps for Blackberry Playbook and to publish them on the Blackberry Store.For example... for iOS Apps the fee is of 99$ by year.... and for the Blackberry store?Bye and thanksBrandon
I'm using the "stageWebView" to display a checkout page in my App. If you load the page on Android using stageWebView it works. If you load it in Safari (iOS/iPhone) it works. But if you load it in "stageWebView" on iOS/iPhone it doesn't work.Is there some difference in how stageWebView works on the same plattform? I thought it was just "re-using" the in-mobile browser (or webkit?).Thank you
I have a simple web page with a link for a phone number and a link for email. When I view that page in the browser of my smartphone (Android/HTC/Evo) a click on the telephone link launches the native dialer with the number already entered. and when I click the email link the phone launches the default email client with the email address already populated.BUT, when I access that very same web page inside an Adobe Air app using stageWebView, clicking on either link causes a page not found message!!!How do I get stageWebView to properly handle these links as the default browser does?
I'm trying to develop a service application on ios. I know that I could use custom url schema to communicate between applications and I can get handleUrl event , in case of using objective c. But I don't know if I can do that or how to do that in flash builder 4.5.1.I found an article which said I can regist my custom url schema in app.xml but I found nothing about how I can handle the custom url call. Is there an event or what? Does anybody know that?Thanks!
Hello,I created a simple AIR application (just a rectangle on stage) in Flash and used the export settings for Android OS to package into an apk file. When I choose deployment for "emulator" the resulting apk works perfectly on the Android emulator. When I want to deploy for a "device", however, I always get "The application .... has stopped unexpectedly. Please try again.". My device is an LG-GT540 with Android 2.3.3 and has the Adobe AIR runtime 2.7.1953 installed.Has anybody experienced similar problems and can help me out here? There must be something foundational wrong when the app does not even start?!Thank you for your time reading this.David
Hi,I have an Air app that works fine in the Flash Professional CS5.5 debugger, but hangs when I put it on the iPad. I can use xcode to bring up the iPad console in the "Organizer" window.My question is how can my Air app send debug messages to the iPad console?Thanks,Bob
Hello!I would like print a html document, that is inside the phone memory, from my AIR for Android Application.My question is, is it possible?I have read about Google Cloud Print and GCP Intent to print documents form Android. But If you want print usingGoogle Could Print, you need Internet.Is possible print without Internet? Can I print using AIR functionality or Google Could Print is always necesary? Are there any workarround to print without GCP Intent?Thanks!
I want to create a gallery but on one scene, so the user would scroll down, like a web page i guess, so the images are basically on a endless page.. the scene would stop at the end of all the images.. any ideas on how to do this?
Is it possible to create an Adobe AIR app with a yearly auto-renewal subscription in the several app stores?
Is there something like tapX or touchX I tried all combinations I could think of the top of my head and did some searching but nothing comes up.Any ideas?
My First App, iBuddy, has been approved!!!Check it here:http://www.pov.com.br/mobile/ibuddy/Thanks everybody for the tips!Hope you guys like it!
We're making final changes to our installer for PowerPC Macs, which cannot get the fixes in Adobe AIR 2.7. What are the ownership AND permissions expected to be for normal Adobe AIR operation in the following user folders? ~/Library/Application Support/Adobe/AIR ~/Library/Preferences/Macromedia/Flash Player/www.macromedia.com/ /Users/Shared/Library/Application Support/Adobe We would like to know if it is advisable to apply the permissions fixes to user folders other than those under the administrator user. Neither the AIR Install Repair.zip posted on the forums nor the MacOSX Adobe AIR 2.7 Installer logs show that any user folders other than those under the administrator user are modified. Thanks for your advice.
Hi,I want to download a simple file from internet or a local tomcat server and use it in my app. I tried the code below but doesnt seemto work. Please help. var urlRequest:URLRequest = new URLRequest(url); urlRequest.method = URLRequestMethod.GET; var f:File = new File(); f.download(urlRequest,"wallpaper.jpg"); f.addEventListener(Event.COMPLETE, completeHandler);ThanksMonika
Hello,i have a problem with Clipboard on iOS. My test code:var ts:String = "This is a test string for clipboard...";Clipboard.generalClipboard.setData(ClipboardFormats.TEXT_FORMAT, ts);This code is OK on Android or Windows. Test string is in clipboard and i can paste it on other app. But on iOS not. setData return true, but text is not in clipboard.Any ideas?Thaks
Hoping someone can point me in the right direction here. I think the solution is simple but I don't know how to code it. Basically what happens in my code below is the following:- If the movieClip called 'tiles' is at 2048 pixels when the screen is dragged, remove the movieClip on stage called workSamples_mc.What I actually want to do is say- if the position of movieClip 'tiles' is changed, then remove the movieClip on stage called workSamples_mc, BUT if the screen is only tapped and the position is NOT changed, then DON'T remove workSamples_mc.Please note that I've already called workSamples_mc to stage, I just didn't include the code.Thanks, Miketiles.addEventListener(TouchEvent.TOUCH_BEGIN, homeTouchBegin);tiles.addEventListener(TouchEvent.TOUCH_END, homeTouchEnd);var homeDragBounds:Rectangle = new Rectangle(0, 0, 3072, stage.stageHeight-768);function homeTouchBegin(event:TouchEvent):void { event.target.startTouchDrag(event.touchPointID, false, homeDragBounds); if (tiles.x == 2048)
Hi,I was wondering if the iphone packager creates intermediate objective C class file before create the ipa file ? If is it the case, is it possible to access to those files ?Cheers
Has anyone else notice that when you use the CameraUI to take a picture, when you initially take the picture a copy is saved to your typical camera roll, but then the screen asking if you want to save or discard the picture pops up. If you select discard you cant get the media promise data into your app. If you select save, it saves it AGAIN, and then you go back to your app with the chance to capture the event.data. If you go back to your camera roll, you will see that there are 2 copies of that image saved.This is in Android, not sure about ios
I've been struggling with this error for a few days now, I can't seem to figure out what is actually going wrong. TypeError: Error #1009: Cannot access a property or method of a null object reference. at fl.video::UIManager/http://www.adobe.com/2007/flash/flvplayback/internal::hookUpCustomComponents() at fl.video::FLVPlayback/http://www.adobe.com/2007/flash/flvplayback/internal::handleVideoEvent() at flash.events::EventDispatcher/dispatchEventFunction() at flash.events::EventDispatcher/dispatchEvent() at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::setState() at fl.video::VideoPlayer/http://www.adobe.com/2007/flash/flvplayback/internal::finishAutoResize() at flash.utils::Timer/_timerDispatch() at flash.utils::Timer/tick()The ap
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.