FlossDoc: 请协力 GPLv3 的中文翻译工作。
使用 Ubuntu 軟件中心 安裝 Adobe Flash Player
FlossDoc,自由中文開源知識庫
現時有大量網頁都有使用 Adobe Flash 加入炫麗的動畫和多媒體效果以及加強互動性。要瀏覽如 YouTube 和這些大量使用 Flash 的網站,Flash Player 網得不可少。由於 Flash 屬 Adobe 專利格式 (原屬 Macromedia,但 Macromedia 在 1995 年被 Adobe 收講。[1][2]),自由/開放原始碼軟件對其支援只屬一般。仲有自由的 Flash 播放程式 Glash,但未必能播放所有最新的 Flash 網頁。Adobe 有免費的 GNU/Linux 版 Flash Player,可以瀏覽任何最新的 Flash 網頁,不過礙於授權証問題,大部 GNU/Linux distribution 都沒有預裝。[3] 然而您仍可以輕易地透過 Ubuntu 提供的圖形介面應用程式安裝 Adobe Flash Player。
目录 |
安裝
先啟動 Ubuntu 軟件中心 (Ubuntu Software Center),您可以:
- Ubuntu 使用者在桌面左上角的主選單選『應用程式』(Application)->『Ubuntu 軟件中心』(Ubuntu Software Center)
- Xubuntu 使用者在桌面左上角的主選單選『應用程式』(Application)->『系统』(System)->『Ubuntu 軟件中心』(Ubuntu Software Center)
- 在終端機(Terminal)打「
software-center」
啟動後,在『取得軟件』(Get Software) 左方的搜尋欄輸入「flash」。您應該可以在下方的列表找到 Adobe Flash 附加元件 (Adobe Flash Plugin)
選取了 Adobe Flash 附加元件後,按『安裝』(Install):
修正顯示中文問題
如發現 Flash 不能顯示中文,可以按以下方法修正問題。
先接 Alt-F2 顯示執行程式 (Run Command) 對話框並輸入以下命令編輯檔案 /etc/fonts/conf.d/49-sansserif.conf:
gksu gedit /etc/fonts/conf.d/49-sansserif.conf
把檔案中的 <edit name="family" mode="append_last">...</edit> 裡的 sans-serif 改成 sans:
<?xml version="1.0"?> <!DOCTYPE fontconfig SYSTEM "fonts.dtd"> <fontconfig> <match target="pattern"> <test qual="all" name="family" compare="not_eq"> <string>sans-serif</string> </test> <test qual="all" name="family" compare="not_eq"> <string>serif</string> </test> <test qual="all" name="family" compare="not_eq"> <string>monospace</string> </test> <edit name="family" mode="append_last"> <string>sans</string> </edit> </match> </fontconfig>
儲存後執行命令 fc-cache -f 或重新登入使用者。
驗証安裝
安裝好後,重新啟動 Firefox 或 Epiphany 並在位址欄輸入「about:plugins」確定 Shockware Flash 是否已被成功安裝和啟用。亦可以訪問一些有 Flash 的網站驗証。
參考資料
- ↑ Wikipedia. Adobe Flash.
- ↑ 維基百科. Adobe Flash.
- ↑ Ubuntu Community. RestrictedFormats. Community Ubuntu Documentation. - 在 Ubuntu 播放受限制格式問題。
相關頁面
- 使用其他方法安裝Flash Player - 包括直接使用 apt-get 命令 和使用 Adobe 提供的 dpkg 套件 (*.deb)。
- 安裝軟件 - 包括安裝 Sun Java、Adobe Reader 和 Real Player 等。
相關連結
- Flash Player 10: Installation instructions (Adobe 2008). - Adobe 官方的 Adobe Flash Player 安裝指示。(英文)
- Ubuntu Community: RestrictedFormats: Flash - 講解如何在 Ubuntu 播放 Flash。(英文)
- Ubuntu Community: AMD64/FirefoxAndPlugins - 講及包括 Flash Player 等的 Firefox 外掛在 x86-64 平台上的問題和解決方法。(英文)
- Adobe Developer Center: Adobe Flash Player Administration Guide for Flash Player 10 (Adobe 2008) - Adobe Flash Player 管理手冊 (英文)
- Adobe Flash Player for Linux Info (Warren Togami) - Togami 的 GNU/Linux 版 Adobe Flash Player 資訊 (英文)
- Adobe Blog: Penguin.SWF (Mike Melanson) - 有關 GNU/Linux 版 Adobe Flash Player 開發的 Blog。(英文)
页面分类: Internet | WWW | WWW Browser | Software Management | Ubuntu | Edubuntu | Xubuntu | Firefox


