Flash and Adobe Air weird display on Ubuntu

I installed Flash on Ubuntu 12.04, and it has a very strange display. Here the way any flash application looks :
You can see in this image the same page displayed on the left by flash on Ubuntu, and on the right by flash on Windows.
I am experiencing the same problem with air installer and air applications. Here the way Adobe Air (2.6) installer looks :
The version 1.5 of Adobe Air displays right, but it's the only one.
Anyone experienced the same problem ?

I finally find what the problem was. It has nothing to do with either the server, neither Flash Player or Adobe Air.
The problem came from mstc window (remote desktop software). By default it was set to display 16bit colors. I might have changed it sometime to 15bit.
By setting it to 16bit, it solved the problem.

Similar Messages

  • Flash Builder and Adobe AIR: anybody there?

    Hi,
    I've recently posted quite a few posts reporting very serious bugs of both Flash Builder 4.6 and Adobe AIR especially on mobile platforms, and asking about possible fixes and workarounds.
    I would have expected immediate replies by someone at Adobe showing some interest in such blocker bugs that render Flash Builder completely useless, and developing AIR apps for mobile impossible. But there was no reply at all.
    I wonder, are Flash Builder and Adobe AIR being maintained, or have they been abandoned? Because in the latter case I'd rather know it and stop wasting my time using this platform for development.
    thanks
    m.

    I feel your preoccupations, Matteo. I have them too.
    A few days ago, Gartner issued a document, called - as usual for Gartner - "magic quadrant", related to Mobile App Develpment 2012.
    This document explains the situation of the different vendors so one can make an educated choice about the IDE to use for platform-independent mobile things.
    Adobe is well-positioned in this quadrant. However, Gartner (who have talks with vendors before issueing their reports) only referred to PhoneGap when explaining how Adobe addresses mobile app development.
    This is a shame, because FB is powerful and uses ActionScript (which many of us like).
    I have bought FB last year and had fun with it. I don't think it's going to last for long, if I Adobe doesn't show that HTML5 + CSS aren't the only way to go.

  • Does updating Flash Player and Adobe Air solve the Swf.Exploit.CVE_2014_0581 problem?

    My ClamXav found the following attached to an app (JL Edwardian Advent Calendar) on my computer: Swf.Exploit.CVE_2014_0581. I have deleted and reinstalled the app, and I have updated the Flash Player and Adobe Air, but ClamXav continues to mark it as infected. Could this be a false positive? Is it safe to run this app after the updates?

    Added one yesterday:
    https://bugbase.adobe.com/index.cfm?event=bug&id=3560258
    Interestingly air 3.7 on IOS to Desktop air 3.7 will work.
    I am investigating if I can use 3.7 on Android to connect to 3.7 on iOS - so far I cannot get the apk to install on my Galaxy S3, compile using 3.4 and all is good. Air runtime has been updated via Play store - and build uses compiled runtime.
    I cannot get Flash player 11.4 to connect with air 3.7 on iOS either.
    NetGroup.Neighbour.Connect never fires.
    All SDKS above 3.4 upto 3.8 beta exhibit the same problem.
    3.4 works perfectly and can connect to flash player, and other Air/iOS devices just fine.
    Shuld not be a issue with firewalls etc, thay are all open.
    I can email you the fla, it is for a product so I can't post it here.
    Thanks,
    Steve.

  • ADOBE FLASH PLAYER AND ADOBE AIR HAS BEEN UPDATED

    A new Update has Came out for Adobe Flash an Adobe Air Give it a Look in the Google Play Store.. B33

    A new Update has Came out for Adobe Flash an Adobe Air Give it a Look in the Google Play Store.. B33

  • CS4 and adobe Air 1.5.1

    Hello I change to Flash player 10.022r and adobe Air 1.5.1
    and my old file work well inside Flash in Desktop mode but when I
    execute de archive swf outside the Filesystem class not work...
    Before the update work well
    and when I compile de air file and install also not work.
    Thanks if any poeple know any thing, stay 2 days with the
    same.

    You need to provide more information.
    Do you install AIR 1.5.1 on your machine? How this has to do
    with CS4?
    What software do you use to generate the AIR file?

  • Adding gameCenter functionality with actionscript3 and Adobe AIR

    I am writing a game in actionscript3 and adobe AIR for the iphone4. Is there a way to connect to iphone's gameCenter in actionscript3, or is that not possible and I am forced to use xcode and objective-C?
    If this is not possible, are there any alternatives to gameCenter that I can program with actionscript3 and AIR? For example openFeint??
    Thanks

    I am writing a game in actionscript3 and adobe AIR for the iphone4. Is there a way to connect to iphone's gameCenter in actionscript3, or is that not possible and I am forced to use xcode and objective-C?
    If this is not possible, are there any alternatives to gameCenter that I can program with actionscript3 and AIR? For example openFeint??
    Thanks

  • Google TV and adobe air

    Hi to all
    I am developing adobe air applications in my company and one of our aims is to be able to run an adobe air application in Google TV. We already have a Google TV device (logitect revue) but we are unable to install adobe air or and adobe air application.
    We have tried with the "captive runtime" feature in order to install our application in the device, but we get the following error:
    E/AndroidRuntime( 2027): FATAL EXCEPTION: main
    E/AndroidRuntime( 2027): java.lang.UnsatisfiedLinkError: nativeSurfaceCreated
    E/AndroidRuntime( 2027):           at com.adobe.air.AIRWindowSurfaceView.nativeSurfaceCreated(Native Method)
    E/AndroidRuntime( 2027):           at com.adobe.air.AIRWindowSurfaceView.surfaceCreated(AIRWindowSurfaceView.java:709)
    E/AndroidRuntime( 2027):           at android.view.SurfaceView.updateWindow(SurfaceView.java:571)
    E/AndroidRuntime( 2027):           at android.view.SurfaceView.access$000(SurfaceView.java:86)
    E/AndroidRuntime( 2027):           at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:175)
    E/AndroidRuntime( 2027):           at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:590)
    E/AndroidRuntime( 2027):           at android.view.ViewRoot.performTraversals(ViewRoot.java:1422)
    E/AndroidRuntime( 2027):           at android.view.ViewRoot.handleMessage(ViewRoot.java:2048)
    E/AndroidRuntime( 2027):           at android.os.Handler.dispatchMessage(Handler.java:99)
    E/AndroidRuntime( 2027):           at android.os.Looper.loop(Looper.java:132)
    E/AndroidRuntime( 2027):           at android.app.ActivityThread.main(ActivityThread.java:4083)
    E/AndroidRuntime( 2027):           at java.lang.reflect.Method.invokeNative(Native Method)
    E/AndroidRuntime( 2027):           at java.lang.reflect.Method.invoke(Method.java:491)
    E/AndroidRuntime( 2027):           at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:841)
    E/AndroidRuntime( 2027):           at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:599)
    E/AndroidRuntime( 2027):           at dalvik.system.NativeStart.main(Native Method)
    W/ActivityManager(  192):   Force finishing activity air.com.cycleit.andago.cfvideoconferencia/.AppEntry
    W/ActivityManager(  192): Activity pause timeout for ActivityRecord{67439df8 air.com.cycleit.andago.cfvideoconferencia/.AppEntry}
    Anyone knows how to install adobe air in google tv or run an adobe air application in this kind of devices? (It doesnt matter if the device is not logitect revue, just a google tv device would be great!)
    thanks a lot

    http://www.google.com/tv/spotlight-gallery.html

  • Kind Chef mobile app, used Starling and Adobe AIR

    Hi everyone,
    Recently we were busily working on an idea called "KindChef" which is a system that helps restaurants and we as customers.
    We have started a campaign for it on Indiegogo site, which is a crowdfunding site backed by Google as some of you may have heard about it, so that we can find the ones who are interested in the idea and can back us and contribute to it to help us make it happen...
    here is the campaign link: http://igg.me/at/kindchef/x/5769968
    We have developed a MVP (Minimum viable product) mobile app for it, using Starling and Adobe AIR. But it's not the end product and is not so optimized yet. It's just a sample app to show how the system works, but yet so many other features will be added to it's release version as we have discussed on the campaign page.
    We're also going to develop a control panel for restaurants too to manage their restaurant better. we're also going to develop a desktop app for them using Adobe AIR.
    Honestly, there are two reasons why I am talking about it here:
    1) the  Web developer’s perks, which provides AS3 programmers with many useful designs and OOP code snippets that we have used while developing the project and can help you a lot on your projects.
    Also we are giving away all of the Adobe AIR Native Extensions that have been used inside of the project.
    2) the second reason is to spread the word. Because sharing a campaign is a really important thing as Indiegogo counts this as a positive point for the campaigns, so if you just share it you have helped us a lot in our way,  or you may also contribute to it
    Please visit the link above and find more information about it for yourself.
    The most important way that you can help us, is by sharing the campaign link with your friends.
    Please feel free to ask any questions about the whole idea and system or the app.
    Best,
    MyFlashlab team.

    http://www.google.com/tv/spotlight-gallery.html

  • How to allow non-admin users to install software updates of Java, FLASH and Adobe Reader?

    Hi all,
    I have a company (+150 users) and I would like  to allow users to update Java, FLASH and Adobe Reader only.
    These software are already installed in the hosts, but there are updates of the program every week and it needs to be updated.
    How can I give permissions to every user in the domain to do that? Just "Java, FLASH and Adobe Reader"
    Remember that I dont want distribute software because they were installed.
    I tried to enable "Enable user to patch evelated products" directive but it didn't work at my domain.
    is it possible?

    I have a method that works for FLASH player, but am trying to come up with a method for the other 2 myself.  To automate flash player, I created a Policy and added the following:
    Under Computer Config, Prefrences, Windows Setting, Files I created a new File Item.
    I set Action = Replace, Created a Source File named mms.cfg* (more below) and have the destination file as systemroot%\System32\Macromed\Flash\mms.cfg (or %systemroot%\SysWOW64\Macromed\Flash\mms.cfg for x64)
    I used notepad to edit the mms.cfg, and used the following in the body:
    AutoUpdateDisable=0
    SilentAutoUpdateEnable=1
    AutoUpdateInterval=0
    My non-admin users now update flash in the background silently and automatically.

  • Flash and Adobe Reader XI

    I am importing a swf file into a pdf file and my startDrag functions are not working anymore. They did with version X of the acrobat reader. I know that the reader has no own Flash-Player anymore.
    I updated Flash to the recent version but still having problems wit drag and drop.

    Hi Dave,
    yes i can. i hope this could help. I attach a pdf file containing a swf-file. the white boxes on the left can be dragged and dropped. it worked
    in the old reader version. but it does not with the newer xi version on windows. maybe you can check it out.
    thank you very much
    jan waehning
    Am 14.12.2012 um 10:59 schrieb Dave Merchant:
    Re: Flash and Adobe Reader XI
    created by Dave Merchant in Rich Media & 3D - View the full discussion
    Can you post a sample file? Dragging elements on the Stage of an embedded rich media annotation ishould still work as it did before, provided you have installed the Acrobat Flash Player plugin, but it doesn't work between the Stage and other areas of the screen (or between two separate SWFs).
    Please note that the Adobe Forums do not accept email attachments. If you want to embed a screen image in your message please visit the thread in the forum to embed the image at http://forums.adobe.com/message/4920708#4920708
    Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page: http://forums.adobe.com/message/4920708#4920708
    To unsubscribe from this thread, please visit the message page at http://forums.adobe.com/message/4920708#4920708. In the Actions box on the right, click the Stop Email Notifications link.
    Start a new discussion in Rich Media & 3D by email or at Adobe Community
    For more information about maintaining your forum email notifications please go to http://forums.adobe.com/message/2936746#2936746.

  • Where can i find SCUP catalogue for Adobe Shockwaye player and Adobe Air

    Where can i find SCUP catalog for Adobe Shockwave player and Adobe Air.
    i need to upgrade Adobe Air 14.0 and Adobe Shockwave player 12.0.1.
    i want to import catalog through SCUP and then deploy it using SCCM 2012r2

    Why do you want 8?
    You would be better off with 9: http://download.cnet.com/Adobe-Reader/3000-10743_4-10000062.html?tag=mncol
    How much system RAM do you have? I bet if you upgraded your RAM you would not have the performance issues with 9.
    sds drill

  • Flash Catalyst, Flash Builder and Adobe Air....Issues...

    My problem is simple.
    I have a flash catalyst project I importedc it into flash builder - whats the issue? its a web app. I need it as a air app. I don't know how to change it from a web app to an air app.
    Also:
    If I publish the "demo" version in Flash cat as a air app and install it, I have to resize the window? even when I set the bounds to be 800x600 it shows up on the desktop as either half that or sligtly larger. even running the swf - publishing for both web and air for testing - i have to resize the swf (unless its embeded on a page). why is this happening?
    Tha main purpose here is to change the imported flas cat proj into a air app in flash builder so i can change the default chrome.
    Thanks.

    I finally find what the problem was. It has nothing to do with either the server, neither Flash Player or Adobe Air.
    The problem came from mstc window (remote desktop software). By default it was set to display 16bit colors. I might have changed it sometime to 15bit.
    By setting it to 16bit, it solved the problem.

  • Whats the difference between the Flash Player runtime and Adobe AIR runtime?

    Hey all. I've been into coding for about 5 years now, but I'm a recent convert to Flash development. One of the questions I have at the moment is, considering that SWF files can be run by either Adobe Flash Player OR Adobe AIR, what's the real difference between the two runtime environments? What API's and Objects exist in one environment, but not the other?
    Basically what I'm more or less trying to establish is, when would I want to develop an SWF for AIR, and when would I want to develop for Flash Player, considering that Flash Player can also execute locally (providing support for creating "desktop applications").
    Thanks in advance,
                               Jay.

    Main Difference for the user: he also has to install the AIR runtime, that is about 15MB (Flash Plugin won`t do the job alone).
    The market penetration for AIR is way below that of flash, so your user needs a good reason to install the Runtime
    Also the System requirements are much more harder, you can`t use an Air application in XPSP1 for example.
    As a rule of thumb you could say: Use Air, if you want to have the user something saved locally, with AIR you have the possibility to write any fileformat to hard disk, with flash you can only use so called Local shared objects

  • Different performance between flash player and Adobe Air on MAC

    Hi all,
    I develop a html-based AIR application that embeds a SWF. The SWF runs very slow and choppy. The same SWF loaded directly in flash player runs ok.
    This happens only on MAC. (all Adobe AIR SDK versions do the same)
    Do you have any clue?
    Thank you
    Bye

    Hi,
    Could you provide the following infomation?
    1. What's the version of your Mac?
    3. Do you mind sending your AIR app to zjian at adobe.com for investigation?
    Thanks,
    Jian
    AIR Engineering

  • Flash CS4 and Adobe AIR

    Hi all. I an trying to develop Adobe AIR with Flash CS4 but
    aways I load some AIR class I got some error like that.
    Code:
    import air.net.ServiceMonitor;
    Error:
    1172: Definition air.net:ServiceMonitor could not be found.
    Some one know waht is the problem?
    Thanks guys.
    Marcos

    I dont have cs4 here at work to see, but in cs3 you have to
    drag the ServiceMonitorShim from the component panel to the
    library. You may still have to. You'll find the component in the
    AIR ServiceMonitor folder in the component panel.

Maybe you are looking for