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

📄 flash.js

📁 本文介绍了_C/OS-II概况和ARM体系结构中与移植工作相关的一些概念
💻 JS
字号:
<!--
function Flash(file, w, h)
{
		document.write("<span style=\"padding:5px\"><OBJECT classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0\" WIDTH=\"");
		document.write(w);
		document.write("\" height=\"");
		document.write(h);
		document.write("\"><PARAM NAME=\"movie\" VALUE=\"");
		document.write(file);
		document.write("\"> <PARAM NAME=\"quality\" VALUE=\"high\"><EMBED src=\"");
		document.write(file);
		document.write("\" loop=\"false\" menu=\"false\" quality=\"high\" WIDTH=\"");
		document.write(w);
		document.write("\" height=\"");
		document.write(h);
		document.write("\" TYPE=\"application/x-shockwave-flash\" PLUGINSPAGE=\"http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash\"></EMBED></OBJECT></span>");
}
-->

⌨️ 快捷键说明

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