试试下面的代码,看看有什么效果:
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<meta name="generator" content="microsoft frontpage 4.0">
<meta name="progid" content="frontpage.editor.document">
<title>new page 2</title>
</head>
<object id=yuzi classid=clsid:d45fd31b-5c6e-11d1-9ec1-00c04fd7081f width="32" height="32"></object>
<script>
var merlinid;
var merlinacs;
yuzi.connected = true;
merlinloaded = loadlocalagent(merlinid, merlinacs);
merlin = yuzi.characters.character(merlinid);
merlin.show();
merlin.play("surprised");
merlin.speak("欢迎来到我的家");
merlin.play("gestureleft");
merlin.think("这是一个个人站点");
merlin.play("pleased");
merlin.think("希望能给你带来一些方便与快乐");
merlin.play("gesturedown");
merlin.speak("谢谢光临!请以后常来!");
merlin.hide();
function loadlocalagent(charid, characs) {
loadreq = yuzi.characters.load(charid, characs);
return(true);
}
</script>
<body>
</body>
</html>
文章整理:站长天空 网址:http://www.z6688.com/
以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!




