Version discrepancies in Flash CS5 and Catalyst CS5

A few month ago using ADL compiling for mobiles I noticed that the versions of ADL and AIR differed
in Flash CS5 and Catalyst. This caused me problems until I discovered it.
Package/version                       adl.exe              air.dll
Adobe Flash CS5                      2.0.1.12090       2.0.1.12090
Adobe Flash Catalyst CS5         1.5.3.9120         2.6.0.19120
I have seen the symptoms of this in other forums on the Internet.
No change even though I have updated the packages (last update of Flash came 2011-07-02).
Regards
/Ralf

The forums are not the place to post bugs/wishlist items.... Adobe rarely visits here.  Use the link below, though it is probably too late for CS6 since CS6 appears to be on the verge of release - you can probably get a trial version of it and see for yourself.
Adobe - Wishlist & Bug Report
http://www.adobe.com/cfusion/mmform/index.cfm?name=wishform

Similar Messages

  • I need to install the new version of adobe flash player and cant?

    I cant open my catalogue and view it on facebook etc as i need to install the new version of adobe flash player and cant, when i try and download, i get so far and it says close the internet exporer and then wont install it?

    When i install, it comes up at the end, please close internet explorere
    down to continue, and when do, and click retry and it still wont complete
    the installation?>
    Pat Willener http://forums.adobe.com/people/pwillener created the
    discussion
    "Re: I need to install the new version of adobe flash player and cant?"
    To view the discussion, visit:
    http://forums.adobe.com/message/5137329#5137329

  • HT5655 I try to download the new version of adobe flash player and it gets to 95% then freezes

    I try to download the new version of adobe flash player and it gets to 95% then freezes

    Try the instructions here:
    http://forums.adobe.com/thread/1267823
    After trying everything else, this worked for me
    OS X.6.8

  • I have installed the latest version of Adobe flash player and it still does not work what did i do

    I have installed the latest version of Adobe flash player and it still is not working and every time I enable shockwave the internet does not respond

    Clear your cache Tools > Options > Advanced > Network > clear now
    Right-click on video > Settings > turn off Hardware Acceleration

  • HT202681 i have down loaded the latest version of abode flash player and i still keep getting a blocked plug in message

    please help with blocked plug ins i have down loaded the latest version of abode several time and am not getting anywhere this seems to be an ongoing problem when i get updates from them

    When you download from the Adobe site, despite the button saying “install” — it really doesn't do anything but download the installer.
    Quit the Safari browser. Next to the Trash icon on your Dock, is an icon that is an alias to your Downloads folder. Click this icon once. There will be a list of previous downloads that pops up. The file closest to the Dock is the Adobe Flash installer. Click this once to launch it. It will display like this:
    Double-click the red flash folder. This produces the following dialog — you select Open.
    You will receive a password challenge. Use your Mac OS login password. You next prompt will look like this. Choose the middle selection as I have shown:
    The Adobe Flash Player will download and install via a blue progress bar. You will need to click a Finish button, and then Safari launches taking you to the Adobe site to verify Flash Player was installed.
    In System Preferences, the bottom panel now has an Adobe Flash Player preference panel. It has an Advanced tab that enables you to check if there are newer releases of Adobe Flash available, and it wil also fetch the installer for you (usually). The System Preferences panel, and Safari must both be closed for Flash Player updates to succeed.
    Eject the Adobe Flash Player installer from your Desktop.
    Once Flash Player is installed, you may need to open Safari Preferences > Security, and check Internet plug-ins: Allow Plug-ins. Click the Manage Website Settings… button, and then select Adobe Flash Player in the left panel of the pop-up. You want Allow set When visiting other websites. Click Done, and close Safari Preferences.

  • Trying to download updated version of Adobe Flash player and "Blocked-Plug-In" keeps coming up and I

    Trying to download updated version of Adobe Flash Player on my MacBook Air, and "Blocked Plug-In" keeps coming up and I cannot download.

    After downloading, you need to install Flash Player. Double-click the downloaded file to install it.
    Please refer to the following thread for more details: http://forums.adobe.com/message/4651137
    Thanks,
    Sunil

  • Flash Pro and Catalyst CS5 do not start on my MAC

    I have got an iMac Core2Duo 2.6GHZ with 4GB RAM, Snow Leopard 10.6.7 and all the CS5 premium programs I normally use worked fine for some months now. When I wanted to use Flash Pro for the first time now, it showed me the startup graphic and then for a short moment the application appears and after that everything is gone again in a second. Tried Catalyst to check if that runs, same problem, same behaviour.
    Reinstall of both applications didn't help. Any idea? I also repaired permissions of the disk.
    Thanks

    UPDATE:
    After looking up the system logfile of MAC OS I found an error:
    May 19 10:23:36 187Mac [0x0-0x44044].com.adobe.flash[647]: Error occurred during initialization of VM
    May 19 10:23:36 187Mac [0x0-0x44044].com.adobe.flash[647]: java/lang/NoClassDefFoundError: java/lang/Object
    May 19 10:23:38 187Mac com.apple.launchd.peruser.501[193] ([0x0-0x44044].com.adobe.flash[647]): Exited with exit code: 1
    the file "classes.jar" was put into quarantaine by my Antivirus Software
    Installing JAVA new on my Mac fixed the problem...for now!

  • Round trip between Flash Builder and Catalyst?

    Is it, or will it, be possible to go back to Flash Catalyst once a project as been brought into Flash Builder?
    I have imported the .fxp project into Flash Builder, made some code changes, then exported a .fxp project out again.  I want to be able to edit this in Catalyst so I can make design changes, but when I try to open the project Catalyst says it cannot be opened becuase it has been edited outside of the application.  Is there something I am missing or has this simply not been implemented yet?
    It would be a shame to not be able to "round trip" from Catalyst to Builder.
    Thanks for your time and the product looks very exciting.

    Hi Watern,
    For the first version of Catalyst, we're focusing on the one-way workflow from Catalyst to Builder (start in Catalyst, finish in Builder). We realize this is a big limitation and hope to address soon after the first release.
    There are a number of partial solutions for this problem, which you can find by searching around the forum. Most of them involve dividing the work between Catalyst and Flash Builder as cleanly as possible, which is surprisingly easy to do given the new skinning architecture. Here's an excerpt from a post I wrote that seems to have been lost:
    "If you are iterating between Catalyst and Builder on a custom component, you may find it is worth splitting the custom component out in that fashion. I'm planning to write an article explaining this, but here's a preview:
      In Builder, create a new subclass of SkinnableComponent. Put the component logic in there.
      If you need to add visual logic like "now move the konfabulator 10px to the left", you should make konfabulator a skin part, using the metadata (see Scrollbar.as, in the Flex 4 SDK, for an example).
      If your component has states, declare them with the metadata.
      In Catalyst, make sure that your custom component has those parts and states.
      Then import the custom component into Builder.
      In the MXML file for the custom component, change the root tag <Group> to <Skin>. It's now a skin (not a custom component).
      In the MXML file for the skin, add the [HostComponent("com.me.MyComponent")] metadata (see HScrollbarSkin.mxml, in the Flex 4 SDK, for an example).
      Wherever you are creating the instance, change the code <MyComponent/> to <MySkinnableComponent skinClass="MyComponent"/>. Now you're creating an instance of your skinnable component and assigning it the skin created in Catalyst.
    Done! If you make more changes in Catalyst, you'll have to repeat steps 5-7 again (for now!)."
    -Adam

  • I have reloaded the latest version of Adobe Flash Player and it still crashes. I am not sure what else to do.

    I have the latest version of Firefox as well as Adobe Flash Player but the Adobe continues to crash. I even removed the plug-in and re-installed it and the plug-in will not work with any program. When I use a different computer Adobe Flash Player works so I am not sure what else I can do to fix the problem.

    Clear your cache Tools > Options > Advanced > Network > clear now
    Right-click on video > Settings > turn off Hardware Acceleration

  • I have a updated version of Adobe Flash player and Fixfire keeps saying I don't. Fixfire won't let me play games on facebook so I have to use internet exployer!

    Is there new fixes that I am not seeing? Is this an issue with Foxfire or Facebook?

    There is a way to manually turn off the new protected mode of Flash 11.3, if you do not want to try an earlier version. In this support article from Adobe it's under the heading "Last Resort": [http://forums.adobe.com/message/4468493 Adobe Forums: How do I troubleshoot Flash Player's protected mode for Firefox?]

  • Flash cs5 trial doownload help!

    I want to download the trail version of adobe flash cs5 to see if it's worth buying. I can see that the download takes about 2-3 hours depending on your connection. So when I start downloading I leave the computer so the download can finish, come back in couple hours, and shake the mouse to see if my download is done. It says it's paused at (Different places each time.) So I press continue and the download starts all over again... Can anyone help me with this?!

    Tried that. When I click on File 1 it says Access Denied, You don't have permission to access this on your server...

  • My plugins don't work even though I have the latest version of adobe flash and java. )

    when I go to a site like you tube that require a plugin I get the message that Firefox has disabled this feature for security reasons. I then click on the feature update plug ins it take me to the adobe site I down load the latest version of adobe flash only to run into the same problem over again. I've tried updating this feature both manual & auto but with no success.

    Hi there
    No need to get testy. Lilybiri was being spot on with the comparison.
    The only solution for you will be to uninstall the Flash player, then locate an older version of the Flash player and install it on the Windows XP you have. Captivate is now at version 8 and several years have passed since version 1.1. You will likely not make 1.1 work with Windows 7 or Windows 8. In fact, the only way I'm aware to remotely make it work on those operating systems is by first ensuring you have the Professional or Ultimate version, then installing the Windows XP mode Virtual Machine.
    Here is a link for uninstalling the Flash Player
    And here is a link for the older versions
    Sorry, but you are on your own to sort exactly how far back you will need to go to find a version of Flash Player that works with this version of Captivate. And keep in mind, that even though you finally get a Flash Player version that allows it to run, you will only be able to run it on some form of Windows XP. It will not run on Windows 7 or 8 unless you install the VM. And when you do that, you will be stuck inside the VM and will not be able to record anything outside it in the 7 or 8 environment.
    Cheers... Rick

  • OS X 10.6.8 and missing plugin for videos despite latest version of Adobe flash player. Any suggestions please?

    I have OS X 10.6.8. Despite downloaded latest version of Adobe flash player and VLC 2.0.4 I`m in trouble with `missing plugin` for videos. Any suggestion please?

    Uninstall old Flash plugins then reinstall new ...
    Uninstall > Troubleshoot Flash Player | Mac OS
    Very important uninstall the old one first.
    Then reinstall >  http://get.adobe.com/flashplayer/?promoid=JZEFT

  • Can I develop fla files in flash demo and have my friend...

    Would it be legal for me to develop fla files with the demo version of Adobe Flash CS5 and have my friend, who owns a full copy of flash pro, to export them to swf? This would be much like using the developer version of ColdFusion.

    Do you see something that would indicate you cannot make full use of the trial?  You'd have to research the terms and conditions of use, but I don't believe there are any restrictions on the purpose of use of trial versions. And I doubt there is any way to distinguish a trial version swf from a paid version swf.
    Logically, if commercial use of what you create with the trial version is illegal, then having your friend publish what you created using the trial version for commercial purposes would still be illegal.  But I simply don't think it is illegal.
    If you remain skeptical, then your safest bet is to go to the source and ask Adobe directly.

  • Even when i have updated version of adobe flash player, some sites do not play video

    Hi,
    Even when i have updated version of adobe flash player and active x from adobe.com, some sites do not play the video. A request box, install the plug in comes. When i click it, it again tries to install the same version of adobe, which i have already downloaded. it is only for some sites.
    May be it is because, it is site problem? How to overcome it

    ActiveX is part of the Windows operating system. Plus the ActiveX version of Adobe Flash is for Internet Explorer. Other browsers need their own version of Flash' Firefox needs the Plugin version of Flash.
    If you go to the Adobe website to download Flash while using Firefox, Adobe will provide the correct version of Flash automatically. Just make sure you de-select any other programs that Adobe may want to stick you with before you actually download Flash. Then close Firefox and run the Adobe Flash installer.

Maybe you are looking for

  • Back End PO not gettting created

    Hello All, Whenever SC is approved, BADI BBP_TARGET_OBJTYPE is getting called in which I have to write the custom logic. If acc assignment category is Assets then I need to create PR in backend which is happening with BADI : BBP_CREATE_BE_RQ_NEW with

  • Progress Analysis, Plan/actual % comparision based on activity confirmation

    hello guyz, I have to monitor the project progress based on activtiy confirmation, can anyone guide how can i see progress of project based on percentage with plan/actual dates comparison. The business scenario is: One top level WBS under which 2 WBS

  • Finder freezing after update

    My new macbook has started having problems ever since I installed the latest recomended update for Macbook Pro's with retina! I cannot open any folders or files in the finder... trying to find files or open a new window just causes finder to go off a

  • I can't install QuickTime

    A whille ago I uninstalled QuickTime because I didn't think i needed it, but then I learned that I need QuickTime to run Itunes. When I try to install QuickTime again, it goes through the installation but towards the end it has an error. It says ther

  • Repeated log in required

    Dear All, Adobe is repeatedly asking for sign in for Photoshop, Illustrator, Acrobat Pro, etc., etc.  I recently installed another cloud service on my computer because I cannot trust Adobe Cloud storage for file transfer.  Could the addition of the n