LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 1032|回复: 0

firefox实现在线播放的又一个笨方法(对mmst: rstp:协议)

[复制链接]
发表于 2005-4-6 12:15:08 | 显示全部楼层 |阅读模式
我用的是hiweed,没安装kde,也没有realplay(卡)的多媒体插件,用launchy插件实现的,仅供参考。首先安装launchy插件,建立
/.mozilla/firefox/bps0v0wn.default/chrome/launchy.xml
文件,复制内容格式(不太了解只好复制)我的文件内容如下:
<xml version="1.0" encoding="UTF-8"?>
<configurations xmlns="http://launchy.mozdev.org/configurations">#开始
<application>
<label>Gedit</label>
<type>7</type>
<command>/usr/bin/gedit</command>
<arguments></arguments>
</application>
<application>
<label>prozgui</label>
<type>5</type>
<command>/usr/bin/prozgui</command>
<arguments></arguments>
</application>
<application>
<label>D4X</label>
<type>5</type>
<command>/usr/bin/nt</command>
<arguments>-a</arguments>
</application>
<application>
<label>totem</label>
<type>5</type>
<command>/usr/bin/totem</command>
<arguments></arguments>
</application>
</configurations>#结尾

主要是type类型设置成跟D4X型的下载管理器,这样当你鼠标放在一个连接时点击右键,launchy里就有用totem下载链接的选项就可以看电影和听歌了。把totem换成mplayer xine等都可以
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表