📄 help.htm
字号:
<HTML><HEAD><TITLE>语音聊天帮助及设置</TITLE>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="MSHTML 5.00.2314.1000" name=GENERATOR>
<SCRIPT language=JavaScript>
<!--
//---------------------------------------------
function newImage(arg) {
if (document.images) {
rslt = new Image();
rslt.src = arg;
return rslt;
}
}
//---------------------------------------------
function changeImages() {
if (document.images && (preloadFlag == true)) {
for (var i=0; i<changeImages.arguments.length; i+=2) {
document[changeImages.arguments[i]].src = changeImages.arguments[i+1];
}
}
}
//---------------------------------------------
var preloadFlag = false;
function preloadImages() {
if (document.images) {
about_over = newImage("/img/nav_about-over.gif");
about_down = newImage("/img/nav_about-down.gif");
products_over = newImage("/img/nav_products-over.gif");
products_down = newImage("/img/nav_products-down.gif");
partners_over = newImage("/img/nav_partners-over.gif");
partners_down = newImage("/img/nav_partners-down.gif");
ir_over = newImage("/img/nav_ir-over.gif");
ir_down = newImage("/img/nav_ir-down.gif");
preloadFlag = true;
}
}
//---------------------------------------------
// -->
</SCRIPT>
<!-- End Preload Script --></HEAD>
<BODY bgColor=#cccc99 leftMargin=0 link=#cc0000 onload=preloadImages();
topMargin=0 vLink=#666600 marginwidth="0" marginheight="0"><!-- ########################################################################## -->
<TABLE border=0 cellPadding=0 cellSpacing=0 width=620>
<TBODY>
<TR>
<TD><!-- BEGIN SIDEBAR NAVIGATION --></TD>
<TD align=middle vAlign=top width=120></TD>
<TD><!-- END SIDEBAR NAVIGATION --></TD>
<TD align=left vAlign=top width=500><!-- BEGIN FRAMED BOX -->
<TABLE bgColor=#ffffff border=0 cellPadding=0 cellSpacing=0 width=500>
<CAPTION><!-- top of the box --><BR><!-- middle of the box --><BR><!-- bottom of the box --></CAPTION>
<TBODY>
<TR>
<TD align=right bgColor=#ffffff height=16 vAlign=bottom
width=20></TD>
<TD align=middle bgColor=#ffffff height=16 vAlign=bottom
width=460></TD>
<TD align=left bgColor=#ffffff height=16 vAlign=bottom width=20></TD></TR>
<TR>
<TD align=right background=white_left.gif
bgColor=#ffffff vAlign=center width=20></TD>
<TD align=left bgColor=#ffffff vAlign=top width=460><!-- BEGIN CONTENT BODY -->
<P><B><FONT face=Verdana,Arial,Geneva><FONT color=#660000><FONT
size=+1> 录音测试调节</FONT></FONT></FONT></B>
<TABLE border=0 cellPadding=5>
<TBODY>
<TR>
<TD align=middle vAlign=top>
<SCRIPT src="cfg.js">
</SCRIPT>
<P><FONT face=Verdana,Arial,Geneva>左边是麦克风调节</FONT><BR>右边喇叭大小调节
</P></TD>
<TD><FONT face=Verdana,Arial,Geneva><FONT
size=-1>1.用鼠标按住talk按钮不要松开 </FONT></FONT>
<P><FONT face=Verdana,Arial,Geneva><FONT
size=-1>2.对着话筒讲几句话</FONT></FONT>
<P><FONT face=Verdana,Arial,Geneva><FONT
size=-1>3.松开talk按钮 </FONT></FONT>
<P><FONT face=Verdana,Arial,Geneva><FONT
size=-1>4.应该听到在回放你刚才说的几句话 </FONT></FONT>
<P><FONT face=Verdana,Arial,Geneva><FONT
size=-1>5.如果听不到你的声音,可能: 你的话筒没有插入电脑; 或者按选win98屏幕最下端的喇叭符号
选择'选项'里的'属性',再点选'录音',按确定. 检查你的麦克风是否被选中录音,或
不是处于'禁音'状态 </FONT></FONT></P></TD></TR></TBODY></TABLE>
<SCRIPT event="Status( event, data, string )" for=EVPCFG
language=javascript><!--
if( navigator.appName != "Netscape" )
OnStatus( event, data, string );
//--></SCRIPT>
<SCRIPT language=JavaScript><!--
function OnLoad()
{
audio = false;
if( navigator.appName == "Netscape" )
{
Install();
}
}
function OnStatus( event, data, string )
{
if( event == 0 ) // SendEventLowMem()
{
alert( "Your computer is very low on available memory.\n" +
"Please reboot your computer and try again.\n\n" +
data + " " + string );
}
else if( event == 1 ) // SendEventIOError()
{
alert( "An error occurred while attempting to store the sound on your hard disk.\n" +
"Please ensure room is available in your TEMP directory and the directory is not write-protected.\n\n" +
data + " " + string );
}
else if( event == 2 ) // SendEventCreateWin()
{
alert( "An error occurred while attempting to create the microphone adjustment dialog.\n" +
"Please reboot your computer and try again.\n\n" +
data + " " + string );
}
else if( event == 3 ) // SendEventRenderWin()
{
alert( "An error occurred while attempting to update the microphone adjustment dialog.\n" +
"Please reboot your computer and try again.\n\n" +
data + " " + string );
}
else if( event == 4 ) // SendEventInitWave()
{
alert( "An error occurred while attempting to open the sound card.\n" +
"Please close any other application that is currently using the sound card.\n" +
"If no other application is currently using the sound card,\n" +
"please reboot your computer and try again.\n\n" +
data + " " + string );
}
else if( event == 5 ) // SendEventUpdateWave()
{
alert( "An error occurred while attempting to update the sound card.\n" +
"Please reboot your computer and try again.\n\n" +
data + " " + string );
}
else if( event == 6 ) // SendEventInitAcm()
{
alert( "An error occurred while attempting to record from the microphone.\n" +
"Please reboot your computer and try again.\n\n" +
data + " " + string );
}
else if( event == 7 ) // SendEventInitSoundCardFatal(
{
alert( "An error occurred while attempting to access the sound card.\n" +
"Please reboot your computer and try again.\n\n" +
data + " " + string );
}
else if( event == 8 ) // SendEventInitSoundCardNonfatal()
{
// ignore this
}
else if( event == 9 ) // SendEventUpdateSoundCard()
{
alert( "An error occurred while attempting to operate the sound card.\n" +
"Please reboot your computer and try again.\n\n" +
data + " " + string );
}
else if( event == 10 ) // OnTimer()
{
alert( "You have held down the talk button for over fifteen seconds.\n" +
"Please limit the record time to about ten seconds." );
}
else
{
alert( "Unknown error: " + string + " " + detail );
}
}
// --></SCRIPT>
<!-- END CONTENT BODY --></P></TD>
<TD align=left background=white_right.gif
bgColor=#ffffff vAlign=center width=20></TD></TR>
<TR>
<TD align=right bgColor=#ffffff height=16 vAlign=top width=20></TD>
<TD align=middle bgColor=#ffffff height=16 vAlign=top width=460>
<DIV align=center></DIV></TD>
<TD align=left bgColor=#ffffff height=16 vAlign=top width=20></TD></TR></TBODY></TABLE><!-- END FRAMED BOX -->
</TD></TR></TBODY></TABLE>
<center>关闭本窗口返回聊天室</BODY></HTML>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -