On a 64-bit version of Ubuntu, you have a few choices when it comes to the Flash Player Plugin:
I've found many blog pages with sh scripts to install a 32-bit version of the Flash Player 10 (non-debugging), but none for the Flash Player 10 debugger 32-bit. In fact, I'm wondering why you need the sh in the first place, because when I replaced the 64-bit Flash Player plug-in from my .mozilla folder with the Flash Player Debugger 32-bit, it just worked right away! I didn't have to fool around with the getlibs or anything, and here I'll try to described the few steps it took to do it. First thing, Adobe wrote in its ten frequently asked question about Flash Player that it will not release a debugger version for 64-bit:
Is there a debugger version of the 64-bit Flash Player available?
We currently have no plans to release a debugger version. (See it here)
I'm not sure whether you need to install the 64-bit Linux Flash Player plug-in first (as it was installed on my laptop) or whether you can grab the 32-bit debugger version from a clean installation.
tar -zxvf flash_player_10_linux_dev.tar.gztar -zxvf flash_player_10_linux_dev/plugin/debugger/install_flash_player_10_linux.tar.gzThe previous tar extracts two files of interest in the instal__flash_player_10_linux folder. The first one is the installation script. Unfortunately, you will notice that if you try to run it from the terminal, the installation will fail because of the 64-bit architecture. However, you can still copy the libflashplayer.so file into the mozilla plugins directory and enjoy the debugging features.
cp install_flash_player_10_linux/libflashplayer.so ~/.mozilla/pluginsrm -R flash_player_10_linux_devrm -R install_flash_player_10_linuxIf you are using the Flex Builder in Eclipse, you will be able to display the traces from your MXML/ActionScript from the Console panel:

Please post a comment here to let me know whether this has or hasn't been working for you!
Comments
I've been trying to make
I've been trying to make ubuntu work for me but it kept my head spinning. I've been reading a lot of ubuntu books online and hopefully I can make it work this time.
Marylee
Ubuntu Help
10bomb.com
tried this on karmic 64bit,
tried this on karmic 64bit, did not work. firefox did not recognize the flash plugin as being installed in about:plugins.
It doesn't work on my
It doesn't work on my ubuntu9.10..can u tell me your search result of 'sudo find / -name libflashplayer.so'?thank u
Great tnx! Helped me along
Great tnx! Helped me along the way, though it did not work for me but it got me thinking in the right direction. posted my howto on: http://ubuntuforums.org/showthread.php?t=1300563
Post new comment