Problem with air 2.5 renderization

Hi,
I have a problem with the renderization of imagens when in the computer is instaled and air version bigger than 2.6. When oi run my app in debug i have no problem and save and jpg with the correct color tone, but when i export and install the app if i have the air 3.3 for instance the image save have a different tone that the one in debug mode, or i i install the air 2.5 in my computer the same app saves the jpg correcty , exactly the same as in debug, sample imagens:
Image with air 2.6:
Image with air 3.3:
If you note the image with air 3.3 installed the tone of the image isn't correct, can anyone tell me how to avoid this or the solution its just not to update the air version in my computer.?
Thanks in advance
Alex

Hi,
Just for the record i have opened a new bug in the bugbase https://bugbase.adobe.com/index.cfm?event=bug&id=3219361
Tanks
Alex

Similar Messages

  • Problems with AIR-BR1310

    Hy,
    I have problems with AIR-BR1310.
    When the bridge boot this is the sequence on LEDs indication :
    Sequence 1:  R-blinking green S-blinking green E-off I-red
    Sequence 2:   R-off , S-green, E -red, I –red
    and the sequence continue.
    I connected a laptop at console port on power injector but in hyperterminal I cannot see anything.
    I changed the power injector and the symptoms was the same.
    To function properly the correct sequence 2 for LEDs indication should be:
    Sequence 2:   R-off , S-green, E-green , I –red
    What does it mean?
    What i can do ?
    It ' s possible to resolve this issue?
    Thanks.

    Hi,
    The below link will answer ur question..
    http://www.cisco.com/en/US/docs/wireless/access_point/12.4_21a_JA1/configuration/guide/scg12421aJA1-chap22-trouble.html#wp1099822
    lemme know if this answered ur question and please dont forget to rate the usefull posts!!
    Regards
    Surendra

  • FileStream problem with AIR deployment

    I use FileStream to load local XML file. When I test the desktop application directly from Flex everything is ok but when I install it with AIR, the application work but the file is not loaded. Here is the code I use:
    import flash.filesystem.*;
     var applicationDirectoryPath:File = File.applicationDirectory; 
    var nativePathToApplicationDirectory:String = applicationDirectoryPath.nativePath.toString(); 
    nativePathToApplicationDirectory +=
    "/config_poste_temps.xml"; 
    var file:File = new File(nativePathToApplicationDirectory); 
    var fs:FileStream = new FileStream(); 
    fs.open(file, FileMode.READ);
    var config:XML = XML(fs.readUTFBytes(fs.bytesAvailable)); 
    fs.close();
    plan.text = config.division;
    Regards

    I am having the same problem as simon_lucas although my config is slightly different:
    FlashBuilder 4 with SDK 4.6, Current app is with SDK 2.5.
    Trying to update with SDK 3.2, I double-checked per Horia Olaru that I do use the application updater swc:
             <path-element>D:\Program Files\Adobe\Adobe Flash Builder 4.6\sdks\4.6.0 - Air 3.2\frameworks\libs\air\applicationupdater.swc</path-element>
             <path-element>D:\Program Files\Adobe\Adobe Flash Builder 4.6\sdks\4.6.0 - Air 3.2\frameworks\libs\air\applicationupdater_ui.swc</path-element>
    But I still have the 16815 error.
    If I change the update.xml to be <update xmlns="http://ns.adobe.com/air/framework/update/description/2.5">
    instead of <update xmlns="http://ns.adobe.com/air/framework/update/description/3.2">, I am proposed to download the new app and then I get an error 16824.
    Please HELP!

  • Problems with AIR for DW extension

    Is anyone having luck with the AIR for Dreamweaver component?
    I've got it installed but I try to export an AIR project all I ever
    get is stuff like this:
    File does not exist: /Users/databell/Library/Application
    Support/Adobe/Dreamweaver
    9/Configuration/Temp/FlashElements/ImageViewer/application.xml

    I am also experiencing problems. I am running DWCS3 build
    3481, Mac OS X 10.5.4 on an Intel MacBook, and AIR 1.0 (the 1.1
    updater page still provides v. 1.0 download) according to the file
    info, and I've tried completely re-imaging my computer and cleanly
    installing DWCS3, AIR, the extension, etc.
    The problems are centered on either selecting an existing
    certificate or trying to create a new one:
    1. Select an existing cert ~ selecting a previously-created
    certificate and entering in the *correct* password still results in
    a "could not load keystore file (password may be incorrect)" error.
    The cert is located one directory above the app folder, and it
    works fine via the command-line adt tool.
    2. Create a new cert, 1st attempt ~ attempting to create a
    new cert and selecting to place it in a central project folder
    within my home directory fails. I get an "unexpected failure:
    /scott/Documents/Projects/Optimac.pfx (No such file or directory)"
    error. Look closely at that path. The actual path I selected to
    save this cert to is
    "/Volumes/data/scott/Documents/Projects/Optimac.pfx." My disk is
    partitioned and my home folder is located on the "data" partition,
    whereas my operating system and applications are located at
    "/Volumes/os." (Mac OS X 10.5 enables locating your home directory
    on separate partitions, and I have not encountered any other
    problems with this configuration since Leopard was released, up
    until now.) It looks like Dreamweaver erroneously misconstrued my
    home directory as existing on root ("/"). So...
    3. Create new cert, 2nd attempt ~ if I create the new cert at
    root ("/"), that process completes successfully, but then if I
    select it and click "Create Air file" I get an "unable to create
    temp file in output directory" error.
    As is, I cannot create an AIR app in Dreamweaver.

  • Audio Problems with Air 2.0.2 in Linux

    We're seeing an issue which appears to be a bug in the Air 2.0.2 runtime for Linux.  When a video file plays [via VideoDisplay] the audio is heard but as soon as the video is finished, audio cuts out for the entire application.  We ran strace() and noticed Air opens the audio connection at the start of playback and closes it at the end, but will not re-engage audio for any other reason while the application is running.  This includes running different videos or even just playing sound effects.
    Has anyone seen this behavior where when a video is complete, the audio stops all together for the application?  We did not have this problem before Air or in Air 1.5, so I suspect this is a bug in the Air 2.0.2 runtime for Linux.

    Hi,
    I also tried playing 2 videos via VideoDisplay one after the other using the following code:
    <mx:VideoDisplay 
    id="video1" source="/assets/videos/vid1.flv" autoPlay="true" width="400" height="400" x="50" y="20" complete="video2.play()"/><mx:VideoDisplay 
    id="video2" source="/assets/videos/t.mov" autoPlay="false" width="400" height="400" x="550" y="20"/>
    For me, the audio plays fine for the both the videos on Ubuntu 9.10.
    Could you please provide the following information:
    1) The Linux distro you are on.
    2) The sound mixer you are using and its version(ALSA/pulseaudio).
    3) It would be really helpful if you could provide your application/part of source code where you are playing the videos.

  • Problem with AIR Bundled Distribution on Windows 7 (Error #5100)

    We've just finished an application and have set up the bundled distribution for the Installation of AIR and the Application. It works fine on Windows XP, Vista, and too on MAC OS X.
    On Windows 7 however, it doesn't install. It loads the installer, and gets to the stage to ask for user options (installation dir etc), and then after this when installing (both AIR and application) - somewhere, it dies with the following error (Error #5100)...
    Sorry, an error has occurred.
    And error occurred while uninstalling the application. Try uninstalling it again. If the problem persists, contact the application author.
    Any solutions to this? Thanks.

    Hi,
    Is it possible to get the application installer log?
    Moved discussion to the Installation Issues forum.
    Chris

  • Possibly graphic problem with air mid 2013

    Hi
    I bought in Miami the latest air,  I5, with 128gb and 4 gb of ram.
    one week ago i go a problem that id doesnt look good at all.
    everytime the screen is off and turns on the first image that i see for a second is the typicall image of the graphic cards when they have problems, or the connector.
    It is so fast that i cannot manage to take a snapshot.
    I upload one similar image that I found.
    my problem is i live in Malta (europe) and here the technical service is...where..i could say they never solv any problem.

    The display or the GPU are damaged. The only solution is to take the MacBook Air to an Apple Store or reseller, but if you think resellers are not good in Malta, you can call Apple > http://support.apple.com/kb/HE57

  • Problem with air and .exe

    Hello  everyone!
    I have a very big problem!
    has developed a game in flash with as3 CS4.
    is divided into 3 file .fla
    1.fla 2.fla and 3.fla
    1 call 2 , 2 call 3
    uses an XML file to  store the scores.
    When i public the file  .air, when i install the .air the is  an exe and if use
    var loader: Loader = new Loader ();
    loader.load (new URLRequest ("squadra1_menu.swf"));
    addChild (loader);
    call  a swf the xml file does not work.
    loader.load and I  can not recall. exe. . .
    how can I do?
    I'm desperate ....

    Ok...I'm a jerk...
    If I use
    amxmlc.exe HelloWorld.mxml
    It gives me an error...But if I use...
    amxmlc.bat HelloWorld.mxml
    Everything works fine...I needed the extra parameters -;)
    Greetings,
    Blag.

  • Update on playback problems with AIR 3.5 on desktop

    Adobe has received reports that desktop AIR 3.5 users of BBC iPlayer and Digital Theatre Desktop Player are no longer able to play or download video after upgrading from AIR 3.4 or earlier.  Specifically, the user will attempt to play the video and will get a black video window or will fail to successfully download videos.  Adobe is working on a permanent resolution for the issue in AIR 3.5.  In parallel, Adobe is working closely with the BBC and Digital Theatre to offer support and investigate interim resolutions.  We will publish an update as soon as we have released the fix.
    In the meantime, the work-around for affected users is to migrate back to AIR 3.4.  The following link provides instructions for determining the version of AIR currently installed on your machine.  If you believe you may be experiencing a video playback problem caused by migrating to AIR 3.5, your video service should be able to tell you whether they believe going back to AIR 3.4 or earlier will resolve the problem.  If instructed to do so, the following steps here can help you uninstall your current version and locate and install a specific AIR version for installation on your Windows or Mac PC.
    Please feel free to report your issue or reproducible steps here and we will alert you once a fix has been put in place.  We sincerely apologize for any inconvenience and thank you for your continued support.

    Please note that I have followed the BBC's instructions to uninstall Air v3.5 and iPlayer Desktop and then install Air v3.4 and iPlayer Desktop, but contrary to what they and you say, this has made no difference - iPlayer still can't download programmes to iPlayer Desktop and it still can't find the programmes I had previously downloaded. I surmise that maybe uninstalling wasn't enough and that some fault remains that still prevents the programme from working. I am not an IT expert, so I would need more comprehensive instructions to fix this.
    You may like to note that I downloaded Air v3.5 several days before iPlayer Desktop failed, and I am pretty sure that I used iPlayer Desktop in between times. After it failed, it was very reluctant to even open, let alone do anything when, after repeated instructions, it finally did open.
    You may also like to note that I began to experience a ridiculous amount of buffering on radio playback straight from the BBC website before and after iPlayer Desktop failed. I don't think it can have been a broadband issue, as I could stream both TV and radio live and I could stream TV playback with no problem. Since reverting to Air v3.4, I have had no buffering. I doubt whether this is a coincidence.
    I have an Acer 5745PG with Windows 7, Intel Core i3-350M, NVIDIA GeForce 310M and I use Firefox.
    Don't you guys beta test stuff?

  • Suddenly problems with air play

    I have without any problems used airplay to see Danish television using screen mirroring from my Ipad to our TV- it worked perfect from day 1.
    But the last week I get error messsages saying error while reading in the program, try later or can't do  this a action.
    I can still see all the old news and programs from last week on the television using airplay, but the news and programs which is about a week old and up to today I only can watch on the Ipad and not via airplay on the television.
    Is it my apple tv/air play connection which is the problem ( it is conneceting to the Ipad ( white light) ? and if so any idea how to solve the problem? or is it the the Danish television who have changed something in the way they make their programs on line?

    Welcome to the Apple Community.
    Websites and third party Apps need enabling before they will allow AirPlay of Video content. Some Website/App developers have not enabled their products, some simply haven't got around to it yet, others have stated that they won't be enabling AirPlay (likely as a result of licensing issues).
    Sky block their App from working with AirPlay.

  • Problem with air port

    I am wondering if anyone can help me with network connection.. i bought a macbook and connected with network connection with no problem.. but the router went dead and i got a new router from linksys to d-link.. i had installed with the same network name and password from the old router to a new router.. now my macbook couldn't find or get through network connection.. how can i disconnect the name and start all over again..
    Thank you.

    i have only previously worked with netgear, but i assume the principles are similar.
    then use a ethernet cable to hook your mac up to the router and configure this way.
    this should enable you the add your mac to the list that can access the wireless function of the router.
    when you set it up, give it a new name to any previous(so you can identify it as a new connection.)
    hopefully this helps
    yuey

  • Problems with Air ver 2.51 on OS X 10.6.6

    Hello All,
    I had Adobe Air installed with three applications: Zinio, Mindomo & Prezi. Everything was working fine. I upgraded my Mac OS X leopard to Snow Leopard. Zinio asked to be upgraded to 4.0 and upon upgrading the app I was asked to upgrade to Adobe Air 2.5.1. After upgrades I receive the following error when I try to run any of the applications : "This application requires a version of Adobe AIR which cannot be found. Please download the latest version of the runtime from http://www.adobe.com/go/getair, or contact the application author for an updated version." followed by a crash, here is the crash report: http://www.box.net/shared/b003opfbmo
    I have tried the above steps, including uninstalling the applications, adobe air, running the terminals commands and then installing all again. Can anyone help?
    P.S. the same reproduces on another administrative account on the same machine.

    Yes, that's how it's supposed to work.  Virtual PRIVATE Network, it doesn't connect to the internet.  Try connecting at home the same way you do at your friends, WITHOUT the VPN, and you should be able to access the internet ok.  You'll need to reconnect the VPN if you want to do any work.  It's a pain, but that's the way it is - and the only solution is at the other end of the VPN, at the university.  They may well allow internet access at the university, from their own network, but does it block **** or gambling sites?  Then it's not going direct to the internet, it's going through their server first.  If you're connecting from outside the university, that's another step removed, and the set up will be different.  Talk to the IT people at the university, they're the only ones who can help.

  • Flash cs5.5 FLVplayback Encoding Problems with Air for Android

    Dear All,
    I'm trying to play flv in my air application by using FLV playback in flash cs5.5.
    I can play flv in the pc but not on the samsung galaxy tab andriod platform.
    if anyone out there has tried out FLV playback with either an Air For Android application, where the FLV files are packaged within the app, or either streaming via normal http//:, any help  would be greatly appreciated.
    Thanks!

    First disable autoplay. It gave errors for me. Try to make the movie play with the play() command.
    to embed the movie in your air bundle, just go to publish settings for your flash project. Then in that screen go to the player settings.
    In the first GENERAL tab you'll see a the bottom that you can add files to your project
    Propably there is allready your .swf and an .xml file in there.
    Using the + icon you can add your video.
    Make sure that your video is in the same directory as your . FLA file and you can use it as is (by name)
    If for example your flashfile is in c:\mytest\mytest.fla and the video in c:\mytest\videos\myvideo.flv , then you will have to load your video as "videos/myvideo.flv" with a FORWARD slash, never use \
    Good luck

  • Problem with AIR Flash CS3 Italian version

    I have installed the Adobe AIR update for Flash CS3 italian
    mac version but in the welcome screen I don't see the Flash File
    (Adobe AIR) preset.I know about the fix that consists in deleting
    the folder HD:/Users/<username>/Libraries/Application
    Support/Adobe/Flash CS3/<language>/Configuration/StartPage
    and I did it, but the problem remains. Now what should I do?

    Hi Alessandro,
    Please try rerunning the Adobe AIR Update for Flash CS3 to
    see if the problem can be solved.
    If after running the updater again and it still doesn't work,
    the workaround is to create a Flash 9 (ActionScript 3.0) fla. Then
    selecting Commands > AIR - Application and Installer Settings
    and Flash will ask if you want convert the publish settings to
    Adobe AIR, click yes.
    Thanks,
    San

  • Scrolling Problem with Air Mouse

    I'm using a Mac Mini on my living-room TV and I bought an Air Mouse to use, it's a mouse with accelerometer in a tv remote shape, i'm having trouble when some window have scrolling content, like a web page or a folder in Finder with some files. When the mouse pointer is over the window content the scrolling get crazy scrolling to top and bottom in a freak way. I've test the Air Mouse in a PC running Windows and the scrolling works. There is a way that I can disable the scrolling? and just scroll clicking at side bar e pulling.

    Try:
    Go to "System settings" and on "Generally" activate the button "roll bar always".
    On the button "mouse" you can disable the first field scroll direction.
    Than try it again with scrolling on the bar.
    Sorry for the words with "..." I'm not sure it is the right name on english.
    I hope it works now.

Maybe you are looking for

  • Marking in and out only selects audio.  I need both

    I'm sure this is very fundamental but I can't figure it out. I've been editing a lot of home movies this weekend when suddenly my IN and OUT buttons are behaving differently in the time line. They are only selecting (affecting) the two audio tracks a

  • Best Practice to troubleshoot a Crawler Issue after SQL Server restarts

    Hi Everyone I am after some general advice or a suggested place to start when troubleshooting crawler issues after an unplanned, out-of-sequence server restart. Specifically, the SQL Database in the SharePoint 2010 farm. Better yet, is there a standa

  • *adding photos....not from iphoto....to imovie*

    Hi I'd like to know how/if i can add photos to my imovie vid from say....my downloads? Right now, when i try to add photos the only options that show up are iphoto and photobooth. If i have to move the pics from downloads, over to iphoto....how do i

  • Itunes will not open until I reboot

    I'm running a Windows 7 64 bit computer. My music is installed on an external harddrive. Itunes will not open until I reboot my computer. I admit I have a large collection of music but my computer is running 8 gigs of DDR3 ram and a AMD Athlon II x4

  • Having problem of unstalling SWEETIM from my HP Pavilion g6 Notebook PC

    Hi, I use HP Pavilion g6 Notebook PC and the Operating system is windows 7 professional 32 - Bit Sersvice pack 1. For many months now I have been having difficulty trying to unstall SWEETIM from my Laptop. I don't know how this get installed in my La