I did not see the problems that you have, and perhaps your requirements limit you to the older version, but I had great success with the flashplayer 10 debugger . You can try this and see if it works.
Edit: Ahh, I just noticed one very important expression that you made: you need flashplayer 9. Sorry = (
Edit 2: I just did the same with me on Linux. When I extracted tar.gz from Adobe, the script installation was missing. This said that I was able to get debug version 9 installed anyway.
When you checked out, did you see the libflashplayer.so file? I did not have the installation script, but I got this file. If so, all you have to do is the following:
- Close all instances of Firefox
- Backing up the current module
libflashplayer.so : ~/.mozilla/plugins/libflashplayer.so.org (this way, if something goes wrong, you can always return it) - Copy the version extracted from the download of the Flash player to the same plugins directory:
cp /path/to/vers/9/libflashplayer.so ~/.mozilla/plugins/ - Restart Firefox, open the Flash application and right-click to check the version
These steps worked fine for me, and I was able to run the Flex Builder debugger on Linux. Hope this works for you!
source share