Adobe drops Linux AIR

It's over, Adobe drops AIR for the Linux platform.
Even though I can understand why, for me this is "the straw that broke the camel's back".
I think "cross platform" in general has been a pipe-dream. It's time to realize that if you want to create good software for multiple platforms, you will have to go native. They say the focus is now on Android and other mobile platforms. It sounds great but in reality the Android AIR runtime isn't all that great, and probably never will be. The hope of having a single codebase that will run on multiple platforms with minimal effort just doesn't exist.

No. Companies don't need to change OS for this. They can always use Google Chrome (for Linux). However why should they discontinue providing a standalone plugin. They can provide a standalone plugin which any PPAPI implementing web browser can use (in the future if firefox or webkit based ones support the API). Why restrict it to chrome?
You're right, but i was thinking if half+ of the web is based on flash, there will be tons of linux users (like me) that couldn't see that half+ of the web content or doesn't want to chage their web browser. If linux is a poorly supported flash platform, why invest money on make linux friendly web apps and games?
Besides Mozilla said that they're not interested in support PPAPI right now...
Last edited by Hyugga (2012-02-23 17:44:58)

Similar Messages

  • Why is Adobe dropping support for pre 3GS phones?!

    I think it's a bad decision to drop support for pre 3GS devices. There are still many out there and if support is dropped we're forced to still use the old PFI to reach the complete audience.
    It's clear that OpenGL ES 2 offers a lot more fancy stuff than OpenGL ES 1.5 does, but still, things like GPU_VECTOR or sophisticated blending are perfectly doable with OpenGL ES 1.5.
    And if a clean implementation is really not possible, Adobe should at least allow to publish for old devices even if this means that not all optimization techniques can be used.
    I develop iPhone apps using different technologies and AIR is attractive for me because I can target with one project a big range of different plattforms. If Adobe drops support for old phones, this advantage is heavily shortened!
    What is your opinion on the this development?

    Apple have dropped support for pre-3GS because to pull of the features and performance in iOS 4.3 they had to develop just for the ARM7 chip, and not for the ARM6. They probably have a good sense of the number of people that have the older devices, and think it's ok to not update the software on those devices.
    The same may be true for Adobe.
    I am trying to find out how to make AIR 2.6 and AIR 2.0 live together in Flash CS5. If I work it out I'll let you know.

  • Oracle APEX versus Adobe Flex on AIR

    Hi
    I need advantages and disadvantages Oracle APEX versus Adobe Flex on AIR. I don't know Adobe and need your help. (we fight about our potential customer).
    Project:
    40 users insert own actvities into database. Supervisor analyse this info (reports, charts). Users connect to app via mobile phone EDGE using laptop.
    Regards

    Hello again,
    From the end-user perspective, FLEX applicatoins are more graphic in nature, in that they are truly graphic. APEX (at least through 3.2) generates a standard HTML type of web page. You can do graphics type of code, but Flex creates applications that will only run with Adobe tools. Flex generates an HTML page, but it calls a .swf file and plays that.
    Unless it is critical that you have that fully graphic interface (a .swf file type of image that plays), standard HTML is much better. You can still generate graphs, charts and such; incorporate images in your page and all the things that standard web pages have.
    With APEX, your users will see a standard HTML web-page type of interface, which most users today know how to use and expect.
    Thanks,
    Don.
    REWARDS: Please remember to mark helpful or correct posts on the forum, not just for my answers but for everyone! :)

  • Adobe: No Linux Flash Player Till 2007

    see
    http://www.crn.com/sections/custom/custom.jhtml?articleId=192501179
    >>
    Adobe: No Linux Flash Player Till 2007
    By Stacy Cowley, CRN
    2:25 PM EDT Fri. Sep. 01, 2006
    Impatient Linux users will have to wait till the end of the
    year for even a
    preview release of Adobe's Flash Player 9.
    The company's lead Flash for Linux engineer, Mike Melanson ,
    reported this
    week in his blog that Adobe won't release any alpha versions
    of its Flash
    port, holding out instead for a full-featured beta scheduled
    for release
    sometime late this year.
    Adobe recently released a major Flash overhaul, version 9,
    for Windows and
    Macintosh clients. For Linux users, the release lengthened
    the Flash gap
    between them and other users: Adobe skipped Flash Player 8
    for Linux and
    hasn't released a Linux update since mid-2004. Because Flash
    is not fully
    backward-compatible, Web content developed for the newer
    Flash players often
    won't run in version 7, the most current Linux version.
    Adobe's market
    research shows that 86 percent of U.S. computer users are
    able to view Flash
    8 content.
    "I have to question a cross-platform strategy that has a bias
    against one
    platform," RedMonk analyst Stephen O'Grady, a Linux user,
    gripped in his
    blog. The lack of a modern Flash player leaves him unable to
    view content on
    a number of Web sites, including major destinations like
    ESPN.com.
    An Adobe spokesman said the company expects a full release of
    Flash Player 9
    for Linux in early 2007. Because of the "short" cycle between
    Flash Player 8
    and 9 -- ten months -- Adobe opted to skip version 8 for
    Linux and move
    directly to version 9, he said.
    Melanson's blog tracks the day-to-day progress and decisions
    Adobe is making
    on Flash for Linux. A full-time Linux user since 1999,
    Melanson shares the
    frustration of his comrades about Adobe's Linux lag.
    "In September, 2005, I happened [across a blog that]
    mentioned in passing
    that Macromedia was looking for someone to port Flash Player
    to Linux. I
    applied for the job and now here I am," he posted.
    "When I started at Adobe, I found out that there is a shadow
    cabal of
    engineers that very much want to see the current Flash Player
    run on Linux,
    and would even try their hand with the current codebase from
    time to time.
    But there are only so many hacking hours in the day."
    >>

    > It sounds to like Adobe are using outdated development
    practices.
    > The kinds of systems multiplatform developers use these
    days
    That's the point .. 'these days'.
    Much of the problem is older code, must be over a decade old
    now) which was
    not well written. That is not an uncommon occurence in
    products that have
    such a long existence as flash player. Supported platforms,
    development
    techniques, developer guidelines, management etc all change
    over the years
    and things that seemed 'a good idea at the time' end up
    becoming a problem.
    In hindsight there would be many things that should have been
    done
    differently in the past .. but without a working time-machine
    that cannot be
    fixed, without an enormous investment in development to
    rewrite the code
    base in a manner that can be more easily ported .. which is
    what is
    happening.
    Also the low level optimisations required for such
    cpu-intense real-time
    graphic processing are difficult to port, as they rely on
    optimised assembly
    code for different cpus and chipsets
    And further there is the issue of different operating systems
    and libraries
    to link against on different platforms.
    > nightly/daily automated builds
    Anyone who thinks supporting new platforms its just a matter
    of re-building
    or doing daily builds is naive. There is no indication that
    Adboe does not
    make use of these practices. But continuous integration and
    nightly builds
    are only tools to maintain a port once it is done .. it
    doesn't help you DO
    the port in the first place.
    > From a marketing point of view you want a simultaneous
    release on all
    > platforms
    I'm sure Adobe DO want simulataneous release .. if it were
    possible. But
    that is not possible if the software is not ported to all the
    platforms.
    With it ported to the platforms the vast majority of people
    use (windows and
    mac) it makes sense to release the newer versions that are
    required in order
    to release other major revenue-earning products like Flex.
    That is a valid
    and sound marketting and financial decision.
    > In the case where assembly
    > programming is used compiler intrinsics are more
    maintainable and portable
    > than
    > inline assembly, I can vouch for their high performance
    vs hand tuned
    > assembly.
    You simply cannot get the performance demanded using
    intrinsics.
    > Note that Apple uses gcc and Linux uses gcc and so I
    can't see many
    > incompatibilities at the compiler tools level?
    > Maybe it is lack of experience
    > with Linux, or maybe there have been lots of programmers
    leaving since
    > Adobe
    > took over?
    It may be worth your while reading the blogs by the adobe
    developers where
    they discuss the issues and get feedback from people such as
    yourself.
    > On the subject of buisness priorities, the number one is
    that the customer
    > comes first.
    Exactly .. so MM/Adobe got the player out as quickly as
    possible for the
    majority of their customers. Making EVERYONE have to wait
    while the player
    was ported to all the other minority platforms would NOT have
    been good for
    the majority.
    As they say .. you can't please all the people all the time.
    You have to
    pick you battles.
    > In particular where websites are concerned you want to
    get access
    > to as many users as possible.
    Exactly .. and FlashPlayer penetration and usage stats reveal
    that it IS
    availble to the vast majority of users and moreso than most
    other
    multi-media technologies
    > The quoted 86 percent of users able to view flash 8
    content is probably
    > an over estimate and this figure is only stated for the
    US
    > as most of work in a global marketplace these days
    figures like this are
    > not very usefull.
    Have you even looked at all the figures (which you don't seem
    to believe
    anyway) .. its worldwide and broken down into regions.
    > The internet is all about maximising your potential
    customer
    > base and anything which prevents a siginificant minority
    just makes no
    > buisness
    > sense at all.
    Its only significant when you are part of it :) The vast
    majority of
    people, and those with the money to spend, are using Windows
    and Mac.
    That's where the customer base is.
    > The bad publicity that Adobe has generated from
    delaying/canning
    > a Linux version of flash player is cumulative and the
    internet is all
    > about
    > word of mouth. I hope for Adobe's sake they don't
    neglect their customers
    > needs
    > in future.
    I'm sure they won't .. which is why they are still activly
    porting to other
    platforms.
    I would much rather see them take the time to do it right,
    rather than let
    quality slip in order to rush out a half-done product to
    satisfy the demands
    of the few.
    Jeckyl

  • What exactly is Air Drop and Air Play?

    I keep seeing these cutely coined phrases such as Air Drop and Air Play but I can't find a full explanation as to what they are and how to use them. Can anyone direct me to a source where these are explained in detail?

    AirDrop is a OS X feature that allows you to transfer files wirelessly through different Macs with OS X Lion or Mountain Lion and connected to the same network. This will be available in iOS 7 for some iPhones, iPods touch and iPads.
    AirPlay is a system that allows you to sync music, videos, or simply your iOS or Mac desktop to an AirPort Express, AirPlay-compatible speakers or an Apple TV. Read > http://support.apple.com/kb/ht4437

  • If my Adobe Muse and Air apps are  both up to date as of today and I cannot open a Muse file, what are my options? I get an error message regarding the Progress Window showing and then Muse crashes.

    If my Adobe Muse and Air apps are both up to date (as of today) and I cannot open a Muse file, what are my options? While Muse is relinking assets I get an error message regarding the Progress Window "showing" and then Muse crashes.

    Hi there,
    Do you get this error while opening a particular file or all files?
    Please try opening a different .muse file, and check if it does the same?
    Ar you opening a .muse which is saved on a network drive?
    Thanks.

  • [off] Adobe for Linux

    Nobody know nothing about Adobe´s migration to Linux ??
    I need Adobe for Linux ... pls pls pls

    You could try posting in the Flash forum; this is the Flash Player forum.

  • Adobe drops Flash for Linux, except Chrome

    Hi,
    http://blogs.adobe.com/flashplayer/2012 … linux.html
    How long until someone cuts Flash out of Chrome and provides the PPAPI for the other browsers? Or better yet, how long until this awful Flash will be a thing of the past and will be replaced by open concepts like HTML5.
    Alex

    No. Companies don't need to change OS for this. They can always use Google Chrome (for Linux). However why should they discontinue providing a standalone plugin. They can provide a standalone plugin which any PPAPI implementing web browser can use (in the future if firefox or webkit based ones support the API). Why restrict it to chrome?
    You're right, but i was thinking if half+ of the web is based on flash, there will be tons of linux users (like me) that couldn't see that half+ of the web content or doesn't want to chage their web browser. If linux is a poorly supported flash platform, why invest money on make linux friendly web apps and games?
    Besides Mozilla said that they're not interested in support PPAPI right now...
    Last edited by Hyugga (2012-02-23 17:44:58)

  • Adobe on Linux

    Prerty sure it's been discussed already, but thought I'd bring it up again... has anyone found a good workaround in order to use Adobe Air on Linux?
    Thanks,
    Eric

    You can use Adobe AIR on Linux:
    " Users can install and run AIR 2.6 and earlier applications "
    Adobe doesn't support AIR for Linux anymore, you can still run earlier versions...
    Archived Adobe AIR runtime, SDK versions

  • I accidentally dropped macbook air that was in a book bag. The keyboard is working because I can see the light but the screen is black and it won't turn off. How should I fix this? Please Help ME!!

    I accidentally dropped my friend's macbook air that was in a book bag. The keyboard is working because I can see the light but the screen is black and it won't turn off. How should I fix this? Please Help ME!!
    I tried to turn it off and it didn't work... and I held on to the shift key too and it still doesn't work..
    Please help me..

    Accidental damage is not covered under Apple warranty.  And it seems there is much accidental damage.  Only a Genius Bar tech looking at it can tell how much it will cost to repair.
    Cost to repair will be high, I suspect (though Genius Bar will confirm/deny.
    There is no gentle way to say this sir/ma'am ... someone will need to pay for your friend's MBA repairs.

  • Adobe Flex Mobile + AIR - Custom iOS Build Setting

    I am building some Adobe Flex Mobile application using Flex 4.6.0 + AIR 3.5 only for iOS
    This app involves some iOS Native Extension created also by me.
    The thing is that this ANE uses some third party framework (GD.framework from Good Dynamics Technology). That framework requires GD FIPS linker to be used, and for that, i need to set some custom build settings in a .xcconfig file, with this content:
    FIPS_PACKAGE=$(CURRENT_ARCH).sdk LDPLUSPLUS=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld LD=/Good Technology/Good.platform/FIPS_module/$FIPS_PACKAGE/bin/gd_fipsld
    The ANE compiles OK, but then, I add the ANE to the app, I compile the app, but when I launch the app, it crashes because the FIPS linker was not properly got set on my Flex Mobile project.
    So, my question is:
    Is there a way to set the above configuration on my project like somebody would do in a Xcode project?
    Regards!

    I see your key as a reserved key for iOS. I haven't tested it myself but here's the keys you cannot change. Sure enough, MinimumOSVersion is reserved.

  • How do I print large PDFs from Adobe on Linux?

    Hello. I am writing this request with an issue involving Adobe Reader.
    I am having difficulty getting large PDF files to print from some standalone kiosk machines. The machines run off of a Linux OS, and a delay occurs each time a large PDF file is sent to the printer. I believe this issue may involve the actual machine units (which each have a CPU speed of about 1.33 GHz), but would like to determine if there are any alternate issues or solutions that anyone may know of.
    Thank you in advance for your assistance.

    See FAQ: Printing from Adobe Reader for Windows 8 Tablets.

  • Adobe Flash or Air

    1st time Smart Phone user. Just got a Pantech Marauder. How do i load Adobe Flash or Adobe Air?

    Adobe Flash is No Available for Use on Android and Smartphones.. Adobe Air you can get by going to the Google PlayStore and put in Search Adobe Air and it should Come up. All you have to do is then Download it...

  • Did Adobe drop Fireworks support from Flash Catalyst Beta?

    Hi all,
    I'm a UI designer and am naturally very excited about Thermo / Flast Catalyst. I just rushed to download the beta but was dismayed to see that Flash Catalyst does not properly import Fireworks (CS4) files -- i.e. they were imported as a giant image instead of pages/layers/objects. Was this functionality dropped in just the beta, or is this something that product will lose in production too.
    Fireworks has always felt forgotten by the Adobe team (buggy, buggy, buggy) -- I hope this isn't another instance of that happening.

    If Adobe finally decides to use part of Fireworks's ".PNG" engine, they shouldn't have to introduce .FXG into the Fireworks product line, since the onus is on Flash Catalyst to port Fireworks, not the other way around.
    Using the Fireworks engine, features such as "Pages", or perhaps even Fireworks's "States", would allow for more seamless “.PNG” porting into Catalyst. Also, doing so, would eliminate all those steps one has to take to merely generate states within Catalyst—saving UI designers time by giving them the option to simply make adjustments to the Catalyst timeline. Not only is this faster, but it makes more logical sense!
    Ahh...I am beginning to think Adobe’s in over their heads with this one.

  • About the Adobe Content Viewer.air file to let everyone download?

    I would like to ask
    Made using indesign. Folio interactive e-book
    Can be placed on the Internet for others to browse it?
    Can not find the browser to download
    Whether directly online AdobeContentViewer.air file to let everyone download
    Can, and indicate the source
    There is this doubt, trouble responded.

    I'm not sure I totally understand our request  but I'm thinking social sharing.
    Please see the following link and let us know if that helps ... http://www.adobe.com/devnet/digitalpublishingsuite/articles/integrated-social-sharing-with -digital-publishing-suite.html

Maybe you are looking for