zoukankan      html  css  js  c++  java
  • linux环境下firfox flash插件问题~

    linux环境下的flash插件需要自行安装和配置,否则即使安装后没有配置成功,firefox始终会提示你安装新版flash

    配置方法如下:

    Installation instructions
    -------------------------
    
    Installing using the plugin tar.gz:
        o Unpack the plugin tar.gz and copy the files to the appropriate location.  
        o Save the plugin tar.gz locally and note the location the file was saved to.
        o Launch terminal and change directories to the location the file was saved to.
        o Unpack the tar.gz file.  Once unpacked you will see the following:
            + libflashplayer.so
            + /usr
        o Identify the location of the browser plugins directory, based on your Linux distribution and Firefox version
        o Copy libflashplayer.so to the appropriate browser plugins directory.  At the prompt type:
            + cp libflashlayer.so <BrowserPluginsLocation>
        o Copy the Flash Player Local Settings configurations files to the /usr directory.  At the prompt type:
            + sudo cp -r usr/* /usr
    
    Installing the plugin using RPM:
       o As root, enter in terminal:
              + # rpm -Uvh <rpm_package_file>
              + Click Enter key and follow prompts

    主要注意:将libflashlayer.so拷贝到 <BrowserPluginsLocation>

    至于plugins的位置,在firfox上 help--Troubleshooting Information---open directory

  • 相关阅读:
    Uva 10779 collector's problem
    poj 2728 最优比率树(最小生成树问题)
    LA 3126 二分图匹配 最小路径覆盖
    poj 1149 最大流构图
    Step By Step(Java XML篇)
    Step By Step(Java 输入输出篇)
    Step By Step(Java 集合篇)
    Step By Step(Java 线程篇)
    Step By Step(Java 反射篇)
    Step By Step(Java 国际化篇)
  • 原文地址:https://www.cnblogs.com/dorothychai/p/2968875.html
Copyright © 2011-2022 走看看