flash.js

来自「动网新闻.Net  版权所有:动网工作室-木鸟 程序制作:木鸟」· JavaScript 代码 · 共 18 行

JS
18
字号
<!--
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 + =
减小字号Ctrl + -
显示快捷键?