Voila ce toutorial que moi j'ai suivi et ca marche très bien mais mon conseil c'est de faire le tuto puis après installer dreamwever en cliquant sur le exe et ca va marcher.
Avant tout cela il faut installer Dreamwever sur une machine Windows et après suivre ce tuto.
Si vous ne comprenez pas vous me dite et je vais le traduire en françai... voilà
http://blog.publicidadpixelada.com/how-to-dreamweaver-and-flash-8-running-on-ubuntu-dapper/
This HOW-TO covers up the whole process of installing Macromedia Dreamweaver 8 & Macromedia Flash 8 in a Ubuntu box in a few simple steps. Any questions or feedback leave them in the comments. This method can be applied also to make Macromedia Studio 8 run under Ubuntu.
- What you need?
A fresh install of Ubuntu Dapper + all the updates
A Windows box with a functional install of Dreamweaver 8 and Flash 8 or Macromedia Studio 8
IMPORTANT: Here at PublicidadPixelada we own an original licence of the Macromedia Studio 8, but in order to use it under Linux sometimes the original *.exe of Flash and Dreamweaver have to be cracked or patched. WE ARE NOT ENCOURAGING PIRACY, we encourage you too buy this awesome product, support the developers and take full advantage of an original licence. We are just presenting a method for those who have an original licence and want to use it under an alternative platform.
- Fire up a terminal session and type the next commands;
TIP: Instead of using apt-get, you can install them with the Synaptic Package Manager located in the System/Administration menu
$ sudo apt-get update
$ sudo apt-get install wine and then type “yes”
$ sudo wine /*Pour créer la structure des dossiers de wine*/
$ sudo apt-get install recode and then type “yes”
- Then you need to copy all the necessary files from the Windows box;
Copy the whole Macromedia folder from “c:\Program Files\” to “/home/YOURNAME/.wine/drive_c/Program Files/”
Copy the whole Macromedia folder from “c:\Documents and settings\All users\Application Data” to “/home/YOURNAME/.wine/drive_c/window/profile/all users/Application Data/”
Copy the whole Macromed (No mistake with the “ai”) from “c:\Windows\system32\” to “/home/YOURNAME/.wine/drive_c/window/system32/”
Finally, copy the whole Macromedia folder from “c:\Program Files\Common Files” to “/home/YOURNAME/.wine/drive_c/Program Files/Common Files/”
- Now you need to export the registry keys of the Dreamweaver;
In your Windowx box, type “regedit” in the command-line and export the whole “HKEY_LOCAL_MACHINE/Software/Macromedia/” to “macromedia.reg”, then copy it to your your Ubuntu and convert it to ascii with “$ recode ucs-2..ascii macromedia.reg”. Afterwards, type “$ sudo wine regedit macromedia.reg” to run it with wine.
That’s it! Type “$ wine dreamweaver.exe” or “$ wine flash.exe” and enjoy Dreamweaver & Flash in Ubuntu 😉
pour la clé de registre je crois pas que c'est important car moi je l'ai fait sans et ca marche
:cool: