趁著假期一邊看書一邊清理了一下機器。順手把chrome browser總是報告提示說flash插件版本問題過低的問題解決了。
via
http://productforums.google.com/forum/#!topic/chrome/_CnkF0tj6xk1. 檢查flash插件是否安裝成功
http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html 如果NO
info: uninstall
http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html download uninstaller: wget
http://fpdownload.macromedia.com/get/flashplayer/current/support/uninstall_flash_player_osx_10.4.dmg manually remove:
/Library/Internet Plug-Ins/Flash Player.plugin/
/Library/Internet Plug-Ins/flashplayer.xpt
~/Library/Preferences/Macromedia/Flash Player/
~/Library/Caches/Adobe/Flash\ Player/
之後從新安裝
tip: 在這裡遇到的文檔沒有說的問題是,在plugins列表里會有個chrome自帶目錄的pepperflash player,需要打開chrome://plugins/ 將之disable,然後將物理文件也改個名,不然它會自動變成 enabled(這好像是在chrome browser 自動更新的bug)
mv ~/Library/Application Support/Google/Chrome/PepperFlash{,disabled}
測試flash安裝YES (但打開頁面提示版本過低)之後
2. 加個chrome browser 啓用過期plugin的參數 --allow-outdated-plugins
* 用script editor 編輯,根據chrome 的安裝路徑修改一下這個applescript
do shell script "~/Applications/10.5.8/Google\\
Chrome.app/Contents/MacOS/Google\\ Chrome --allow-outdated-plugins & killall
ChromeScript.app"
*
保存為ChromeScript.app 並且選擇Runonly
3. 以後啓動Chrome瀏覽器就都用這個applescript 已經測試,不會再提示出現flash plugin版本過舊了。