📄 复件 chat_test.html
字号:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="zh-CN" lang="zh-CN">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>chat_test</title>
</head>
<BODY bgcolor="#FFFFFF">
<SCRIPT LANGUAGE=JavaScript1.1>
<!--
//这个部分会提取任何传递给HTML文档的参数并把这些参数直接传递给Flash电影。
var appURL = String(document.location);
if (appURL.indexOf("?") != -1) {
var appParams = appURL.substr(appURL.indexOf("?"));
} else {
var appParams = "";
}
document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
document.write(' codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
document.write(' ID="chat_test" WIDTH="550" HEIGHT="300" ALIGN="">');
document.write(' <PARAM NAME=movie VALUE="chat_test.swf' + appParams + '"> ');
document.write(' <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> ');
document.write(' <EMBED src="chat_test.swf' + appParams + '" quality=high bgcolor=#FFFFFF ');
document.write(' swLiveConnect=FALSE WIDTH="550" HEIGHT="300" NAME="chat_test" ALIGN=""');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
document.write(' </EMBED>');
document.write(' </OBJECT>');
//-->
</SCRIPT><NOSCRIPT>This application requires JavaScript support</NOSCRIPT>
</BODY>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -