|
发表于 2005-1-29 00:57:14
|
显示全部楼层
把下面内容保存为user.js
user_pref("network.protocol-handler.external.mms", true);
user_pref("network.protocol-handler.app.mms", "/usr/bin/mplayer");
user_pref("network.protocol-handler.external.rtsp", true);
user_pref("network.protocol-handler.app.rtsp", "/usr/bin/realplay");
user_pref("network.protocol-handler.external.pnm", true);
user_pref("network.protocol-handler.app.pnm", "/usr/bin/realplay");
复制到:
/root/.mozilla/firefox/××××××.default文件夹
(可以按上面格式添加mmst)
然后用about:plugins和about:config查看。 |
|