Home » Archive

Articles tagged with: Flash

linux相关 »

[25 Mar 2010 | No Comment | ]

打开firefox的 编辑->首选项,切换到内容标签栏,在字体&颜色那一栏点击高级,打开一个对话框,在对话框的下面将默认字符编码那一栏改为:简体中文(GB2312).
cd /etc/fonts/conf.d/
cp 49-sansserif.conf 49-sansserif.conf.bak
sudo gedit 49-sansserif.conf
将对应的内容改为:

<match target="pattern">
<test qual="all" name="family" compare="not_eq">
<string>仿宋_GB2312</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>仿宋_GB2312</string>
</test>
<test qual="all" name="family" compare="not_eq">
<string>monospace</string>
</test>
<edit name="family" mode="append_last">
<string>仿宋_GB2312</string>
</edit>
</match>

要确定仿宋字体已安装,之后重启Firefox就好了。

开发 »

[2 Sep 2008 | No Comment | ]

以下是flash六种点击停止或播放的按钮代码。有需要的朋友可以看看。