?? flash.js
字號:
<!--
function Flash(file, w, h)
{
document.write("<div style=\"padding:5px\"><object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"");
document.write(w);
document.write("\" height=\"");
document.write(h);
document.write("\"><param name=\"movie\" value=\"");
document.write(urlPrefix+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/go/getflashplayer\"></embed></object></div>");
}
-->
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -