⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 rpg.html

📁 Flash写的小RPG游戏。。。。 # Archive D:ITsource_code1gameRPG.rar effectenemy.fla effectenemy.swf effect
💻 HTML
字号:
<html>
<head>
<script language="javascript">
nowplay = "";
function changesound(command, link) {
	if (command == "play") {
		if (nowplay != link) {
			bg.src = link;
			nowplay = link;
		}
	}
}

</script>
<SCRIPT LANGUAGE="VBScript"> 
on error resume next
Sub RPG_FSCommand(ByVal command, ByVal args)
    call changesound(command,args)
end sub 
</SCRIPT>
<title>RPG</title>
<bgsound id=bg loop="-1">
<style type="text/css">
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
</style></head>
<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="100%" height="100%" id="RPG">
  <param name="movie" value="RPG.swf">
  </object>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -