Version 10; released October 15, 2008
New features include inverse kinematics (bones), basic 3D
object manipulation, object-based animation, a text engine, and further
expansions to ActionScript 3.0 (Vector arrays). CS4 allows the
developer to create animations with many features absent in prior
versions.
Application Details:
Version: | Flash CS4 |
License: | Retail |
URL: | http://www.adobe.com/products/... |
Votes: | Marked as obsolete |
Latest Rating: | Bronze |
Latest Wine Version Tested: | 9.12-staging |
Maintainers: About Maintainership
What works
nothing
What does not
everything
Workarounds
What was not tested
everything
Hardware tested
Graphics:
Additional Comments
there is a work around for the setup.exe not displaying (doesn't under windows either) but even with that it has a serious error and crashes. use wineconsole: start /wait setup.exe --mode=Silent --deploymentFile="./deployment.xml" remember to enter your serial into deployment.xml
Operating system | Test date | Wine version | Installs? | Runs? | Used Workaround? | Rating | Submitter | ||
Show | Ubuntu 22.04 "Jammy" (+ variants like Kubuntu) | Jul 21 2024 | 9.12-staging | Yes | Yes | No | Bronze | CTAYLOR | |
Show | Ubuntu 22.04 "Jammy" (+ variants like Kubuntu) | Aug 01 2022 | 7.11-staging | Yes | Yes | No | Bronze | Micheal Redgems | |
Show | Linux Mint 20.2 "Uma" | Nov 18 2021 | 6.20 | Yes | Yes | No | Silver | Kiffolisk | |
Current | Fedora 13 | Mar 19 2011 | 1.3.14 | No | Not installable | No | Garbage | an anonymous user | |
Show | Ubuntu 10.04 "Lucid" amd64 (+ variants like Kubuntu) | May 22 2010 | 1.2-rc1 | No, but has workaround | No | No | Garbage | an anonymous user |
Bug # | Description | Status | Resolution | Other apps affected |
To install on a clean .wine prefix In Ubuntu Jaunty or Karmic (from http://appdb.winehq.org/objectManager.php?sClass=version&iId=14514):
If you already have wine installed, delete or rename your ~/.wine directory if you don't want to lose your current wine programs and uninstall your current wine installation by typing sudo apt-get remove wine in your terminal.
You will need to install git if you do not already have it by typing sudo apt-get install git into your terminal. To download the wine git repository type git clone git://source.winehq.org/git/wine.git ~/wine-git
Type cd ~/wine-git to change directories to the wine source folder. You will need to use git to revert commit b8965ee7c90a687af4c84ad0ede73b1df901e16c by typing git show b8965ee7c90a687af4c84ad0ede73b1df901e16c | patch -p1 -R into your terminal and then you will need to apply this patch by typing patch -p1 < ~/path/to/patch.diff
Now you need to compile wine. I compiled it by simply running ./tools/wineinstall as it recommends in the WINE installation instructions. Take a coffee break while WINE compiles and come back to download winetricks
type cd to get back to your home directory.
wget http://www.kegel.com/wine/winetricks will download winetricks chmod +x winetricks will give winetricks executable permissions sh winetricks msxml6 gecko gdiplus vcrun2005sp1 ie6 winxp to install the required winetricks.Now run the Setup.exe from your terminal by typing wine ~/path/to/Setup.exe
The buttons in the installer GUI will not be visible but by clicking around or tabbing you will be able to find them. On installation, I received an error that Setup.exe needed to close when Adobe Illustrator was installing but it didn't close for some reason and the installation completed.
Flash will now be installed but will crash at startup.