Flash Player 9 Released


Recommended Posts

It has an install script now.

holy crap, the installer is over 700 lines. The funny thing is, you still have to tell the installer where to install it. I expected that huge bash script to automatically do it for me .

what does the flashplayer.xpt file do? I deleted it, it does not seem to do anything.

I found it works well just to copy libflashplayer.so to your ~/.mozilla/plugins directory. This allows flash to work with either firefox or mozilla

This method worked for me. Make sure you run this is a regular user, not root. If you run it as root, it will get copied to the wrong directory. Enter these three commands in your shell

wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
tar -xf install_flash_player_9_linux.tar.gz
cp install_flash_player_9_linux/libflashplayer.so ~/.mozilla/plugins

Edited by shanenin
Link to post
Share on other sites
It has an install script now.

holy crap, the installer is over 700 lines. The funny thing is, you still have to tell the installer where to install it. I expected that huge bash script to automatically do it for me .

what does the flashplayer.xpt file do? I deleted it, it does not seem to do anything.

I found it works well just to copy libflashplayer.so to your ~/.mozilla/plugins directory. This allows flash to work with either firefox or mozilla

This method worked for me. Make sure you run this is a regular user, not root. If you run it as root, it will get copied to the wrong directory. Enter these three commands in your shell

wget http://fpdownload.macromedia.com/get/flashplayer/current/install_flash_player_9_linux.tar.gz
tar -xf install_flash_player_9_linux.tar.gz
cp install_flash_player_9_linux/libflashplayer.so ~/.mozilla/plugins

the install script is for all the people who wine about things not installing like windows programs..

Link to post
Share on other sites
holy crap, the installer is over 700 lines. The funny thing is, you still have to tell the installer where to install it. I expected that huge bash script to automatically do it for me .

Odd. When I installed it, it correctly guessed the location (~/.mozilla/plugins) and just asked me to confirm.

what does the flashplayer.xpt file do? I deleted it, it does not seem to do anything.

AFAICT it doesn't do anything. I think it should be the library that exposes Flash for scripting in Mozilla.

Link to post
Share on other sites

My main point was the install script does not work with out the user knowing the location of your mozilla installation. Most novice users run the script, then are hit with the question, "please enter the directory of your mozilla installation". I did not even know. I had to take the time and look around for it. I guess I used a whereis command. If they are going to make an install script, it should do the installation without needing specific info like that from the user.

Link to post
Share on other sites
Odd. When I installed it, it correctly guessed the location (~/.mozilla/plugins) and just asked me to confirm.

I know why it did not work as expected for me. I assumed the script needed to write to the /usr directory, so I ran it as root. I just tried it again as regular user, then it did guess properly :blush:

Link to post
Share on other sites
My main point was the install script does not work with out the user knowing the location of your mozilla installation.Most novice users run the script, then are hit with the question, "please enter the directory of your mozilla installation".

The install script found my installation directory automatically. The only questions I got were a yes/no/quit to confirm the installation and yes/no asking if I wanted to perform another installation.

Oh, wait, do you mean the root install? Now that I look at it, it detected the right directory but it did ask me to confirm it.

[Edit: Needless to say, I wrote this before your last post ;)]

Edited by jcl
Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...