【Media】Flash Player Viewer @ Ubuntu
在 Windows 上安裝 Adobe 的 Flash editer(編輯器) 時,可以多裝一個 Flash 播放器,可直接開啟個小播放器專門用來播放 .swf (Flash 動畫格式),不用再借助 Firefox 這類的瀏覽器..可是在 Ubuntu 裡可就要自己手動囉:P
Adobe Standalone Player
有 Adobe Standalone Player 還不夠?
那直接在 Ubuntu 應用程式 → 添加/刪除 → 搜尋 swf → 安裝 Gnash SWF Viewer
Adobe Standalone Player
- 到 Adobe 的 Adobe Flash Player Support Center 下載 Standalone Player
- 找到 Download the Linux debugger and standalone players (TAR.GZ, 9.29 MB) 下載 / * 此連結官方會更新,建議進入步驟2的addess * /
- Download完,解壓縮 install_flash_player_9_linux.tar.gz
# tar -zxvf install_flash_player_9_linux.tar.gz
/ * -zxvf → 解壓縮(gz); -zcvf → 壓縮(gz) * / - 找出 Standalone 的壓縮檔 flashplayer.tar.gz,並解壓縮到 /usr/bin
# tar -zxvf flash_player_9_linux_dev/standalone/release/flashplayer.tar.gz /usr/bin
- 自制一個 Standalone Player 的圖示,並複製到 /usr/share/pixmaps
# sudo cp flashplayer.png /usr/share/pixmaps
- 在 /usr/share/applications 底下建立 flash.desktop 檔案,內容如下
[Desktop Entry]
Name=FlashPlayer 9
Name[zh_CN]=FlashPlayer 9
GenericName=Media Player
Exec=flashplayer
Type=Application
Encoding=UTF-8
Icon=/usr/share/pixmaps/flashplayer.png
Categories=GNOME;Application;AudioVideo;Audio;Video;Player
MimeType=video/swf - 接下來在 Ubuntu 應用程式 → 影音 裡有 FlashPlay9 的圖示就KO啦
有 Adobe Standalone Player 還不夠?
那直接在 Ubuntu 應用程式 → 添加/刪除 → 搜尋 swf → 安裝 Gnash SWF Viewer
相關連結:
★Ubuntu中文站 - 用什麼來播放 swf 格式的文件
★扶凱 - ubuntu7.10常用軟件和配置技巧
感謝教學,我應該是有照步驟做完
回覆刪除果然發現在應用程式影音裡面果然多了一個新的flashplayer的選項
圖片也要慎選有去背的,不然我的黑底看起來就很怪
可是對swf檔案點兩下後並沒有自動連結到flashplayer
所以我用圖形介面手動添加flashplayer到以檔案/屬性/此開啟
還有一個小缺憾就是好像沒有時間軸可以拖曳到想看的地方?
或許您可以試試看 swfdec-gnome 這個套件看看,但其實 .swf 在 Ubuntu 上還是有點兩光..
回覆刪除