Join a global community of Adobe Air users and developers.
Recently active
The default Android smartphone resolution is 480x800. But the biggest screensize so far for an Android Tablet is the Samsung Galaxy tab at 800x1280. Was wondering if anyone is developing a flash app at the 800x1280 resolution? or is this not an option? or not smart to do? I don't own an android tablet, so it's hard for me to test a 480x800 app on the 800x1280 screen.
I have a question now, can an ipa support iphone and ipad at the same time. Is there any talents can help me. Thanks very much!
Hello,I haven't been able to find any definitive answer on whether Adobe AIR apps using Javascript and HTML can work on iOS.Anyone know for sure?And if so, what happens with the APIs available through these swfs that we currently include:networkInfoWrapper.swfservicemonitor.swfapplicationupdater_ui.swfMany thanksStephen
Does multitouch work in the android simulator? I can't seem to get any of my button presses to work. Im using:Multitouch.inputMode = MultitouchInputMode.TOUCH_POINT;myBtn.addEventListener(TouchEvent.TOUCH_BEGIN, go);
Not sure if this is possible in mobile Flex but I am creating an app in which the thumb will always be in contact with the screen (dragging an object around) but I also need to tap another object with the other thumb. I can drag but can't get any event to fire on the button UNTIL i release the first object. Is there an easy way around this with guesture support?
Greetings,I recently started work on a small application to guide our student workers through finding the MAC addresses on video game consoles. Essentially this is a glorified slide show but allows our workers to go step-by-step with the clients to guide them through locating the MAC address for all the major consoles (xbox 360, PS3, wii, etc). The problem I am running into is when it exports as an SWF every things works fine and dandy, but once I export it as an Air application (.exe or .app) the program becomes extremely buggy.Buggy in the sense that we have a next button and a back button and once the back button is hit the program starts randomly pulling buttons from other scenes and places them in the wrong scene. Im new to the forums so I'm not sure what I should post in terms of demonstrating the error so I have included a link to the .swf version and the .air installer. Any and all feedback would be greatly
I am getting a white screen for about two seconds between the Default.png loading image and the app main screen in my Flex app on my iPhone 4. Is there any way to tighten that up a little or get rid of it entirely?
Im resizing a PNG in my app, on iOS (on device it looks fine) but on Android (simulator) it looks jagged. It looks fine on android when it is not resized.I have turned on smoothing and tried redrawing the bitmap using a matrix scale but it doesnt work.Anyone know whats going wrong?Thanks!
I'm using Flash CS5.5 with AIR 2.7 for iOS to publish an iPad app (*.ipa).The first time I publish a file, everything's fine. But once an ipa has been published, every new publish attempt gives errors. Also, when I delete the ipa file, it will magically reappear in my file browser (without doing anything).----------------------------------------------------------------------------Error creating files.Unknown error.unexpected failure: [ipa file path](Access is denied)java.io.FileNotFoundException: [ipa file path](Access is denied) at java.io.FileOutputStream.open(Native Method) at java.io.FileOutputStream.<init>(Unknown Source) at java.io.FileOutputStream.<init>(Unknown Source) at com.adobe.ucf.Utils.copyTo(Utils.java:40) at com.adobe.ucf.Packager.renameOutput(Packager.java:281) at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:89)
Hi!I have been trying for a while to get local video play in my app on a Samsung Galaxy 2. (Everything works fine running on desktop with different devices, only when I run on device I get problems.)Have no problems to do that, but the result is tearing (bad).Im using examples from different sources, where people seems to have no problems at all. Have tried mp4 and flvs, even videos gotten from http://www.broken-links.com/tests/video/.The videos play fine in the Samsung videoplayer.Now I saw the pink tinted problem further down and start to wonder if my problem could be related?Anyone have a code example that works on Samsung Galaxy S2?I also tried to change the <renderMode>cpu</renderMode> from auto.Also did some tried to get StageWebView to work, but couldn't get the html5 videotag to work.Any suggestions? Best Regards LukasHere is what I tried ( taken from the book "Developing Android Applications with Adobe" AIR by Véronique Brossier) package{import flash.display
Hi,Is there a method that allows me to get personalised info into an app. I have a client that would like to send"alerts" to specific customers who allow this service, so that when user opens app a message will appear saying your delivery is due etc.I know I can txt out and email out, but can I get personalised data in?thanksKBN
We have been having issues since Air 2.0 if we do not call the ApplicationUpdaterUI during the The updater screen appears real quick and this closes it self. We can not call it during the completion event we have several environments that use different versions. Right now I use isNewerVersionFunction as well , i can compare a value from the database which is already been called during the login process.This works fine in 1.5 Air, we started having the problem when Air 2.0 came out but now ist each time in 2.0.3http://forums.adobe.com/thread/699518?tstart=0ThanksSteve HahncreationComplete event:
Hi, I really appreciate the help I've had so far from the people on this forum.I'm a designer, gradually learning AS3. I've written some tutorials and compiled all the useful links I've found in one place.It's my findings so far and should be useful for Flash people getting started on tablet dev. I've been experimenting so muchwith code and performance on the iPad that I haven't even finished my own apps yet - I better get on with it now!Matthttp://www.mattwasser.co.uk/articles.html
Hi all,I'm trying to store multiple fileReference object in one array. But everytime I push() in a new object the old objects that's already in the array gets set to the latest object.I'm letting the user select an image. Then I push the selected fileReference object into an array like my_array.push( FileReference(event.target) );If I then run a loop on "my_array" to check it's content I'm getting the latest pushed fileReference object for every index in the array.With one object pushed in:1. Image1.jpgWith two objects pushed in:1. Image2.jpg2. Image2.jpgAnyone have any thoughts on this?Thank you so much
I have been trying to wrap my head around this all day...With the new cs5.5 and air2.6, you can access the mediaPromise object of a selected CameraRoll item. I want to be able to upload a selected image to a file server. I know how to do it via the filereference class and upload method, but I can't do that here because you have to have a user browse for an imaget to select with the filreference.browse() method. Is there a way to push the camera roll media promise object (or just the path) to the filereference.upload method to accomplish this, or were we given access to the camera roll to *ONLY* be able to view the pictures and not actually send them anywhere?
HI,is it possible to open the iphone calendar from air 2.7?I have searched and can't find anything definitive either waycheersKBN
I just packaged up an android game using Air 3.0 and the captive runtime (very excited about that!)Much to my surprise I now have a few new rendering bugs.(GPU mode / full screen, Android 2.3 Motorola droidX)Graphics are intermittently missing, then will appear later than they were added.I have a movieClip which is "tiled" with an image pattern from the library. This "pattern" movieClip is the only one which is randomly failing to appear, also the seams where the image repeats are now slightly off/overlapping a bit.when i minimize the app... if i open it back up later, it might start to open, then just drop back the the apps menu... basically it crashed. When i open it next the game is starting from scratch when it should have been in a paused state.this is all intermittent and only happens in 3.0 (except the slightly overlapping image tiling made w the paint bucket tool, thats constant)I'm going to do some more testing with this...Has anyone else noticed any differences in rendering/p
HelloI´m doing an app but in the input text fields when I star to write the iPhone suggest words, but I dont need this in this app, is there anyway to instruct ActionScript to diable auto Orthography in iOS?Thank very much
Hello, I am having trouble using the FlexNativeMenu component in an AIR desktop app...It seems the syntax has changed since previous versions of Flex, so I'm not sure how to get this to work.I have my menu items / data provider as: [Bindable] private var menubarXML:XMLList = <> <menuitem label="File" data="top"><menuitem label="Exit" data="QUIT"/> </menuitem> <menuitem label="View" data="top"> <menuitem label="MenuItem1" data="mi1"/> </menuitem> <menuitem label="Help" data="top"> <menuitem label="Overview" type="check" data="OVERVIEW" /> </menuitem> </>;And then I tried to set the menu as such in the MXML:<mx:Menu><mx:FlexNativeMenu id="rrMenu" showRoot="false" labelField="@label" dataProvider="{menubarXML}" itemClick="menuHandler(event);" /></mx:Menu>This didn't give an error, but shows nothing when I run the program. So I tried just FlexNati
Hey, I want to make a save file for the game I'm making for iOS and Android, but I'm not sure how to go about doing it.Should I make a text file? Where do I store it/read it from? Where does it go?Any help would be greatly appreciated.-Thanks in advance.
I've been posting around looking for a ton of solutions to figuring out this video playing issue with iPad and iOS apps. We all know the performance is terrible. But for now I think I have a pretty good temp solution for you guys who like me didn't think of the obvious, StageWebVideo.If we just create the WebStageVideo object around the video we want to use and package it up it plays beautifully. Plus if you call the file and not an html container you can use Apple's beautiful fullscreen scaling at full performance.First off if you're coming from the Flash CS5 world, start by following this forum... http://forums.adobe.com/thread/826075?tstart=0Then once you have actually got 2.6 development up..create an instance of the WebStageVideo and wrap it up with your video...-Actionscript 3 code-my stage is set at 1024x768 here...button1.addEventListener(MouseEvent.CLICK, localVideoExample);button1.addEventListener(MouseEvent.CLICK, htmlExample); var webView:StageWebVi
If the user decides to uninstall my Air app, it does not delete the created folders with files in AppData. Another problem is that if the application creates new files in the folder Program Files/AirAppFolder, then uninstall of the app are not deleted these files.How to solve these problems, help please?
I am experiencing a very strange issues with Adobe AIR truncating JSON responses randomly.I have an AIR application which communicates with a server process via JSON. The issue I am experiencing is that the server is sending a valid JSON response but AIR seems to be randomly truncating some responses prematurely. I installed charles web proxy to look at the HTTP request and verify that the JSON that is being returned is valid.The JSON that the server returns and which the web proxy sees arriving is is :{ "responseType":"closewindow", "text":"SYSTEM IS BUSY DOING SYSTEM ADMINISTRATION WORK!", "delay":50000, "logout":false}But when I look at the JSON in Introspector all it sees is :{ "responseType":"closewindow", "text":"SYSTEM IS BUSY DOING SYSTEMDoes anyone have any ideas or similar experiences with AIR getting truncated http responses in introspector?Any help would be greatly ap
Specifically I'm wondering about the mobile GPU performance (iOS). I havn't switched yet from 2.7 but I was wondering if there were any enhancments? -Shawn
i have developed an air application in flex.The installation of application should occur only once. if the user clicks on air package again after installation it should not occur. But application updation feature should be there. Is there any way to achieve it??
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.