FlossDoc: 請協力 GPLv3 的中文翻譯工作。
使用 GNOME 應用程式安裝器 安裝 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/Xubuntu 6.10 或以上 (包括最新版本 11.04 (Natty Narwhal))
先啟動 Ubuntu/Xubuntu 的 GNOME 應用程式安裝器 (Gnome Application Installer),您可以:
- Ubuntu 使用者在桌面左上角的主選單選『應用程式』(Application)->『添加/刪除...』(Add/Remove...)
- Xubuntu 使用者在桌面左上角的主選單選『應用程式』(Application)->『系统』(System)->『添加/刪除...』(Add/Remove...)
- 在終端機(Terminal)打「
gnome-app-install」
啟動後,選取『顯示不支持的應用程式』(Show unsupported applications)。再在『搜尋』(Search)輸入「flash」。您應該可以在『搜尋』下的列表找到 Macromedia Flash plugin
如果您看到Flash plugin的描述提到您需要加入Multiverse套件庫,表示的的APT套件庫表還沒有Multiverse組件的登記。您單擊Macromedia Flash plugin左邊的check box,就會彈出以下對話框:
您按啟用組件,Ubuntu 自然會幫您在 APT 套件庫表登記 Multiverse 組件並下載最新的套件資料。
完成後您會見到Flash plugin真正的描述。
選好了所有要安裝的軟件後,按『套用』(Apply)或『確定』(OK):
按『套用』(Apply):
選取Would you like flashplugin to be downloaded and installed from the Internet?讓系統自動幫您下載Flash plugin,按『下一頁』(Forward):
按『關閉』(Close)。
在 Ubuntu/Xubuntu 8.04 LTS 安裝 Flash Player 10
Ubuntu/Xubuntu 8.04 LTS (Hardy) 的軟件庫原身只有 Flash Player 9,Ubuntu/Xubuntu 要在 8.10 (Intrepid) 開始才有 Flash Player 10。不過事實上 hardy-backports 中的 multiverse 軟件庫有供 8.04 LTS 的 Flash Player 10 套件。如果您想在 8.04 LTS 安裝 Flash Player 10,您可以啟用 hardy-backports。Ubuntu 使用者先選取『系統』(System) -> 『管理』(Administration) -> 『軟件來源』(Software Sources),Xubuntu 使用者則選取『應用程式』(Application) -> 『系統』 (System) -> 『軟件原始碼』(Software Sources) 啟動軟件來源,在更新 (Updates) 分頁中勾選 hardy-backports 。關閉 (Close) 和重新載入 (Reload) 軟件資訊後,再安裝 Flash Player 或使用更新管理員更新系統自然會安裝 Flash Player 10。
修正顯示中文問題
如發現 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 或重新登入使用者。
修正 Ubuntu 8.04 LTS 中 Flash Player 9 和其他多媒體播放器未能同時播放音樂問題
Ubuntu 8.04 LTS (Hardy) 開始由 ESound 轉用 PulseAudio。但部份軟件如 Flash Player 9 和 PulseAudio 不兼容而使用繼續使用 ESound。結果只要您訪問一些有 Flash 的網站, Flash Player 9 就會啟用 ESound 並佔用您電腦的音效輸出,令您直至關閉整個網頁瀏覽器 (Firefox 或 Epiphany) 為止其他多媒體播放器 (如 Totem 或 Rhythmbox)都未能播放音樂。如果您先使用其他多媒體播放器播放音樂,訪問一些有 Flash 的網頁時又會未播放音效。 (Flash Player 10 沒有這個問題。)
要解決這問題,您需要安裝套件 libflashsupport 。您可以在終端機打“sudo apt-get install libflashsupport”或選取『系統』(System) -> 『管理』(Administration) -> 『Synaptic 套件管理程式』(Synaptic Package Manager) 啟動 Synaptic 並搜尋 libflashsupport 和安裝。
Ubuntu/Xubuntu 6.06 LTS
先啟動 Ubuntu/Xubuntu 的 GNOME 應用程式安裝器 (Gnome Application Installer),您可以:
- Ubuntu 使用者在桌面左上角的主選單選『應用程式』(Application)->『添加/刪除...』(Add/Remove...)
- Xubuntu 使用者在桌面左上角的主選單選『應用程式』(Application)->『系统』(System)->『添加/刪除...』(Add/Remove...)
- 在終端機(Terminal)打「
gnome-app-install」
啟動後,選取『顯示不支持的應用程式』(Show unsupported applications)。再在『搜尋』(Search) 輸入「flash」。您應該可以在『搜尋』下的列表找到 Macromedia Flash plugin
如果您看到 Flash plugin 的描述提到您需要加入 Multiverse 套件庫,表示的的 APT 套件庫表還沒有 Multiverse 組件的登記。您勾選 Macromedia Flash plugin 左邊的 check box,就會彈出以下對話框:
您按啟用組件,Ubuntu 自然會幫您在 APT 套件庫表登記 Multiverse 組件並下載最新的套件資料。
完成後您會見到 Flash plugin 真正的描述。
選好了所有要安裝的軟件後,按『套用』(Apply)或『確定』(OK):
按『套用』(Apply):
選取 Would you like flashplugin to be downloaded and installed from the Internet? 讓系統自動幫您下載 Flash plugin,按『下一頁』(Forward):
按『關閉』(Close)。
驗証安裝
安裝好後,重新啟動 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 等。
相關連結
- Adobe (2008). Flash Player 10: Installation instructions. Adobe. - Adobe 官方的 Adobe Flash Player 安裝指示。(英文)
- Ubuntu Community. RestrictedFormats: Flash. Community Ubuntu Documentation. - 講解如何在 Ubuntu 播放 Flash。(英文)
- Ubuntu Community. AMD64/FirefoxAndPlugins. Community Ubuntu Documentation. - 講及包括 Flash Player 等的 Firefox 外掛在 x86-64 平台上的問題和解決方法。(英文)
- Adobe (2008). Adobe Flash Player Administration Guide for Flash Player 10. Adobe Developer Center. - Adobe Flash Player 管理手冊 (英文)
- Togami, Warren. Adobe Flash Player for Linux Info. - Togami 的 GNU/Linux 版 Adobe Flash Player 資訊 (英文)
- Melanson, Mike. Penguin.SWF. Adobe. - 有關 GNU/Linux 版 Adobe Flash Player 開發的 Blog。(英文)
页面分类: Internet | WWW | WWW Browser | Software Management | Ubuntu | Edubuntu | Xubuntu | Firefox












